analytics_logger_gen
A code generator that generates analytics events for tools like FirebaseAnalytics. Import events from Google Spreadsheets, remote repositories or local CSV files.
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 8 days to 6 months
Nearly every release is documented
notes for 19 of 19 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
19 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
19 releases · Mar 2023 to Mar 2024
2024
2025
2026
Releases
latest 19-
1.3.329 Mar 2024Release notes
Open source →- 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
-
1.3.230 Dec 2023 -
1.3.115 Jul 2023 -
1.3.005 May 2023Release notes
Open source →- Add Future return type to the setup method to the EventLogger interface.
- Update README.md
- Update example
-
1.2.125 Apr 2023 -
1.2.025 Apr 2023Release notes
Open source →- Remove the completion callback from the EventLogger interface.
- Add Future return type to the logEvent method in the generated EventContainer and EventProvider.
-
1.1.125 Apr 2023 -
1.1.024 Apr 2023Release notes
Open source →- Support completion call back to the EventLogger interface.
- Fix the issue where event names were being forced to snake case.
-
1.0.622 Apr 2023Release notes
Open source →- 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.521 Apr 2023 -
1.0.419 Apr 2023 -
1.0.319 Apr 2023Release notes
Open source →- 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.216 Apr 2023 -
1.0.116 Apr 2023 -
1.0.016 Apr 2023Release notes
Open source →- 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.021 Mar 2023Release notes
Open source →- Fix to prevent run-time errors related to dart:mirror when running the Flutter app.
- Update README.md
-
0.0.316 Mar 2023 -
0.0.214 Mar 2023 -
0.0.113 Mar 2023Release notes
Open source →- Support code generation from remote csv file.
- Support code generation for integrated event logger.