diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml index 8a3877f..d5ab2b0 100644 --- a/.idea/libraries/Dart_Packages.xml +++ b/.idea/libraries/Dart_Packages.xml @@ -146,6 +146,7 @@ @@ -170,6 +171,7 @@ + diff --git a/.idea/libraries/Flutter_Plugins.xml b/.idea/libraries/Flutter_Plugins.xml index 231b4f2..9db4e26 100644 --- a/.idea/libraries/Flutter_Plugins.xml +++ b/.idea/libraries/Flutter_Plugins.xml @@ -1,7 +1,7 @@ - + diff --git a/example/pubspec.lock b/example/pubspec.lock index 8c8b778..0e17892 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -148,7 +148,7 @@ packages: name: ytview url: "https://pub.dartlang.org" source: hosted - version: "0.0.8-beta.1" + version: "1.0.0" sdks: dart: ">=2.2.2 <3.0.0" flutter: ">=1.5.0 <2.0.0" diff --git a/pubspec.lock b/pubspec.lock index 55ccbc9..5721850 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -141,7 +141,7 @@ packages: name: ytview url: "https://pub.dartlang.org" source: hosted - version: "0.0.8-beta.1" + version: "1.0.0" sdks: dart: ">=2.2.2 <3.0.0" flutter: ">=1.5.0 <2.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 8f7c0a5..acef097 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - ytview: ^0.0.8-beta.1 + ytview: ">=1.0.0 <1.1.0" dev_dependencies: flutter_test: