Skip to content

v3.0.0 Add prefix to public classes

Compare
Choose a tag to compare
@KondratyonokNikita KondratyonokNikita released this 02 Sep 10:26
· 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.