forked from flutter-tizen/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to Dart 2.12 and Flutter 2.0 (flutter-tizen#50)
* Update battery * Update connectivity * Update device_info * Update image_picker * Update integration_test * Update package_info * Update path_provider * Update sensors * Update share * Update shared_preferences * Update url_launcher * Update wifi_info_flutter * Update github workflow
- Loading branch information
Showing
128 changed files
with
1,058 additions
and
1,431 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:integration_test/integration_test_driver.dart'; | ||
|
||
Future<void> main() => integrationDriver(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
## 1.0.0 | ||
|
||
* Initial release | ||
* Initial release | ||
|
||
## 2.0.0 | ||
|
||
* Update Dart and Flutter SDK constraints | ||
* Update Flutter copyright information | ||
* Update example and integration_test | ||
* Update platform interface to 2.0.1 | ||
* Organize dev_dependencies | ||
* Replace pointer-based `Success()` with reference-based version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
packages/connectivity/example/integration_test/connectivity_test.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
name: connectivity_example | ||
description: Demonstrates how to use the connectivity plugin. | ||
description: Demonstrates how to use the connectivity_tizen plugin. | ||
publish_to: 'none' | ||
|
||
dependencies: | ||
flutter: | ||
sdk: flutter | ||
connectivity: ^2.0.2 | ||
connectivity: ^3.0.3 | ||
connectivity_tizen: | ||
path: ../ | ||
flutter: | ||
sdk: flutter | ||
|
||
dev_dependencies: | ||
flutter_driver: | ||
sdk: flutter | ||
test: any | ||
integration_test: ^1.0.1 | ||
flutter_test: | ||
sdk: flutter | ||
integration_test: | ||
sdk: flutter | ||
integration_test_tizen: | ||
path: ../../integration_test/ | ||
|
||
flutter: | ||
uses-material-design: true | ||
|
||
environment: | ||
sdk: ">=2.2.2 <3.0.0" | ||
flutter: ">=1.20.0 <2.0.0" | ||
sdk: ">=2.12.0 <3.0.0" | ||
flutter: ">=2.0.0" |
2 changes: 2 additions & 0 deletions
2
packages/connectivity/example/test_driver/integration_test.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// @dart=2.9 | ||
|
||
import 'package:integration_test/integration_test_driver.dart'; | ||
|
||
Future<void> main() => integrationDriver(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
## 1.0.0 | ||
|
||
* Initial release | ||
* Initial release | ||
|
||
## 2.0.0 | ||
|
||
* Update Dart and Flutter SDK constraints | ||
* Update Flutter copyright information | ||
* Update example and integration_test | ||
* Update platform interface to 2.0.1 | ||
* Organize dev_dependencies | ||
* Migrate to null safety | ||
* Add missing documentation | ||
* Resolve the visibility warning (`channel` is visible for testing purposes only) |
Oops, something went wrong.