From e38a4a3f56d18af93892f322f8c9544e68c99f30 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Fri, 1 Oct 2021 21:20:11 +0530 Subject: [PATCH 01/27] Fixed issue in version for bootstrap --- packages/android_intent_plus/example/pubspec.yaml | 2 +- packages/battery_plus/battery_plus/example/pubspec.yaml | 2 +- .../connectivity_plus/connectivity_plus/example/pubspec.yaml | 2 +- packages/device_info_plus/device_info_plus/example/pubspec.yaml | 2 +- .../network_info_plus/network_info_plus/example/pubspec.yaml | 2 +- .../package_info_plus/package_info_plus/example/pubspec.yaml | 2 +- packages/sensors_plus/sensors_plus/example/pubspec.yaml | 2 +- packages/share_plus/share_plus/example/pubspec.yaml | 2 +- .../share_plus/share_plus_web/integration_test/pubspec.yaml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/android_intent_plus/example/pubspec.yaml b/packages/android_intent_plus/example/pubspec.yaml index 5e318e5f47..0b29416bb2 100644 --- a/packages/android_intent_plus/example/pubspec.yaml +++ b/packages/android_intent_plus/example/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: path: ../ dev_dependencies: - integration_test: ^1.0.2+2 + integration_test: flutter_driver: sdk: flutter pedantic: ^1.8.0 diff --git a/packages/battery_plus/battery_plus/example/pubspec.yaml b/packages/battery_plus/battery_plus/example/pubspec.yaml index 20ddbcaff6..ae29f8f760 100644 --- a/packages/battery_plus/battery_plus/example/pubspec.yaml +++ b/packages/battery_plus/battery_plus/example/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: dev_dependencies: flutter_driver: sdk: flutter - integration_test: ^1.0.2 + integration_test: pedantic: ^1.9.2 dependency_overrides: diff --git a/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml b/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml index 61685f0d70..bdcec8d2ba 100644 --- a/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml +++ b/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml @@ -14,7 +14,7 @@ dev_dependencies: flutter_driver: sdk: flutter test: ^1.16.4 - integration_test: ^1.0.2 + integration_test: pedantic: ^1.10.0 dependency_overrides: diff --git a/packages/device_info_plus/device_info_plus/example/pubspec.yaml b/packages/device_info_plus/device_info_plus/example/pubspec.yaml index aad08ed103..b95f404e06 100644 --- a/packages/device_info_plus/device_info_plus/example/pubspec.yaml +++ b/packages/device_info_plus/device_info_plus/example/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: dev_dependencies: flutter_driver: sdk: flutter - integration_test: ^1.0.2 + integration_test: pedantic: ^1.10.0 flutter: diff --git a/packages/network_info_plus/network_info_plus/example/pubspec.yaml b/packages/network_info_plus/network_info_plus/example/pubspec.yaml index fb7b6e25f1..f61c2844db 100644 --- a/packages/network_info_plus/network_info_plus/example/pubspec.yaml +++ b/packages/network_info_plus/network_info_plus/example/pubspec.yaml @@ -14,7 +14,7 @@ dev_dependencies: flutter_driver: sdk: flutter test: ^1.16.4 - integration_test: ^1.0.2 + integration_test: pedantic: ^1.10.0 dependency_overrides: diff --git a/packages/package_info_plus/package_info_plus/example/pubspec.yaml b/packages/package_info_plus/package_info_plus/example/pubspec.yaml index cb30d226fd..244909851b 100644 --- a/packages/package_info_plus/package_info_plus/example/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus/example/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: sdk: flutter package_info_plus: path: ../ - integration_test: ^1.0.2 + integration_test: universal_io: ^1.0.1 dev_dependencies: diff --git a/packages/sensors_plus/sensors_plus/example/pubspec.yaml b/packages/sensors_plus/sensors_plus/example/pubspec.yaml index c25f8d806e..4d66b3575f 100644 --- a/packages/sensors_plus/sensors_plus/example/pubspec.yaml +++ b/packages/sensors_plus/sensors_plus/example/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: dev_dependencies: flutter_driver: sdk: flutter - integration_test: ^1.0.2 + integration_test: pedantic: ^1.10.0 flutter: diff --git a/packages/share_plus/share_plus/example/pubspec.yaml b/packages/share_plus/share_plus/example/pubspec.yaml index aabbf92115..27503af2ea 100644 --- a/packages/share_plus/share_plus/example/pubspec.yaml +++ b/packages/share_plus/share_plus/example/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: dev_dependencies: flutter_driver: sdk: flutter - integration_test: ^1.0.2 + integration_test: pedantic: ^1.10.0 flutter: diff --git a/packages/share_plus/share_plus_web/integration_test/pubspec.yaml b/packages/share_plus/share_plus_web/integration_test/pubspec.yaml index e260375c82..2182fb6ee7 100644 --- a/packages/share_plus/share_plus_web/integration_test/pubspec.yaml +++ b/packages/share_plus/share_plus_web/integration_test/pubspec.yaml @@ -17,7 +17,7 @@ dev_dependencies: path: ../ http: ^0.12.2 mockito: ^5.0.0 - integration_test: ^1.0.2 + integration_test: dependency_overrides: args: ^2.0.0 From 5187dd51a21a5265efdaa6af7c1e27a58244fad9 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Fri, 1 Oct 2021 21:59:50 +0530 Subject: [PATCH 02/27] Added flutter_lints to analysis_options and to pubspec of every package --- analysis_options.yaml | 2 +- packages/android_alarm_manager_plus/example/pubspec.yaml | 2 +- packages/android_alarm_manager_plus/pubspec.yaml | 2 +- packages/android_intent_plus/example/pubspec.yaml | 2 +- packages/android_intent_plus/pubspec.yaml | 2 +- packages/battery_plus/battery_plus/example/pubspec.yaml | 2 +- packages/battery_plus/battery_plus/pubspec.yaml | 2 +- packages/battery_plus/battery_plus_linux/pubspec.yaml | 2 +- .../battery_plus/battery_plus_platform_interface/pubspec.yaml | 2 +- .../connectivity_plus/connectivity_plus/example/pubspec.yaml | 2 +- packages/connectivity_plus/connectivity_plus/pubspec.yaml | 2 +- packages/connectivity_plus/connectivity_plus_linux/pubspec.yaml | 2 +- .../connectivity_plus_platform_interface/pubspec.yaml | 2 +- packages/connectivity_plus/connectivity_plus_web/pubspec.yaml | 2 +- packages/device_info_plus/device_info_plus/example/pubspec.yaml | 2 +- packages/device_info_plus/device_info_plus/pubspec.yaml | 2 +- packages/device_info_plus/device_info_plus_linux/pubspec.yaml | 2 +- .../device_info_plus_platform_interface/pubspec.yaml | 2 +- packages/device_info_plus/device_info_plus_web/pubspec.yaml | 2 +- .../network_info_plus/network_info_plus/example/pubspec.yaml | 2 +- packages/network_info_plus/network_info_plus/pubspec.yaml | 2 +- packages/network_info_plus/network_info_plus_linux/pubspec.yaml | 2 +- .../network_info_plus_platform_interface/pubspec.yaml | 2 +- .../network_info_plus/network_info_plus_windows/pubspec.yaml | 2 +- .../package_info_plus/package_info_plus/example/pubspec.yaml | 2 +- packages/package_info_plus/package_info_plus/pubspec.yaml | 2 +- packages/package_info_plus/package_info_plus_linux/pubspec.yaml | 2 +- .../package_info_plus_platform_interface/pubspec.yaml | 2 +- packages/package_info_plus/package_info_plus_web/pubspec.yaml | 2 +- .../package_info_plus/package_info_plus_windows/pubspec.yaml | 2 +- packages/sensors_plus/sensors_plus/example/pubspec.yaml | 2 +- packages/sensors_plus/sensors_plus/pubspec.yaml | 2 +- .../sensors_plus/sensors_plus_platform_interface/pubspec.yaml | 2 +- packages/sensors_plus/sensors_plus_web/pubspec.yaml | 2 +- packages/share_plus/share_plus/example/pubspec.yaml | 2 +- packages/share_plus/share_plus/pubspec.yaml | 2 +- packages/share_plus/share_plus_linux/pubspec.yaml | 2 +- packages/share_plus/share_plus_macos/pubspec.yaml | 2 +- packages/share_plus/share_plus_platform_interface/pubspec.yaml | 2 +- packages/share_plus/share_plus_web/pubspec.yaml | 2 +- packages/share_plus/share_plus_windows/pubspec.yaml | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 67c406f74b..249ade599d 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -4,7 +4,7 @@ # # include: ../../analysis_options.yaml # -include: package:pedantic/analysis_options.yaml +include: package:flutter_lints/flutter.yaml analyzer: enable-experiment: diff --git a/packages/android_alarm_manager_plus/example/pubspec.yaml b/packages/android_alarm_manager_plus/example/pubspec.yaml index cc25168fc7..87dac95a50 100644 --- a/packages/android_alarm_manager_plus/example/pubspec.yaml +++ b/packages/android_alarm_manager_plus/example/pubspec.yaml @@ -18,9 +18,9 @@ dev_dependencies: espresso: ^0.0.1+5 flutter_driver: sdk: flutter + flutter_lints: ^1.0.4 flutter_test: sdk: flutter - pedantic: ^1.9.2 flutter: uses-material-design: true diff --git a/packages/android_alarm_manager_plus/pubspec.yaml b/packages/android_alarm_manager_plus/pubspec.yaml index f0cc8734fa..b1383fbab1 100644 --- a/packages/android_alarm_manager_plus/pubspec.yaml +++ b/packages/android_alarm_manager_plus/pubspec.yaml @@ -10,9 +10,9 @@ dependencies: sdk: flutter dev_dependencies: + flutter_lints: ^1.0.4 flutter_test: sdk: flutter - pedantic: ^1.10.0 flutter: plugin: diff --git a/packages/android_intent_plus/example/pubspec.yaml b/packages/android_intent_plus/example/pubspec.yaml index 0b29416bb2..833ee4f1c4 100644 --- a/packages/android_intent_plus/example/pubspec.yaml +++ b/packages/android_intent_plus/example/pubspec.yaml @@ -14,7 +14,7 @@ dev_dependencies: integration_test: flutter_driver: sdk: flutter - pedantic: ^1.8.0 + flutter_lints: ^1.0.4 # The following section is specific to Flutter. flutter: diff --git a/packages/android_intent_plus/pubspec.yaml b/packages/android_intent_plus/pubspec.yaml index 947b39fa94..8c87535ad0 100644 --- a/packages/android_intent_plus/pubspec.yaml +++ b/packages/android_intent_plus/pubspec.yaml @@ -26,4 +26,4 @@ dev_dependencies: sdk: flutter test: ^1.16.4 mockito: ^5.0.0 - pedantic: ^1.10.0 + flutter_lints: ^1.0.4 diff --git a/packages/battery_plus/battery_plus/example/pubspec.yaml b/packages/battery_plus/battery_plus/example/pubspec.yaml index ae29f8f760..46413c9043 100644 --- a/packages/battery_plus/battery_plus/example/pubspec.yaml +++ b/packages/battery_plus/battery_plus/example/pubspec.yaml @@ -13,8 +13,8 @@ dependencies: dev_dependencies: flutter_driver: sdk: flutter + flutter_lints: ^1.0.4 integration_test: - pedantic: ^1.9.2 dependency_overrides: args: ^2.0.0 diff --git a/packages/battery_plus/battery_plus/pubspec.yaml b/packages/battery_plus/battery_plus/pubspec.yaml index 2f1bab1416..703967f9c6 100644 --- a/packages/battery_plus/battery_plus/pubspec.yaml +++ b/packages/battery_plus/battery_plus/pubspec.yaml @@ -38,7 +38,7 @@ dev_dependencies: async: ^2.5.0 plugin_platform_interface: ^2.0.0 test: ^1.16.4 - pedantic: ^1.10.0 + flutter_lints: ^1.0.4 environment: sdk: ">=2.12.0 <3.0.0" diff --git a/packages/battery_plus/battery_plus_linux/pubspec.yaml b/packages/battery_plus/battery_plus_linux/pubspec.yaml index 65080b11f8..bc18461183 100644 --- a/packages/battery_plus/battery_plus_linux/pubspec.yaml +++ b/packages/battery_plus/battery_plus_linux/pubspec.yaml @@ -16,9 +16,9 @@ dependencies: meta: ^1.3.0 dev_dependencies: + flutter_lints: ^1.0.4 flutter_test: sdk: flutter - pedantic: ^1.10.0 flutter: plugin: diff --git a/packages/battery_plus/battery_plus_platform_interface/pubspec.yaml b/packages/battery_plus/battery_plus_platform_interface/pubspec.yaml index ffbaa5a6ae..0e57b47f95 100644 --- a/packages/battery_plus/battery_plus_platform_interface/pubspec.yaml +++ b/packages/battery_plus/battery_plus_platform_interface/pubspec.yaml @@ -15,6 +15,6 @@ dependencies: plugin_platform_interface: ^2.0.0 dev_dependencies: + flutter_lints: ^1.0.4 flutter_test: sdk: flutter - pedantic: ^1.10.0 diff --git a/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml b/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml index bdcec8d2ba..d61c6451ca 100644 --- a/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml +++ b/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml @@ -15,7 +15,7 @@ dev_dependencies: sdk: flutter test: ^1.16.4 integration_test: - pedantic: ^1.10.0 + flutter_lints: ^1.0.4 dependency_overrides: args: ^2.0.0 diff --git a/packages/connectivity_plus/connectivity_plus/pubspec.yaml b/packages/connectivity_plus/connectivity_plus/pubspec.yaml index 7b9486ce63..507bda2a39 100644 --- a/packages/connectivity_plus/connectivity_plus/pubspec.yaml +++ b/packages/connectivity_plus/connectivity_plus/pubspec.yaml @@ -41,4 +41,4 @@ dev_dependencies: test: ^1.16.4 mockito: ^5.0.0 plugin_platform_interface: ^2.0.0 - pedantic: ^1.10.0 + flutter_lints: ^1.0.4 diff --git a/packages/connectivity_plus/connectivity_plus_linux/pubspec.yaml b/packages/connectivity_plus/connectivity_plus_linux/pubspec.yaml index 60182f9da7..ad1a82ea0e 100644 --- a/packages/connectivity_plus/connectivity_plus_linux/pubspec.yaml +++ b/packages/connectivity_plus/connectivity_plus_linux/pubspec.yaml @@ -21,7 +21,7 @@ dev_dependencies: sdk: flutter build_runner: ^1.11.5 mockito: ^5.0.0 - pedantic: ^1.10.0 + flutter_lints: ^1.0.4 flutter: plugin: diff --git a/packages/connectivity_plus/connectivity_plus_platform_interface/pubspec.yaml b/packages/connectivity_plus/connectivity_plus_platform_interface/pubspec.yaml index 5f86ebabb0..37e9e3acb3 100644 --- a/packages/connectivity_plus/connectivity_plus_platform_interface/pubspec.yaml +++ b/packages/connectivity_plus/connectivity_plus_platform_interface/pubspec.yaml @@ -15,6 +15,6 @@ dependencies: plugin_platform_interface: ^2.0.0 dev_dependencies: + flutter_lints: ^1.0.4 flutter_test: sdk: flutter - pedantic: ^1.10.0 diff --git a/packages/connectivity_plus/connectivity_plus_web/pubspec.yaml b/packages/connectivity_plus/connectivity_plus_web/pubspec.yaml index ca7148ebb4..21e53ddb46 100644 --- a/packages/connectivity_plus/connectivity_plus_web/pubspec.yaml +++ b/packages/connectivity_plus/connectivity_plus_web/pubspec.yaml @@ -26,4 +26,4 @@ dev_dependencies: test: ^1.16.4 flutter_test: sdk: flutter - pedantic: ^1.10.0 + flutter_lints: ^1.0.4 diff --git a/packages/device_info_plus/device_info_plus/example/pubspec.yaml b/packages/device_info_plus/device_info_plus/example/pubspec.yaml index b95f404e06..bdd8743ff2 100644 --- a/packages/device_info_plus/device_info_plus/example/pubspec.yaml +++ b/packages/device_info_plus/device_info_plus/example/pubspec.yaml @@ -10,8 +10,8 @@ dependencies: dev_dependencies: flutter_driver: sdk: flutter + flutter_lints: ^1.0.4 integration_test: - pedantic: ^1.10.0 flutter: uses-material-design: true diff --git a/packages/device_info_plus/device_info_plus/pubspec.yaml b/packages/device_info_plus/device_info_plus/pubspec.yaml index 78b1634e82..246eef8035 100644 --- a/packages/device_info_plus/device_info_plus/pubspec.yaml +++ b/packages/device_info_plus/device_info_plus/pubspec.yaml @@ -35,7 +35,7 @@ dev_dependencies: test: ^1.16.4 flutter_test: sdk: flutter - pedantic: ^1.10.0 + flutter_lints: ^1.0.4 environment: sdk: ">=2.12.0 <3.0.0" diff --git a/packages/device_info_plus/device_info_plus_linux/pubspec.yaml b/packages/device_info_plus/device_info_plus_linux/pubspec.yaml index f432686334..ddf871bfc4 100644 --- a/packages/device_info_plus/device_info_plus_linux/pubspec.yaml +++ b/packages/device_info_plus/device_info_plus_linux/pubspec.yaml @@ -16,6 +16,6 @@ dependencies: meta: ^1.3.0 dev_dependencies: + flutter_lints: ^1.0.4 flutter_test: sdk: flutter - pedantic: ^1.10.0 diff --git a/packages/device_info_plus/device_info_plus_platform_interface/pubspec.yaml b/packages/device_info_plus/device_info_plus_platform_interface/pubspec.yaml index 9e9681a876..3edf6c3da7 100644 --- a/packages/device_info_plus/device_info_plus_platform_interface/pubspec.yaml +++ b/packages/device_info_plus/device_info_plus_platform_interface/pubspec.yaml @@ -11,10 +11,10 @@ dependencies: plugin_platform_interface: ^2.0.0 dev_dependencies: + flutter_lints: ^1.0.4 flutter_test: sdk: flutter mockito: ^5.0.0 - pedantic: ^1.10.0 environment: sdk: ">=2.12.0 <3.0.0" diff --git a/packages/device_info_plus/device_info_plus_web/pubspec.yaml b/packages/device_info_plus/device_info_plus_web/pubspec.yaml index 998a8c7aae..51412037c9 100644 --- a/packages/device_info_plus/device_info_plus_web/pubspec.yaml +++ b/packages/device_info_plus/device_info_plus_web/pubspec.yaml @@ -23,7 +23,7 @@ dev_dependencies: flutter_test: sdk: flutter mockito: ^5.0.0 - pedantic: ^1.10.0 + flutter_lints: ^1.0.4 environment: sdk: ">=2.12.0 <3.0.0" diff --git a/packages/network_info_plus/network_info_plus/example/pubspec.yaml b/packages/network_info_plus/network_info_plus/example/pubspec.yaml index f61c2844db..60c898021d 100644 --- a/packages/network_info_plus/network_info_plus/example/pubspec.yaml +++ b/packages/network_info_plus/network_info_plus/example/pubspec.yaml @@ -15,7 +15,7 @@ dev_dependencies: sdk: flutter test: ^1.16.4 integration_test: - pedantic: ^1.10.0 + flutter_lints: ^1.0.4 dependency_overrides: args: ^2.0.0 diff --git a/packages/network_info_plus/network_info_plus/pubspec.yaml b/packages/network_info_plus/network_info_plus/pubspec.yaml index abcedb18c6..fac94c94f8 100644 --- a/packages/network_info_plus/network_info_plus/pubspec.yaml +++ b/packages/network_info_plus/network_info_plus/pubspec.yaml @@ -37,7 +37,7 @@ dev_dependencies: test: ^1.16.4 mockito: ^5.0.0 plugin_platform_interface: ^2.0.0 - pedantic: ^1.10.0 + flutter_lints: ^1.0.4 environment: sdk: ">=2.12.0 <3.0.0" diff --git a/packages/network_info_plus/network_info_plus_linux/pubspec.yaml b/packages/network_info_plus/network_info_plus_linux/pubspec.yaml index ce0760a69e..b91de6037c 100644 --- a/packages/network_info_plus/network_info_plus_linux/pubspec.yaml +++ b/packages/network_info_plus/network_info_plus_linux/pubspec.yaml @@ -17,9 +17,9 @@ dependencies: nm: ^0.3.0 dev_dependencies: + flutter_lints: ^1.0.4 flutter_test: sdk: flutter - pedantic: ^1.10.0 flutter: plugin: diff --git a/packages/network_info_plus/network_info_plus_platform_interface/pubspec.yaml b/packages/network_info_plus/network_info_plus_platform_interface/pubspec.yaml index 9f5fe60a5d..69eefd51b2 100644 --- a/packages/network_info_plus/network_info_plus_platform_interface/pubspec.yaml +++ b/packages/network_info_plus/network_info_plus_platform_interface/pubspec.yaml @@ -11,9 +11,9 @@ dependencies: plugin_platform_interface: ^2.0.0 dev_dependencies: + flutter_lints: ^1.0.4 flutter_test: sdk: flutter - pedantic: ^1.10.0 environment: sdk: ">=2.12.0 <3.0.0" diff --git a/packages/network_info_plus/network_info_plus_windows/pubspec.yaml b/packages/network_info_plus/network_info_plus_windows/pubspec.yaml index d294795e90..23b68d52af 100644 --- a/packages/network_info_plus/network_info_plus_windows/pubspec.yaml +++ b/packages/network_info_plus/network_info_plus_windows/pubspec.yaml @@ -13,9 +13,9 @@ dependencies: sdk: flutter network_info_plus_platform_interface: ^1.0.0 dev_dependencies: + flutter_lints: ^1.0.4 flutter_test: sdk: flutter - pedantic: ^1.10.0 flutter: plugin: diff --git a/packages/package_info_plus/package_info_plus/example/pubspec.yaml b/packages/package_info_plus/package_info_plus/example/pubspec.yaml index 244909851b..4741f1f830 100644 --- a/packages/package_info_plus/package_info_plus/example/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus/example/pubspec.yaml @@ -18,7 +18,7 @@ dev_dependencies: flutter_driver: sdk: flutter test: any - pedantic: ^1.10.0 + flutter_lints: ^1.0.4 flutter: uses-material-design: true diff --git a/packages/package_info_plus/package_info_plus/pubspec.yaml b/packages/package_info_plus/package_info_plus/pubspec.yaml index 25087e65a4..0d575018ff 100644 --- a/packages/package_info_plus/package_info_plus/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus/pubspec.yaml @@ -34,7 +34,7 @@ dev_dependencies: flutter_test: sdk: flutter test: ^1.16.4 - pedantic: ^1.10.0 + flutter_lints: ^1.0.4 environment: sdk: ">=2.12.0 <3.0.0" diff --git a/packages/package_info_plus/package_info_plus_linux/pubspec.yaml b/packages/package_info_plus/package_info_plus_linux/pubspec.yaml index edd450e8b4..6f0342e3cf 100644 --- a/packages/package_info_plus/package_info_plus_linux/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus_linux/pubspec.yaml @@ -15,6 +15,6 @@ dependencies: path: ^1.8.0 dev_dependencies: + flutter_lints: ^1.0.4 flutter_test: sdk: flutter - pedantic: ^1.10.0 diff --git a/packages/package_info_plus/package_info_plus_platform_interface/pubspec.yaml b/packages/package_info_plus/package_info_plus_platform_interface/pubspec.yaml index 4eb34baead..c9459d6f81 100644 --- a/packages/package_info_plus/package_info_plus_platform_interface/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus_platform_interface/pubspec.yaml @@ -11,10 +11,10 @@ dependencies: plugin_platform_interface: ^2.0.0 dev_dependencies: + flutter_lints: ^1.0.4 flutter_test: sdk: flutter mockito: ^5.0.0 - pedantic: ^1.10.0 environment: sdk: ">=2.12.0 <3.0.0" diff --git a/packages/package_info_plus/package_info_plus_web/pubspec.yaml b/packages/package_info_plus/package_info_plus_web/pubspec.yaml index c036615d4e..7d1e412583 100644 --- a/packages/package_info_plus/package_info_plus_web/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus_web/pubspec.yaml @@ -25,7 +25,7 @@ dev_dependencies: sdk: flutter mockito: ^5.0.7 build_runner: ^2.0.3 - pedantic: ^1.10.0 + flutter_lints: ^1.0.4 environment: sdk: ">=2.12.0 <3.0.0" diff --git a/packages/package_info_plus/package_info_plus_windows/pubspec.yaml b/packages/package_info_plus/package_info_plus_windows/pubspec.yaml index 18c4125309..292f4db6bf 100644 --- a/packages/package_info_plus/package_info_plus_windows/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus_windows/pubspec.yaml @@ -16,6 +16,6 @@ dependencies: win32: ^2.0.0 dev_dependencies: + flutter_lints: ^1.0.4 flutter_test: sdk: flutter - pedantic: ^1.10.0 diff --git a/packages/sensors_plus/sensors_plus/example/pubspec.yaml b/packages/sensors_plus/sensors_plus/example/pubspec.yaml index 4d66b3575f..eeb78b7fed 100644 --- a/packages/sensors_plus/sensors_plus/example/pubspec.yaml +++ b/packages/sensors_plus/sensors_plus/example/pubspec.yaml @@ -10,8 +10,8 @@ dependencies: dev_dependencies: flutter_driver: sdk: flutter + flutter_lints: ^1.0.4 integration_test: - pedantic: ^1.10.0 flutter: uses-material-design: true diff --git a/packages/sensors_plus/sensors_plus/pubspec.yaml b/packages/sensors_plus/sensors_plus/pubspec.yaml index e1180b5383..a06be75133 100644 --- a/packages/sensors_plus/sensors_plus/pubspec.yaml +++ b/packages/sensors_plus/sensors_plus/pubspec.yaml @@ -27,7 +27,7 @@ dev_dependencies: test: ^1.16.4 flutter_test: sdk: flutter - pedantic: ^1.10.0 + flutter_lints: ^1.0.4 environment: sdk: ">=2.12.0 <3.0.0" diff --git a/packages/sensors_plus/sensors_plus_platform_interface/pubspec.yaml b/packages/sensors_plus/sensors_plus_platform_interface/pubspec.yaml index c6790a0920..e692dbca65 100644 --- a/packages/sensors_plus/sensors_plus_platform_interface/pubspec.yaml +++ b/packages/sensors_plus/sensors_plus_platform_interface/pubspec.yaml @@ -11,9 +11,9 @@ dependencies: plugin_platform_interface: ^2.0.0 dev_dependencies: + flutter_lints: ^1.0.4 flutter_test: sdk: flutter - pedantic: ^1.10.0 test: ^1.16.4 environment: diff --git a/packages/sensors_plus/sensors_plus_web/pubspec.yaml b/packages/sensors_plus/sensors_plus_web/pubspec.yaml index f735b4f3d6..68aa62cc6b 100644 --- a/packages/sensors_plus/sensors_plus_web/pubspec.yaml +++ b/packages/sensors_plus/sensors_plus_web/pubspec.yaml @@ -26,4 +26,4 @@ dev_dependencies: test: ^1.16.4 flutter_test: sdk: flutter - pedantic: ^1.10.0 + flutter_lints: ^1.0.4 diff --git a/packages/share_plus/share_plus/example/pubspec.yaml b/packages/share_plus/share_plus/example/pubspec.yaml index 27503af2ea..e71593e52a 100644 --- a/packages/share_plus/share_plus/example/pubspec.yaml +++ b/packages/share_plus/share_plus/example/pubspec.yaml @@ -11,8 +11,8 @@ dependencies: dev_dependencies: flutter_driver: sdk: flutter + flutter_lints: ^1.0.4 integration_test: - pedantic: ^1.10.0 flutter: uses-material-design: true diff --git a/packages/share_plus/share_plus/pubspec.yaml b/packages/share_plus/share_plus/pubspec.yaml index a5e1026433..2377ff9667 100644 --- a/packages/share_plus/share_plus/pubspec.yaml +++ b/packages/share_plus/share_plus/pubspec.yaml @@ -33,9 +33,9 @@ dependencies: share_plus_web: ^2.0.0 dev_dependencies: + flutter_lints: ^1.0.4 flutter_test: sdk: flutter - pedantic: ^1.10.0 environment: sdk: ">=2.12.0 <3.0.0" diff --git a/packages/share_plus/share_plus_linux/pubspec.yaml b/packages/share_plus/share_plus_linux/pubspec.yaml index f97207f741..8be5eee84b 100644 --- a/packages/share_plus/share_plus_linux/pubspec.yaml +++ b/packages/share_plus/share_plus_linux/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: url_launcher: ^6.0.1 dev_dependencies: + flutter_lints: ^1.0.4 flutter_test: sdk: flutter - pedantic: ^1.10.0 url_launcher_platform_interface: ^2.0.2 diff --git a/packages/share_plus/share_plus_macos/pubspec.yaml b/packages/share_plus/share_plus_macos/pubspec.yaml index ef94b81786..e3ae2224b3 100644 --- a/packages/share_plus/share_plus_macos/pubspec.yaml +++ b/packages/share_plus/share_plus_macos/pubspec.yaml @@ -14,9 +14,9 @@ dependencies: sdk: flutter dev_dependencies: + flutter_lints: ^1.0.4 flutter_test: sdk: flutter - pedantic: ^1.10.0 flutter: plugin: diff --git a/packages/share_plus/share_plus_platform_interface/pubspec.yaml b/packages/share_plus/share_plus_platform_interface/pubspec.yaml index a3b122530a..2a439a7b11 100644 --- a/packages/share_plus/share_plus_platform_interface/pubspec.yaml +++ b/packages/share_plus/share_plus_platform_interface/pubspec.yaml @@ -12,10 +12,10 @@ dependencies: plugin_platform_interface: ^2.0.0 dev_dependencies: + flutter_lints: ^1.0.4 flutter_test: sdk: flutter mockito: ^5.0.0 - pedantic: ^1.10.0 test: ^1.16.4 environment: diff --git a/packages/share_plus/share_plus_web/pubspec.yaml b/packages/share_plus/share_plus_web/pubspec.yaml index dbf932c138..2584fb3eb6 100644 --- a/packages/share_plus/share_plus_web/pubspec.yaml +++ b/packages/share_plus/share_plus_web/pubspec.yaml @@ -21,9 +21,9 @@ dependencies: meta: ^1.3.0 dev_dependencies: + flutter_lints: ^1.0.4 flutter_test: sdk: flutter - pedantic: ^1.10.0 environment: sdk: ">=2.12.0 <3.0.0" diff --git a/packages/share_plus/share_plus_windows/pubspec.yaml b/packages/share_plus/share_plus_windows/pubspec.yaml index b0f74d9736..e3a8a10a9f 100644 --- a/packages/share_plus/share_plus_windows/pubspec.yaml +++ b/packages/share_plus/share_plus_windows/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: url_launcher: ^6.0.1 dev_dependencies: + flutter_lints: ^1.0.4 flutter_test: sdk: flutter - pedantic: ^1.10.0 url_launcher_platform_interface: ^2.0.2 From 497730b36a31361cf448eca56823c70c62cfd276 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Fri, 1 Oct 2021 22:20:20 +0530 Subject: [PATCH 03/27] chore(release): publish packages - android_alarm_manager_plus@1.3.0 - package_info_plus@1.0.7 - package_info_plus_web@1.0.5 --- packages/android_alarm_manager_plus/CHANGELOG.md | 4 ++++ packages/android_alarm_manager_plus/pubspec.yaml | 2 +- packages/package_info_plus/package_info_plus/CHANGELOG.md | 4 ++++ packages/package_info_plus/package_info_plus/pubspec.yaml | 5 ++--- .../package_info_plus/package_info_plus_web/CHANGELOG.md | 4 ++++ .../package_info_plus/package_info_plus_web/pubspec.yaml | 2 +- 6 files changed, 16 insertions(+), 5 deletions(-) diff --git a/packages/android_alarm_manager_plus/CHANGELOG.md b/packages/android_alarm_manager_plus/CHANGELOG.md index d3ce3bcab4..061b70c6cc 100644 --- a/packages/android_alarm_manager_plus/CHANGELOG.md +++ b/packages/android_alarm_manager_plus/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.0 + + - **FEAT**: get scheduled alarms functionality added. (#384). + ## 1.2.0 - Reverted feature to get scheduled alarms. See Issue #421 for more info. diff --git a/packages/android_alarm_manager_plus/pubspec.yaml b/packages/android_alarm_manager_plus/pubspec.yaml index b1383fbab1..ec10e5b709 100644 --- a/packages/android_alarm_manager_plus/pubspec.yaml +++ b/packages/android_alarm_manager_plus/pubspec.yaml @@ -1,7 +1,7 @@ name: android_alarm_manager_plus description: Flutter plugin for accessing the Android AlarmManager service, and running Dart code in the background when alarms fire. -version: 1.2.0 +version: 1.3.0 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ diff --git a/packages/package_info_plus/package_info_plus/CHANGELOG.md b/packages/package_info_plus/package_info_plus/CHANGELOG.md index 49c1b428d1..c3ed0054b0 100644 --- a/packages/package_info_plus/package_info_plus/CHANGELOG.md +++ b/packages/package_info_plus/package_info_plus/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.7 + + - **FIX**: fixed version.json path (#403). + ## 1.0.6 - Web: Fixed url resolving for the version.json diff --git a/packages/package_info_plus/package_info_plus/pubspec.yaml b/packages/package_info_plus/package_info_plus/pubspec.yaml index 0d575018ff..64afdcff1c 100644 --- a/packages/package_info_plus/package_info_plus/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus/pubspec.yaml @@ -1,6 +1,6 @@ name: package_info_plus description: Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android. -version: 1.0.6 +version: 1.0.7 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ @@ -28,8 +28,7 @@ dependencies: package_info_plus_linux: ^1.0.3 package_info_plus_macos: ^1.1.1 package_info_plus_windows: ^1.0.3 - package_info_plus_web: ^1.0.4 - + package_info_plus_web: ^1.0.5 dev_dependencies: flutter_test: sdk: flutter diff --git a/packages/package_info_plus/package_info_plus_web/CHANGELOG.md b/packages/package_info_plus/package_info_plus_web/CHANGELOG.md index f27afec387..568b2f275b 100644 --- a/packages/package_info_plus/package_info_plus_web/CHANGELOG.md +++ b/packages/package_info_plus/package_info_plus_web/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.5 + + - **FIX**: fixed version.json path (#403). + ## 1.0.4 - Fixed url resolving for the version.json diff --git a/packages/package_info_plus/package_info_plus_web/pubspec.yaml b/packages/package_info_plus/package_info_plus_web/pubspec.yaml index 7d1e412583..f7d8c34713 100644 --- a/packages/package_info_plus/package_info_plus_web/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus_web/pubspec.yaml @@ -1,6 +1,6 @@ name: package_info_plus_web description: Web platform implementation of package_info_plus -version: 1.0.4 +version: 1.0.5 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ From 3dde7debeb158feaacc8db2b261e71ce8823c0f2 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Fri, 1 Oct 2021 22:23:13 +0530 Subject: [PATCH 04/27] Replaced code in analysis_options and updated melos.yaml --- analysis_options.yaml | 27 ++++++++++++++++----------- melos.yaml | 2 +- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 249ade599d..a0645f38ec 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -6,16 +6,21 @@ # include: package:flutter_lints/flutter.yaml -analyzer: - enable-experiment: - - non-nullable - exclude: - # Ignore generated files - - '**/*.g.dart' - - 'lib/src/generated/*.dart' - linter: + # The lint rules applied to this project can be customized in the + # section below to disable rules from the `package:flutter_lints/flutter.yaml` + # included above or to enable additional rules. A list of all available lints + # and their documentation is published at + # https://dart-lang.github.io/linter/lints/index.html. + # + # Instead of disabling a lint rule for the entire project in the + # section below, it can also be suppressed for a single line of code + # or a specific dart file by using the `// ignore: name_of_lint` and + # `// ignore_for_file: name_of_lint` syntax on the line or in the file + # producing the lint. rules: - public_member_api_docs: true - prefer_final_in_for_each: true - prefer_final_locals: true + avoid_print: false + prefer_single_quotes: true + +# Additional information about this file can be found at +# https://dart.dev/guides/language/analysis-options diff --git a/melos.yaml b/melos.yaml index 6ebf9be50e..e5111305b8 100644 --- a/melos.yaml +++ b/melos.yaml @@ -108,7 +108,7 @@ scripts: rm -rf ./build ./android/.gradle ./ios/.symlinks ./ios/Pods ./android/.idea ./.idea ./.dart-tool/build dev_dependencies: - pedantic: 1.10.0 + flutter_lints: ^1.0.4 environment: sdk: ">=2.12.0 <3.0.0" From 9805af6c288d7f38cd2b7e455df7aa6e85797d44 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Fri, 1 Oct 2021 22:28:28 +0530 Subject: [PATCH 05/27] Revert "Replaced code in analysis_options and updated melos.yaml" This reverts commit 3dde7debeb158feaacc8db2b261e71ce8823c0f2. --- analysis_options.yaml | 27 +++++++++++---------------- melos.yaml | 2 +- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index a0645f38ec..249ade599d 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -6,21 +6,16 @@ # include: package:flutter_lints/flutter.yaml +analyzer: + enable-experiment: + - non-nullable + exclude: + # Ignore generated files + - '**/*.g.dart' + - 'lib/src/generated/*.dart' + linter: - # The lint rules applied to this project can be customized in the - # section below to disable rules from the `package:flutter_lints/flutter.yaml` - # included above or to enable additional rules. A list of all available lints - # and their documentation is published at - # https://dart-lang.github.io/linter/lints/index.html. - # - # Instead of disabling a lint rule for the entire project in the - # section below, it can also be suppressed for a single line of code - # or a specific dart file by using the `// ignore: name_of_lint` and - # `// ignore_for_file: name_of_lint` syntax on the line or in the file - # producing the lint. rules: - avoid_print: false - prefer_single_quotes: true - -# Additional information about this file can be found at -# https://dart.dev/guides/language/analysis-options + public_member_api_docs: true + prefer_final_in_for_each: true + prefer_final_locals: true diff --git a/melos.yaml b/melos.yaml index e5111305b8..6ebf9be50e 100644 --- a/melos.yaml +++ b/melos.yaml @@ -108,7 +108,7 @@ scripts: rm -rf ./build ./android/.gradle ./ios/.symlinks ./ios/Pods ./android/.idea ./.idea ./.dart-tool/build dev_dependencies: - flutter_lints: ^1.0.4 + pedantic: 1.10.0 environment: sdk: ">=2.12.0 <3.0.0" From af84379d3ec561e37e7101f8d2ba02d2b955aa39 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Fri, 1 Oct 2021 22:29:07 +0530 Subject: [PATCH 06/27] Revert "chore(release): publish packages" This reverts commit 497730b36a31361cf448eca56823c70c62cfd276. --- packages/android_alarm_manager_plus/CHANGELOG.md | 4 ---- packages/android_alarm_manager_plus/pubspec.yaml | 2 +- packages/package_info_plus/package_info_plus/CHANGELOG.md | 4 ---- packages/package_info_plus/package_info_plus/pubspec.yaml | 5 +++-- .../package_info_plus/package_info_plus_web/CHANGELOG.md | 4 ---- .../package_info_plus/package_info_plus_web/pubspec.yaml | 2 +- 6 files changed, 5 insertions(+), 16 deletions(-) diff --git a/packages/android_alarm_manager_plus/CHANGELOG.md b/packages/android_alarm_manager_plus/CHANGELOG.md index 061b70c6cc..d3ce3bcab4 100644 --- a/packages/android_alarm_manager_plus/CHANGELOG.md +++ b/packages/android_alarm_manager_plus/CHANGELOG.md @@ -1,7 +1,3 @@ -## 1.3.0 - - - **FEAT**: get scheduled alarms functionality added. (#384). - ## 1.2.0 - Reverted feature to get scheduled alarms. See Issue #421 for more info. diff --git a/packages/android_alarm_manager_plus/pubspec.yaml b/packages/android_alarm_manager_plus/pubspec.yaml index ec10e5b709..b1383fbab1 100644 --- a/packages/android_alarm_manager_plus/pubspec.yaml +++ b/packages/android_alarm_manager_plus/pubspec.yaml @@ -1,7 +1,7 @@ name: android_alarm_manager_plus description: Flutter plugin for accessing the Android AlarmManager service, and running Dart code in the background when alarms fire. -version: 1.3.0 +version: 1.2.0 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ diff --git a/packages/package_info_plus/package_info_plus/CHANGELOG.md b/packages/package_info_plus/package_info_plus/CHANGELOG.md index c3ed0054b0..49c1b428d1 100644 --- a/packages/package_info_plus/package_info_plus/CHANGELOG.md +++ b/packages/package_info_plus/package_info_plus/CHANGELOG.md @@ -1,7 +1,3 @@ -## 1.0.7 - - - **FIX**: fixed version.json path (#403). - ## 1.0.6 - Web: Fixed url resolving for the version.json diff --git a/packages/package_info_plus/package_info_plus/pubspec.yaml b/packages/package_info_plus/package_info_plus/pubspec.yaml index 64afdcff1c..0d575018ff 100644 --- a/packages/package_info_plus/package_info_plus/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus/pubspec.yaml @@ -1,6 +1,6 @@ name: package_info_plus description: Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android. -version: 1.0.7 +version: 1.0.6 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ @@ -28,7 +28,8 @@ dependencies: package_info_plus_linux: ^1.0.3 package_info_plus_macos: ^1.1.1 package_info_plus_windows: ^1.0.3 - package_info_plus_web: ^1.0.5 + package_info_plus_web: ^1.0.4 + dev_dependencies: flutter_test: sdk: flutter diff --git a/packages/package_info_plus/package_info_plus_web/CHANGELOG.md b/packages/package_info_plus/package_info_plus_web/CHANGELOG.md index 568b2f275b..f27afec387 100644 --- a/packages/package_info_plus/package_info_plus_web/CHANGELOG.md +++ b/packages/package_info_plus/package_info_plus_web/CHANGELOG.md @@ -1,7 +1,3 @@ -## 1.0.5 - - - **FIX**: fixed version.json path (#403). - ## 1.0.4 - Fixed url resolving for the version.json diff --git a/packages/package_info_plus/package_info_plus_web/pubspec.yaml b/packages/package_info_plus/package_info_plus_web/pubspec.yaml index f7d8c34713..7d1e412583 100644 --- a/packages/package_info_plus/package_info_plus_web/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus_web/pubspec.yaml @@ -1,6 +1,6 @@ name: package_info_plus_web description: Web platform implementation of package_info_plus -version: 1.0.5 +version: 1.0.4 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ From bf855821c37d5313e716221af8eac1bee4fba256 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Fri, 1 Oct 2021 22:43:27 +0530 Subject: [PATCH 07/27] Replaced code in analysis_options and updated melos.yaml --- analysis_options.yaml | 22 +++++++++++----------- melos.yaml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 249ade599d..208f4cc18e 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -6,16 +6,16 @@ # include: package:flutter_lints/flutter.yaml -analyzer: - enable-experiment: - - non-nullable - exclude: - # Ignore generated files - - '**/*.g.dart' - - 'lib/src/generated/*.dart' - linter: + # The lint rules applied to this project can be customized in the + # section below to disable rules from the `package:flutter_lints/flutter.yaml` + # included above or to enable additional rules. A list of all available lints + # and their documentation is published at + # https://dart-lang.github.io/linter/lints/index.html. + rules: - public_member_api_docs: true - prefer_final_in_for_each: true - prefer_final_locals: true + avoid_print: false # Uncomment to disable the `avoid_print` rule + prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + +# Additional information about this file can be found at +# https://dart.dev/guides/language/analysis-options \ No newline at end of file diff --git a/melos.yaml b/melos.yaml index 6ebf9be50e..e5111305b8 100644 --- a/melos.yaml +++ b/melos.yaml @@ -108,7 +108,7 @@ scripts: rm -rf ./build ./android/.gradle ./ios/.symlinks ./ios/Pods ./android/.idea ./.idea ./.dart-tool/build dev_dependencies: - pedantic: 1.10.0 + flutter_lints: ^1.0.4 environment: sdk: ">=2.12.0 <3.0.0" From 27b051108243bff7b29b1ca3c0c181606096eb44 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Sat, 2 Oct 2021 17:19:33 +0530 Subject: [PATCH 08/27] Revert "Merge branch 'main' into main" This reverts commit 1286cc9f50a24af2c236e9d3664a5cec621b52ae, reversing changes made to bf855821c37d5313e716221af8eac1bee4fba256. --- packages/android_alarm_manager_plus/CHANGELOG.md | 4 ---- packages/android_alarm_manager_plus/pubspec.yaml | 2 +- packages/android_intent_plus/CHANGELOG.md | 4 ---- packages/android_intent_plus/pubspec.yaml | 2 +- packages/battery_plus/battery_plus/CHANGELOG.md | 4 ---- packages/battery_plus/battery_plus/pubspec.yaml | 2 +- .../connectivity_plus/connectivity_plus/CHANGELOG.md | 4 ---- .../connectivity_plus/example/pubspec.yaml | 3 +-- .../connectivity_plus/connectivity_plus/pubspec.yaml | 2 +- .../device_info_plus/device_info_plus/CHANGELOG.md | 4 ---- .../device_info_plus/device_info_plus/pubspec.yaml | 2 +- .../network_info_plus/network_info_plus/CHANGELOG.md | 9 --------- .../network_info_plus/example/pubspec.yaml | 3 +-- .../network_info_plus/ios/Classes/getgateway.c | 10 ++++++++-- .../network_info_plus/network_info_plus/pubspec.yaml | 2 +- .../package_info_plus/package_info_plus/CHANGELOG.md | 4 ---- .../package_info_plus/example/pubspec.yaml | 2 -- .../package_info_plus/package_info_plus/pubspec.yaml | 2 +- packages/sensors_plus/sensors_plus/CHANGELOG.md | 4 ---- .../sensors_plus/sensors_plus/example/pubspec.yaml | 1 - packages/sensors_plus/sensors_plus/pubspec.yaml | 2 +- packages/share_plus/share_plus/CHANGELOG.md | 8 -------- .../share_plus/ios/Classes/FLTSharePlusPlugin.m | 4 +--- packages/share_plus/share_plus/pubspec.yaml | 2 +- .../share_plus_web/integration_test/pubspec.yaml | 3 +-- 25 files changed, 21 insertions(+), 68 deletions(-) diff --git a/packages/android_alarm_manager_plus/CHANGELOG.md b/packages/android_alarm_manager_plus/CHANGELOG.md index 7fc79512c9..d3ce3bcab4 100644 --- a/packages/android_alarm_manager_plus/CHANGELOG.md +++ b/packages/android_alarm_manager_plus/CHANGELOG.md @@ -1,7 +1,3 @@ -## 1.3.0 - -- migrate integration_test to flutter sdk - ## 1.2.0 - Reverted feature to get scheduled alarms. See Issue #421 for more info. diff --git a/packages/android_alarm_manager_plus/pubspec.yaml b/packages/android_alarm_manager_plus/pubspec.yaml index ec10e5b709..b1383fbab1 100644 --- a/packages/android_alarm_manager_plus/pubspec.yaml +++ b/packages/android_alarm_manager_plus/pubspec.yaml @@ -1,7 +1,7 @@ name: android_alarm_manager_plus description: Flutter plugin for accessing the Android AlarmManager service, and running Dart code in the background when alarms fire. -version: 1.3.0 +version: 1.2.0 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ diff --git a/packages/android_intent_plus/CHANGELOG.md b/packages/android_intent_plus/CHANGELOG.md index 781abbcba3..975b367c47 100644 --- a/packages/android_intent_plus/CHANGELOG.md +++ b/packages/android_intent_plus/CHANGELOG.md @@ -1,7 +1,3 @@ -## 2.1.0 - -- migrate integration_test to flutter sdk - ## 2.0.0 - increase flutter SDK version to 1.20.0 diff --git a/packages/android_intent_plus/pubspec.yaml b/packages/android_intent_plus/pubspec.yaml index 2d21e8e9d9..8c87535ad0 100644 --- a/packages/android_intent_plus/pubspec.yaml +++ b/packages/android_intent_plus/pubspec.yaml @@ -1,6 +1,6 @@ name: android_intent_plus description: Flutter plugin for launching Android Intents. Not supported on iOS. -version: 2.1.0 +version: 2.0.0 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ diff --git a/packages/battery_plus/battery_plus/CHANGELOG.md b/packages/battery_plus/battery_plus/CHANGELOG.md index affd13216a..af39c68c9d 100644 --- a/packages/battery_plus/battery_plus/CHANGELOG.md +++ b/packages/battery_plus/battery_plus/CHANGELOG.md @@ -1,7 +1,3 @@ -## 1.2.0 - -- migrate integration_test to flutter sdk - ## 1.1.1 - Fix: Add break statements for unknown battery state in Android and iOS implementations diff --git a/packages/battery_plus/battery_plus/pubspec.yaml b/packages/battery_plus/battery_plus/pubspec.yaml index 6885357f20..703967f9c6 100644 --- a/packages/battery_plus/battery_plus/pubspec.yaml +++ b/packages/battery_plus/battery_plus/pubspec.yaml @@ -1,6 +1,6 @@ name: battery_plus description: Flutter plugin for accessing information about the battery state(full, charging, discharging). -version: 1.2.0 +version: 1.1.1 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ diff --git a/packages/connectivity_plus/connectivity_plus/CHANGELOG.md b/packages/connectivity_plus/connectivity_plus/CHANGELOG.md index 14062c8f11..4c785c5521 100644 --- a/packages/connectivity_plus/connectivity_plus/CHANGELOG.md +++ b/packages/connectivity_plus/connectivity_plus/CHANGELOG.md @@ -1,7 +1,3 @@ -## 1.2.0 - -- migrate integration_test to flutter sdk - ## 1.1.0 - Add ethernet as connectivity result. Supported on Android, Linux, macOS, and Web diff --git a/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml b/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml index 1ea8a57a35..d61c6451ca 100644 --- a/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml +++ b/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml @@ -13,9 +13,8 @@ dependencies: dev_dependencies: flutter_driver: sdk: flutter - integration_test: - sdk: flutter test: ^1.16.4 + integration_test: flutter_lints: ^1.0.4 dependency_overrides: diff --git a/packages/connectivity_plus/connectivity_plus/pubspec.yaml b/packages/connectivity_plus/connectivity_plus/pubspec.yaml index 3a686b62cf..507bda2a39 100644 --- a/packages/connectivity_plus/connectivity_plus/pubspec.yaml +++ b/packages/connectivity_plus/connectivity_plus/pubspec.yaml @@ -1,6 +1,6 @@ name: connectivity_plus description: Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS. -version: 1.2.0 +version: 1.1.0 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ diff --git a/packages/device_info_plus/device_info_plus/CHANGELOG.md b/packages/device_info_plus/device_info_plus/CHANGELOG.md index b5601b1397..634ebed739 100644 --- a/packages/device_info_plus/device_info_plus/CHANGELOG.md +++ b/packages/device_info_plus/device_info_plus/CHANGELOG.md @@ -1,7 +1,3 @@ -## 2.2.0 - -- migrate integration_test to flutter sdk - ## 2.1.0 - add toMap to models diff --git a/packages/device_info_plus/device_info_plus/pubspec.yaml b/packages/device_info_plus/device_info_plus/pubspec.yaml index bd37ec7b72..246eef8035 100644 --- a/packages/device_info_plus/device_info_plus/pubspec.yaml +++ b/packages/device_info_plus/device_info_plus/pubspec.yaml @@ -1,7 +1,7 @@ name: device_info_plus description: Flutter plugin providing detailed information about the device (make, model, etc.), and Android or iOS version the app is running on. -version: 2.2.0 +version: 2.1.0 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ diff --git a/packages/network_info_plus/network_info_plus/CHANGELOG.md b/packages/network_info_plus/network_info_plus/CHANGELOG.md index 80622b95a9..fc93a55b1c 100644 --- a/packages/network_info_plus/network_info_plus/CHANGELOG.md +++ b/packages/network_info_plus/network_info_plus/CHANGELOG.md @@ -1,12 +1,3 @@ -## 1.2.1 - -- IOS: Fix issue failed to build on iOS emulator - -## 1.2.0 - -- migrate integration_test to flutter sdk - - ## 1.1.0 - Android, IOS: Adding IPv6 information diff --git a/packages/network_info_plus/network_info_plus/example/pubspec.yaml b/packages/network_info_plus/network_info_plus/example/pubspec.yaml index 7e4fbdae7d..60c898021d 100644 --- a/packages/network_info_plus/network_info_plus/example/pubspec.yaml +++ b/packages/network_info_plus/network_info_plus/example/pubspec.yaml @@ -13,9 +13,8 @@ dependencies: dev_dependencies: flutter_driver: sdk: flutter - integration_test: - sdk: flutter test: ^1.16.4 + integration_test: flutter_lints: ^1.0.4 dependency_overrides: diff --git a/packages/network_info_plus/network_info_plus/ios/Classes/getgateway.c b/packages/network_info_plus/network_info_plus/ios/Classes/getgateway.c index b7e10c022f..54596f430c 100644 --- a/packages/network_info_plus/network_info_plus/ios/Classes/getgateway.c +++ b/packages/network_info_plus/network_info_plus/ios/Classes/getgateway.c @@ -13,8 +13,14 @@ #include #include "getgateway.h" -#include "route.h" -#define TypeEN "en0" +#include "TargetConditionals.h" +#if TARGET_IPHONE_SIMULATOR + #include + #define TypeEN "en1" +#else + #include "route.h" + #define TypeEN "en0" +#endif #include #include diff --git a/packages/network_info_plus/network_info_plus/pubspec.yaml b/packages/network_info_plus/network_info_plus/pubspec.yaml index b9eb5c1773..fac94c94f8 100644 --- a/packages/network_info_plus/network_info_plus/pubspec.yaml +++ b/packages/network_info_plus/network_info_plus/pubspec.yaml @@ -1,6 +1,6 @@ name: network_info_plus description: Flutter plugin for discovering information (e.g. WiFi details) of the network. -version: 1.2.1 +version: 1.1.0 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ diff --git a/packages/package_info_plus/package_info_plus/CHANGELOG.md b/packages/package_info_plus/package_info_plus/CHANGELOG.md index d27b6e1871..49c1b428d1 100644 --- a/packages/package_info_plus/package_info_plus/CHANGELOG.md +++ b/packages/package_info_plus/package_info_plus/CHANGELOG.md @@ -1,7 +1,3 @@ -## 1.1.0 - -- migrate integration_test to flutter sdk - ## 1.0.6 - Web: Fixed url resolving for the version.json diff --git a/packages/package_info_plus/package_info_plus/example/pubspec.yaml b/packages/package_info_plus/package_info_plus/example/pubspec.yaml index 5c940c32e5..4741f1f830 100644 --- a/packages/package_info_plus/package_info_plus/example/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus/example/pubspec.yaml @@ -17,8 +17,6 @@ dependencies: dev_dependencies: flutter_driver: sdk: flutter - integration_test: - sdk: flutter test: any flutter_lints: ^1.0.4 diff --git a/packages/package_info_plus/package_info_plus/pubspec.yaml b/packages/package_info_plus/package_info_plus/pubspec.yaml index 2c1535b14c..0d575018ff 100644 --- a/packages/package_info_plus/package_info_plus/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus/pubspec.yaml @@ -1,6 +1,6 @@ name: package_info_plus description: Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android. -version: 1.1.0 +version: 1.0.6 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ diff --git a/packages/sensors_plus/sensors_plus/CHANGELOG.md b/packages/sensors_plus/sensors_plus/CHANGELOG.md index d8380b1711..28759a258d 100644 --- a/packages/sensors_plus/sensors_plus/CHANGELOG.md +++ b/packages/sensors_plus/sensors_plus/CHANGELOG.md @@ -1,7 +1,3 @@ -## 1.2.0 - -- migrate integration_test to flutter sdk - ## 1.1.0 - Adds magnetometer support diff --git a/packages/sensors_plus/sensors_plus/example/pubspec.yaml b/packages/sensors_plus/sensors_plus/example/pubspec.yaml index 1ae347a6f2..eeb78b7fed 100644 --- a/packages/sensors_plus/sensors_plus/example/pubspec.yaml +++ b/packages/sensors_plus/sensors_plus/example/pubspec.yaml @@ -12,7 +12,6 @@ dev_dependencies: sdk: flutter flutter_lints: ^1.0.4 integration_test: - sdk: flutter flutter: uses-material-design: true diff --git a/packages/sensors_plus/sensors_plus/pubspec.yaml b/packages/sensors_plus/sensors_plus/pubspec.yaml index f7a33b0e6a..a06be75133 100644 --- a/packages/sensors_plus/sensors_plus/pubspec.yaml +++ b/packages/sensors_plus/sensors_plus/pubspec.yaml @@ -2,7 +2,7 @@ name: sensors_plus description: > Flutter plugin for accessing accelerometer, gyroscope, and magnetometer sensors. -version: 1.2.0 +version: 1.1.0 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ diff --git a/packages/share_plus/share_plus/CHANGELOG.md b/packages/share_plus/share_plus/CHANGELOG.md index 761046defe..bbcb89f3cd 100644 --- a/packages/share_plus/share_plus/CHANGELOG.md +++ b/packages/share_plus/share_plus/CHANGELOG.md @@ -1,11 +1,3 @@ -## 2.2.0 - -- migrate integration_test to flutter sdk - -## 2.1.5 - -- Fixed: Use NSURL for web links (iOS) - ## 2.1.4 - Android: migrate to mavenCentral diff --git a/packages/share_plus/share_plus/ios/Classes/FLTSharePlusPlugin.m b/packages/share_plus/share_plus/ios/Classes/FLTSharePlusPlugin.m index a45dce97ec..1caf92d5f7 100644 --- a/packages/share_plus/share_plus/ios/Classes/FLTSharePlusPlugin.m +++ b/packages/share_plus/share_plus/ios/Classes/FLTSharePlusPlugin.m @@ -210,9 +210,7 @@ + (void)shareText:(NSString *)shareText subject:(NSString *)subject withController:(UIViewController *)controller atSource:(CGRect)origin { - NSObject *data = [shareText hasPrefix:@"https://"] - ? [[NSURL alloc] initWithString:shareText] - : [[SharePlusData alloc] initWithSubject:subject text:shareText]; + SharePlusData *data = [[SharePlusData alloc] initWithSubject:subject text:shareText]; [self share:@[ data ] withController:controller atSource:origin]; } diff --git a/packages/share_plus/share_plus/pubspec.yaml b/packages/share_plus/share_plus/pubspec.yaml index 2c377f458f..2377ff9667 100644 --- a/packages/share_plus/share_plus/pubspec.yaml +++ b/packages/share_plus/share_plus/pubspec.yaml @@ -1,6 +1,6 @@ name: share_plus description: Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS. -version: 2.2.0 +version: 2.1.4 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ diff --git a/packages/share_plus/share_plus_web/integration_test/pubspec.yaml b/packages/share_plus/share_plus_web/integration_test/pubspec.yaml index b1193cfab3..2182fb6ee7 100644 --- a/packages/share_plus/share_plus_web/integration_test/pubspec.yaml +++ b/packages/share_plus/share_plus_web/integration_test/pubspec.yaml @@ -13,12 +13,11 @@ dev_dependencies: sdk: flutter flutter_test: sdk: flutter - integration_test: - sdk: flutter share_plus_web: path: ../ http: ^0.12.2 mockito: ^5.0.0 + integration_test: dependency_overrides: args: ^2.0.0 From 8f520fe0e81d738e918dcccdb460559da1bcf122 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Sat, 2 Oct 2021 17:23:49 +0530 Subject: [PATCH 09/27] Update pubspec.yaml --- packages/battery_plus/battery_plus/example/pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/battery_plus/battery_plus/example/pubspec.yaml b/packages/battery_plus/battery_plus/example/pubspec.yaml index 46413c9043..436e324d2d 100644 --- a/packages/battery_plus/battery_plus/example/pubspec.yaml +++ b/packages/battery_plus/battery_plus/example/pubspec.yaml @@ -15,6 +15,8 @@ dev_dependencies: sdk: flutter flutter_lints: ^1.0.4 integration_test: + sdk: flutter + dependency_overrides: args: ^2.0.0 From 9105c808447c0462e5db6c8cf31d559c10e8580e Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Sat, 2 Oct 2021 17:24:50 +0530 Subject: [PATCH 10/27] Update pubspec.yaml --- .../connectivity_plus/connectivity_plus/example/pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml b/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml index d61c6451ca..fdd4fea65f 100644 --- a/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml +++ b/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml @@ -15,6 +15,7 @@ dev_dependencies: sdk: flutter test: ^1.16.4 integration_test: + sdk: flutter flutter_lints: ^1.0.4 dependency_overrides: From ee826465b6217e73991aa44680b10d104213ccfe Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Sat, 2 Oct 2021 17:26:06 +0530 Subject: [PATCH 11/27] Update pubspec.yaml --- packages/device_info_plus/device_info_plus/example/pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/device_info_plus/device_info_plus/example/pubspec.yaml b/packages/device_info_plus/device_info_plus/example/pubspec.yaml index bdd8743ff2..40275c344a 100644 --- a/packages/device_info_plus/device_info_plus/example/pubspec.yaml +++ b/packages/device_info_plus/device_info_plus/example/pubspec.yaml @@ -12,6 +12,7 @@ dev_dependencies: sdk: flutter flutter_lints: ^1.0.4 integration_test: + sdk: flutter flutter: uses-material-design: true From cf06a64303c329a01ffaf4574c928078ef83d7b6 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Sat, 2 Oct 2021 17:26:57 +0530 Subject: [PATCH 12/27] Update pubspec.yaml --- .../network_info_plus/network_info_plus/example/pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/network_info_plus/network_info_plus/example/pubspec.yaml b/packages/network_info_plus/network_info_plus/example/pubspec.yaml index 60c898021d..1aba8bd828 100644 --- a/packages/network_info_plus/network_info_plus/example/pubspec.yaml +++ b/packages/network_info_plus/network_info_plus/example/pubspec.yaml @@ -15,6 +15,7 @@ dev_dependencies: sdk: flutter test: ^1.16.4 integration_test: + sdk: flutter flutter_lints: ^1.0.4 dependency_overrides: From 00c8fc8de1360cf12bd76017486f36b7686d7444 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Sat, 2 Oct 2021 17:27:35 +0530 Subject: [PATCH 13/27] Update pubspec.yaml --- .../package_info_plus/package_info_plus/example/pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/package_info_plus/package_info_plus/example/pubspec.yaml b/packages/package_info_plus/package_info_plus/example/pubspec.yaml index 4741f1f830..d969b4648e 100644 --- a/packages/package_info_plus/package_info_plus/example/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus/example/pubspec.yaml @@ -12,6 +12,7 @@ dependencies: package_info_plus: path: ../ integration_test: + sdk: flutter universal_io: ^1.0.1 dev_dependencies: From 29e3b23759fb2280cdf6f2a720244c7f62880acd Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Sat, 2 Oct 2021 17:28:17 +0530 Subject: [PATCH 14/27] Update pubspec.yaml --- packages/sensors_plus/sensors_plus/example/pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/sensors_plus/sensors_plus/example/pubspec.yaml b/packages/sensors_plus/sensors_plus/example/pubspec.yaml index eeb78b7fed..1ae347a6f2 100644 --- a/packages/sensors_plus/sensors_plus/example/pubspec.yaml +++ b/packages/sensors_plus/sensors_plus/example/pubspec.yaml @@ -12,6 +12,7 @@ dev_dependencies: sdk: flutter flutter_lints: ^1.0.4 integration_test: + sdk: flutter flutter: uses-material-design: true From 2496c07dfc755a74a886fce9cba2eabedc4578a3 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Sat, 2 Oct 2021 17:28:43 +0530 Subject: [PATCH 15/27] Update pubspec.yaml --- packages/share_plus/share_plus/example/pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/share_plus/share_plus/example/pubspec.yaml b/packages/share_plus/share_plus/example/pubspec.yaml index e71593e52a..138917305f 100644 --- a/packages/share_plus/share_plus/example/pubspec.yaml +++ b/packages/share_plus/share_plus/example/pubspec.yaml @@ -13,6 +13,7 @@ dev_dependencies: sdk: flutter flutter_lints: ^1.0.4 integration_test: + sdk: flutter flutter: uses-material-design: true From ee027b9badd659cc000ac154f436688807a3c202 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Sat, 2 Oct 2021 17:29:36 +0530 Subject: [PATCH 16/27] Update pubspec.yaml --- packages/share_plus/share_plus_web/integration_test/pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/share_plus/share_plus_web/integration_test/pubspec.yaml b/packages/share_plus/share_plus_web/integration_test/pubspec.yaml index 2182fb6ee7..3ed0144352 100644 --- a/packages/share_plus/share_plus_web/integration_test/pubspec.yaml +++ b/packages/share_plus/share_plus_web/integration_test/pubspec.yaml @@ -18,6 +18,7 @@ dev_dependencies: http: ^0.12.2 mockito: ^5.0.0 integration_test: + sdk: flutter dependency_overrides: args: ^2.0.0 From f22d8b070f0d2e00272f4c49bcf7fc094b132c75 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Sun, 3 Oct 2021 09:34:24 +0530 Subject: [PATCH 17/27] migrate integration_test to flutter sdk --- packages/android_alarm_manager_plus/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/android_alarm_manager_plus/CHANGELOG.md b/packages/android_alarm_manager_plus/CHANGELOG.md index d3ce3bcab4..7fc79512c9 100644 --- a/packages/android_alarm_manager_plus/CHANGELOG.md +++ b/packages/android_alarm_manager_plus/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.0 + +- migrate integration_test to flutter sdk + ## 1.2.0 - Reverted feature to get scheduled alarms. See Issue #421 for more info. From 1228949576b699f21ba370bb0d1e1ccad1259cf6 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Sun, 3 Oct 2021 09:35:14 +0530 Subject: [PATCH 18/27] migrate integration_test to flutter sdk --- packages/android_intent_plus/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/android_intent_plus/CHANGELOG.md b/packages/android_intent_plus/CHANGELOG.md index 975b367c47..781abbcba3 100644 --- a/packages/android_intent_plus/CHANGELOG.md +++ b/packages/android_intent_plus/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.0 + +- migrate integration_test to flutter sdk + ## 2.0.0 - increase flutter SDK version to 1.20.0 From 4279ed32a1023c7f7b1528507c287bc7104fb2c3 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Sun, 3 Oct 2021 09:35:52 +0530 Subject: [PATCH 19/27] Update CHANGELOG.md --- packages/battery_plus/battery_plus/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/battery_plus/battery_plus/CHANGELOG.md b/packages/battery_plus/battery_plus/CHANGELOG.md index af39c68c9d..affd13216a 100644 --- a/packages/battery_plus/battery_plus/CHANGELOG.md +++ b/packages/battery_plus/battery_plus/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.0 + +- migrate integration_test to flutter sdk + ## 1.1.1 - Fix: Add break statements for unknown battery state in Android and iOS implementations From 2e91177af0b39d713e9919e408059e6ffcd155c7 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Sun, 3 Oct 2021 09:36:38 +0530 Subject: [PATCH 20/27] Update CHANGELOG.md --- packages/connectivity_plus/connectivity_plus/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/connectivity_plus/connectivity_plus/CHANGELOG.md b/packages/connectivity_plus/connectivity_plus/CHANGELOG.md index 4c785c5521..14062c8f11 100644 --- a/packages/connectivity_plus/connectivity_plus/CHANGELOG.md +++ b/packages/connectivity_plus/connectivity_plus/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.0 + +- migrate integration_test to flutter sdk + ## 1.1.0 - Add ethernet as connectivity result. Supported on Android, Linux, macOS, and Web From 64c0d3f38bf29563bade7e5511f5850979e0a2d8 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Sun, 3 Oct 2021 09:37:15 +0530 Subject: [PATCH 21/27] Update CHANGELOG.md --- packages/device_info_plus/device_info_plus/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/device_info_plus/device_info_plus/CHANGELOG.md b/packages/device_info_plus/device_info_plus/CHANGELOG.md index 634ebed739..b5601b1397 100644 --- a/packages/device_info_plus/device_info_plus/CHANGELOG.md +++ b/packages/device_info_plus/device_info_plus/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.0 + +- migrate integration_test to flutter sdk + ## 2.1.0 - add toMap to models From 625c8b49a13f8d19c67b9fb3ff77baa68cfd849c Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Sun, 3 Oct 2021 09:37:56 +0530 Subject: [PATCH 22/27] Update CHANGELOG.md --- .../network_info_plus/network_info_plus/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/network_info_plus/network_info_plus/CHANGELOG.md b/packages/network_info_plus/network_info_plus/CHANGELOG.md index fc93a55b1c..80622b95a9 100644 --- a/packages/network_info_plus/network_info_plus/CHANGELOG.md +++ b/packages/network_info_plus/network_info_plus/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.2.1 + +- IOS: Fix issue failed to build on iOS emulator + +## 1.2.0 + +- migrate integration_test to flutter sdk + + ## 1.1.0 - Android, IOS: Adding IPv6 information From ac158fdeb53dcf3a5bf4b7b8043a11b1346a9e11 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Sun, 3 Oct 2021 09:40:12 +0530 Subject: [PATCH 23/27] Update FLTSharePlusPlugin.m --- .../share_plus/share_plus/ios/Classes/FLTSharePlusPlugin.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/share_plus/share_plus/ios/Classes/FLTSharePlusPlugin.m b/packages/share_plus/share_plus/ios/Classes/FLTSharePlusPlugin.m index 1caf92d5f7..2b833b282f 100644 --- a/packages/share_plus/share_plus/ios/Classes/FLTSharePlusPlugin.m +++ b/packages/share_plus/share_plus/ios/Classes/FLTSharePlusPlugin.m @@ -210,7 +210,9 @@ + (void)shareText:(NSString *)shareText subject:(NSString *)subject withController:(UIViewController *)controller atSource:(CGRect)origin { - SharePlusData *data = [[SharePlusData alloc] initWithSubject:subject text:shareText]; + NSObject *data = [shareText hasPrefix:@"https://"] + ? [[NSURL alloc] initWithString:shareText] + : [[SharePlusData alloc] initWithSubject:subject text:shareText]; [self share:@[ data ] withController:controller atSource:origin]; } From 74ab0c36622cb2650dc12647375f10a809e3eca5 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Sun, 3 Oct 2021 09:41:41 +0530 Subject: [PATCH 24/27] Update FLTSharePlusPlugin.m --- packages/share_plus/share_plus/ios/Classes/FLTSharePlusPlugin.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/share_plus/share_plus/ios/Classes/FLTSharePlusPlugin.m b/packages/share_plus/share_plus/ios/Classes/FLTSharePlusPlugin.m index 2b833b282f..993d6398b5 100644 --- a/packages/share_plus/share_plus/ios/Classes/FLTSharePlusPlugin.m +++ b/packages/share_plus/share_plus/ios/Classes/FLTSharePlusPlugin.m @@ -210,7 +210,7 @@ + (void)shareText:(NSString *)shareText subject:(NSString *)subject withController:(UIViewController *)controller atSource:(CGRect)origin { - NSObject *data = [shareText hasPrefix:@"https://"] + NSObject *data = [shareText hasPrefix:@"https://"] ? [[NSURL alloc] initWithString:shareText] : [[SharePlusData alloc] initWithSubject:subject text:shareText]; [self share:@[ data ] withController:controller atSource:origin]; From cd51b87ba1dd047f44603fc671b1d75493305422 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Sun, 3 Oct 2021 09:42:32 +0530 Subject: [PATCH 25/27] Update FLTSharePlusPlugin.m --- packages/share_plus/share_plus/ios/Classes/FLTSharePlusPlugin.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/share_plus/share_plus/ios/Classes/FLTSharePlusPlugin.m b/packages/share_plus/share_plus/ios/Classes/FLTSharePlusPlugin.m index 993d6398b5..a45dce97ec 100644 --- a/packages/share_plus/share_plus/ios/Classes/FLTSharePlusPlugin.m +++ b/packages/share_plus/share_plus/ios/Classes/FLTSharePlusPlugin.m @@ -210,7 +210,7 @@ + (void)shareText:(NSString *)shareText subject:(NSString *)subject withController:(UIViewController *)controller atSource:(CGRect)origin { - NSObject *data = [shareText hasPrefix:@"https://"] + NSObject *data = [shareText hasPrefix:@"https://"] ? [[NSURL alloc] initWithString:shareText] : [[SharePlusData alloc] initWithSubject:subject text:shareText]; [self share:@[ data ] withController:controller atSource:origin]; From 6132d03a5ba47854aefb9b36de055b9a137ff8d0 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Sun, 3 Oct 2021 09:45:10 +0530 Subject: [PATCH 26/27] Update CHANGELOG.md --- packages/share_plus/share_plus/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/share_plus/share_plus/CHANGELOG.md b/packages/share_plus/share_plus/CHANGELOG.md index bbcb89f3cd..761046defe 100644 --- a/packages/share_plus/share_plus/CHANGELOG.md +++ b/packages/share_plus/share_plus/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.2.0 + +- migrate integration_test to flutter sdk + +## 2.1.5 + +- Fixed: Use NSURL for web links (iOS) + ## 2.1.4 - Android: migrate to mavenCentral From 6b43e82a5c037c699ec8f7964ff5c69ee70446c2 Mon Sep 17 00:00:00 2001 From: Aditya Thakur Date: Sun, 3 Oct 2021 09:45:42 +0530 Subject: [PATCH 27/27] Update CHANGELOG.md --- packages/sensors_plus/sensors_plus/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/sensors_plus/sensors_plus/CHANGELOG.md b/packages/sensors_plus/sensors_plus/CHANGELOG.md index 28759a258d..d8380b1711 100644 --- a/packages/sensors_plus/sensors_plus/CHANGELOG.md +++ b/packages/sensors_plus/sensors_plus/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.0 + +- migrate integration_test to flutter sdk + ## 1.1.0 - Adds magnetometer support