- Update a dependency to the latest release.
- Update example to use the latest version of the package.
- Fixing async method calls in initState: example project
- Update a dependency to the latest release.
- Update README.md
- Update a dependency to the latest release.
- Add Future return type to the setup method to the EventLogger interface.
- Update README.md
- Update example
- Fix static analysis warnings by the dart formatter.
- Remove the completion callback from the EventLogger interface.
- Add Future return type to the logEvent method in the generated EventContainer and EventProvider.
- Fix static analysis warnings by the dart formatter.
- Support completion call back to the EventLogger interface.
- Fix the issue where event names were being forced to snake case.
- 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.
- Update description of the pubspec.yaml file.
- Update README.md
- Update a dependency to the latest release.
- Update README.md
- Update local CSV file example to use the latest version of the package.
- Update a dependency to the latest release.
- Update a dependency to the latest release.
- 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.
- Fix to prevent run-time errors related to dart:mirror when running the Flutter app.
- Update README.md
- Update README.md
- Fix dart analysis issues
- Support code generation for local csv file.
- Support code generation from remote csv file.
- Support code generation for integrated event logger.