analytics_logger_gen 1.0.6 analytics_logger_gen: ^1.0.6 copied to clipboard
A code generator that generates analytics events for tools like FirebaseAnalytics. Import events from Google Spreadsheets, remote repositories or local CSV files.
1.0.6 #
- Support dart sdk environment for the dart applications.
- Update README.md
- Update example to use the latest version of the package.
- Update description of the pubspec.yaml file.
1.0.5 #
- Update description of the pubspec.yaml file.
1.0.4 #
- Update README.md
1.0.3 #
- Update a dependency to the latest release.
- Update README.md
- Update local CSV file example to use the latest version of the package.
1.0.2 #
- Update a dependency to the latest release.
1.0.1 #
- Update a dependency to the latest release.
1.0.0 #
- Added support for integer values (1 and 0) and NULL values in the event logger flag value field in CSV files.
- Added support for the event logger Type property in the @AnalyticsLogger annotation.
- You can now specify the type of the event logger in the @AnalyticsLogger annotation instead of using a const instance.
- Improved debugging of the code generation process by adding meaningful exceptions.
- Updated the README.md file.
0.1.0 #
- Fix to prevent run-time errors related to dart:mirror when running the Flutter app.
- Update README.md
0.0.3 #
- Update README.md
- Fix dart analysis issues
0.0.2 #
- Support code generation for local csv file.
0.0.1 #
- Support code generation from remote csv file.
- Support code generation for integrated event logger.