mirror of
https://github.com/flutter/holobooth.git
synced 2025-08-06 14:50:05 +08:00

* feat: adding production config files * better handling prod and dev environments * small fixes and changes regarding prod * fixing domains * feat: fixing config functions host * feat: properly loading firebase options depending on the env * adding final prod domain url * fix: lint
10 lines
233 B
YAML
10 lines
233 B
YAML
include: package:very_good_analysis/analysis_options.3.1.0.yaml
|
|
analyzer:
|
|
exclude:
|
|
- lib/firebase_options_dev.dart
|
|
- lib/firebase_options_prod.dart
|
|
- lib/**/*.gen.dart
|
|
linter:
|
|
rules:
|
|
public_member_api_docs: false
|