Skip to content

Releases: dart-lang/tools

cli_config-v0.1.0

06 Apr 16:07
561dce2
Compare
Choose a tag to compare

Initial version

unified_analytics-v1.0.0

31 Mar 16:50
fb2dada
Compare
Choose a tag to compare
  • Error handling functionality added to prevent malformed session json data from causing a crash
  • Creating a new analytics constructor to point to a test instance of Google Analytics for developers
  • Align supported tool list with PDD
  • Exposing a new instance method that will need to be invoked when a client has successfully shown the consent message to the user clientShowedMessage()
  • Adding and incrementing a tool's version will automatically use the current consent message version instead of incrementing by 1
  • Default constructor has disabled the usage of local log file and session json file until revisions have landed to the privacy document

unified_analytics-v0.1.2

15 Mar 18:01
8d18d01
Compare
Choose a tag to compare
  • Implemented fake Google Analytics Client for Analytics.test(...) constructor; marked with visible for testing annotation

unified_analytics-v0.1.1

10 Mar 21:53
e5353aa
Compare
Choose a tag to compare
  • Bumping intl package to 0.18.0 to fix version solving issue with flutter_tools
  • LogFileStats includes more information about how many events are persisted and total count of how many times each event was sent

Initial release

07 Mar 22:26
bed358e
Compare
Choose a tag to compare
rev to 0.1.0 (#29)

* rev to 0.1.0

* update markdown badges