flutterfire_cli 0.1.3 copy "flutterfire_cli: ^0.1.3" to clipboard
flutterfire_cli: ^0.1.3 copied to clipboard

outdated

A command-line application for FlutterFire.

0.1.3 #

  • FEAT: add messaging sender id to output. (3ba34aed)

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 #

  • FIX: don't globally require a Flutter app, this allows for help commands to work (fixes #7). (94aa8d64)
  • FIX: don't use lib/main.dart as a way of detecting a flutter app, isFlutterPackage & !isFlutterPlugin should suffice (fixes #12). (b4df767d)

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.