analytics_logger_gen 1.0.3 analytics_logger_gen: ^1.0.3 copied to clipboard
analytics_logger_gen generates an event logger for analytics tools like FirebaseAnalytics and AppsFlyer. Import data from Google Spreadsheets, remote repositories or CSV files.
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.