diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e898c..58eb11e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.0 + +- Unit testing implemented. +- Native page rout platform detection moved to defaultTargetPlatform. + ## 0.0.3 - Documentation for public API added. diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 436561a..53621a9 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: flutter: sdk: flutter - native_page_route: ^0.0.3 + native_page_route: ^1.0.0 dev_dependencies: flutter_test: diff --git a/pubspec.yaml b/pubspec.yaml index 4742218..fe357f5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: native_page_route description: Wraps creation of native page route in simple function. Also provide function with preventing of creation the same route twice. Is fully tested on mobile. -version: 0.0.3 +version: 1.0.0 homepage: https://github.com/idapgroup/native_page_route environment: