v3.0.0 Add prefix to public classes
·
16 commits
to main
since this release
What’s New:
- Added prefix
AppMetrica
to all classes to remove possible conflicts with other plugins. - Added parameter
AppMetricaConfig.flutterCrashReporting
. Flutter crashes will not be handled if it is set to false. - Upgrade decimal version to
3.0.0
and align flutter version.
Enhancements and Corrections:
- Started using
flutter_lints
for checkstyle.