Skip to content

Commit

Permalink
Migrate to null safety (#37)
Browse files Browse the repository at this point in the history
* — Null-Safety added in SDK
— Example app updated with null-safety sdk
— Null exception fixed in bridged android side
— SDK and Example app updated to minimum 2.12.0 dart version for null safety

* — iOS Exception fixed
— Code indentation

* — Changelog updated
— Flutter SDK constraint updated to >= 2.0.0

* If conditions revamp for device id in init call.
  • Loading branch information
ijunaid authored Jun 18, 2021
1 parent 0070d68 commit 897cf11
Show file tree
Hide file tree
Showing 9 changed files with 1,897 additions and 1,754 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 20.11.3
* Migrated to null safety.
* Updated Flutter SDK constraint to >= 2.0.0.
* Updated lower bound of dart dependency to 2.12.0.
* Lint suggestion are added in flutter for better code quality.
* Updated underlying android SDK to 20.11.8
* Underlying iOS SDK version is 20.11.1
Expand Down
1,445 changes: 728 additions & 717 deletions android/src/main/java/ly/count/dart/countly_flutter/CountlyFlutterPlugin.java

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ EXTERNAL SOURCES:
:path: Flutter

SPEC CHECKSUMS:
countly_flutter: 266e853e7df5f1ebcac2c6719d2088380c9420af
countly_flutter: 88db272af15f5cb35c3b2211f7cea6fc70b1c221
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c

PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
Expand Down
Loading

0 comments on commit 897cf11

Please sign in to comment.