Skip to content

Commit

Permalink
adapter null safety
Browse files Browse the repository at this point in the history
  • Loading branch information
rhymelph committed Mar 8, 2021
1 parent 3f7f475 commit 7b85e8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/.flutter-plugins-dependencies
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"r_upgrade","path":"/Users/lipenghui/Documents/flutter_project/rSeries/r_upgrade/","dependencies":[]}],"android":[{"name":"r_upgrade","path":"/Users/lipenghui/Documents/flutter_project/rSeries/r_upgrade/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"r_upgrade","dependencies":[]}],"date_created":"2021-03-08 16:42:53.452607","version":"2.0.0"}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"r_upgrade","path":"/Users/lipenghui/Documents/flutter_project/rSeries/r_upgrade/","dependencies":[]}],"android":[{"name":"r_upgrade","path":"/Users/lipenghui/Documents/flutter_project/rSeries/r_upgrade/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"r_upgrade","dependencies":[]}],"date_created":"2021-03-08 18:00:43.091111","version":"2.0.0"}
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.3.2+3"
version: "0.3.3"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/rhymelph/r_upgrade

environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.12.0 <2.0.0"
flutter: ">=1.12.0"

dependencies:
flutter:
Expand Down

0 comments on commit 7b85e8d

Please sign in to comment.