flutterfire_cli 0.2.0 flutterfire_cli: ^0.2.0 copied to clipboard
A command-line application for FlutterFire.
0.2.0 #
- REFACTOR: deprecate
android-application-id
in favour ofandroid-package-name
(#52). (a6d398b5) - REFACTOR: change messaging of already exists. (c5ea85e1)
- FIX: move autoupdater log inside conditional (#57). (0650e181)
- FEAT: support auto integration of the Android Google Services plugin (#58). (843d695a)
0.1.2 #
- REFACTOR: use separate
ci
package for CI environment detection. (d9921433) - FIX: update
pubspec
dependency version to fix #32. (ccd0655d) - FIX: flutter app detection issues when using
flutter_localizations
(fixes #37 & #45). (04d4e6c7) - FIX: ignore
avoid_classes_with_only_static_members
in the generated options file (#42). (6c27ae17) - FEAT: add
--yes
flag to automatically accept default options on prompts (closes #48). (657892c8) - FEAT: prompt to update CLI if version is older than latest published version. (a88ade11)
- FEAT: updates configure to also write out Android app ID files (#51). (991d5a43)
- FEAT: updates
configure
to also write out iOS app ID files (#43). (e7d5a8fe)
0.1.1+2 #
0.1.1+1 #
- FIX: add
lines_longer_than_80_chars
ignore for file lint rule in generated options file.
0.1.1 #
- FIX: run all firebase cli commands in shell - avoids unhelpful process not found exception messages.
- FIX: late initialisation error (only on happens on Windows).
- FIX: Add
runInShell
when running on Windows (#4). - FEAT: additionally support reading apple bundle identifier from
AppInfo.xcconfig
.
0.1.0+4 #
- FIX: late initialisation error (only on happens on Windows).
- FIX: Add
runInShell
when running on Windows (#4). - FIX: potentially fix a crash when selecting Firebase projects.
0.1.0+3 #
- FIX: potentially fix a crash when selecting Firebase projects.
0.1.0+2 #
- FIX: bug with prompt messages and FirebaseApp.displayName can be null.
0.1.0+1 #
- FIX:
-v
should also print the current version.
0.1.0 #
- Initial version.