All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX: use correct platform name when detecting ios bundle ids. (135a1050)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FEAT: add support to auto apply Crashlytics & Performance Android Gradle plugins (#60). (e620723a)
- FEAT: add hidden flag to allow opting out of app id json file generation. (5de692c0)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- 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)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FEAT: add messaging sender id to output. (3ba34aed)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- 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)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX: don't globally require a Flutter app, this allows for help commands to work (fixes #7).
- FIX: don't use
lib/main.dart
as a way of detecting a flutter app,isFlutterPackage
&!isFlutterPlugin
should suffice (fixes #12).
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX: potentially fix a crash when selecting Firebase projects.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX: bug with prompt messages and FirebaseApp.displayName can be null.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX:
-v
should also print the current version.