From e62f8fab50ecdfe4b66b1ca5df3e57d9984a56c8 Mon Sep 17 00:00:00 2001 From: Bogdan Userman Kikacheishvili Date: Thu, 9 Feb 2023 19:52:55 +0200 Subject: [PATCH] Bump version. --- CHANGELOG.md | 5 +++++ example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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: