File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 0.0.11
1+ ## 0.1.0
22
33* Update dependencies
44
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ packages:
77 path: ".."
88 relative: true
99 source: path
10- version: "0.0.11 "
10+ version: "0.1.0 "
1111 async:
1212 dependency: transitive
1313 description:
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class InitOptions {
1919///
2020/// Initialize the client with `Aptabase.init(appKey)` and then use `Aptabase.instance.trackEvent(eventName, props)` to record events.
2121class Aptabase {
22- static const String _sdkVersion = "aptabase_flutter@0.0.11 " ;
22+ static const String _sdkVersion = "aptabase_flutter@0.1.0 " ;
2323 static const Duration _sessionTimeout = Duration (hours: 1 );
2424
2525 static const Map <String , String > _hosts = {
Original file line number Diff line number Diff line change 11name : aptabase_flutter
22description : " Flutter SDK for Aptabase: Open Source Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps"
3- version : 0.0.11
3+ version : 0.1.0
44homepage : https://aptabase.com
55repository : https://github.com/aptabase/aptabase_flutter
66issue_tracker : https://github.com/aptabase/aptabase_flutter/issues
@@ -12,12 +12,12 @@ environment:
1212dependencies :
1313 flutter :
1414 sdk : flutter
15- package_info_plus : ^4.1 .0
16- device_info_plus : ^9.0.3
17- uuid : ^3.0.7
18- universal_io : ^2.2.2
15+ package_info_plus : ^4.0 .0
16+ device_info_plus : ^9.0.0
17+ uuid : ^3.0.0
18+ universal_io : ^2.2.0
1919
2020dev_dependencies :
2121 flutter_test :
2222 sdk : flutter
23- flutter_lints : ^2.0.3
23+ flutter_lints : ^2.0.0
You can’t perform that action at this time.
0 commit comments