diff --git a/README.md b/README.md index c363ea21f5..1ea116476b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ PlusPlugins is a set of [Flutter plugins](https://flutter.io/platform-plugins/) - [NetworkInfo➕ (`network_plus`)](#network_plus) - [Device Info➕ (`device_info_plus`)](#device_info_plus) - [Package Info➕ (`package_info_plus`)](#package_info_plus) - - [Sensor➕ (`sensor_plus`)](#sensor_plus) + - [Sensor➕ (`sensors_plus`)](#sensors_plus) - [Share➕ (`share_plus`)](#share_plus) - [Android Alarm Manager➕ (`android_alarm_manager_plus`)](#android_alarm_manager_plus) - [Android Intent➕ (`android_intent_plus`)](#android_intent_plus) @@ -76,7 +76,7 @@ mobile/cellular) connectivity on Android and iOS. > ![network_plus][network_plus_badge_pub] [![pub points][network_plus_badge_pub_points]][network_plus_pub_points] -TBD +TBA [[View Source][network_plus_code]] @@ -122,13 +122,13 @@ Flutter plugin for querying information about the application ---- -### `sensor_plus` +### `sensors_plus` -> ![sensor_plus][sensor_plus_badge_pub] [![pub points][sensor_plus_badge_pub_points]][sensor_plus_pub_points] +> ![sensors_plus][sensors_plus_badge_pub] [![pub points][sensors_plus_badge_pub_points]][sensors_plus_pub_points] Flutter plugin for accessing accelerometer and gyroscope sensors. -[[View Source][sensor_plus_code]] +[[View Source][sensors_plus_code]] #### Platform Support @@ -205,55 +205,55 @@ and open a [pull request](https://github.com/fluttercommunity/plus_plugins/pulls This repository is maintained by FlutterCommunity authors. Issues here are answered by maintainers and other community members on GitHub on a best-effort basis. [battery_plus]: https://pub.dev/packages/battery_plus -[battery_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/master/packages/battery_plus +[battery_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/battery_plus [battery_plus_pub_points]: https://pub.dev/packages/battery_plus/score [battery_plus_badge_pub_points]: https://badges.bar/battery_plus/pub%20points [battery_plus_badge_pub]: https://img.shields.io/pub/v/battery_plus.svg [connectivity_plus]: https://pub.dev/packages/connectivity_plus -[connectivity_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/master/packages/connectivity_plus +[connectivity_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus [connectivity_plus_pub_points]: https://pub.dev/packages/connectivity_plus/score [connectivity_plus_badge_pub_points]: https://badges.bar/connectivity_plus/pub%20points [connectivity_plus_badge_pub]: https://img.shields.io/pub/v/connectivity_plus.svg [network_plus]: https://pub.dev/packages/network_plus -[network_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/master/packages/network_plus +[network_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/network_plus [network_plus_pub_points]: https://pub.dev/packages/network_plus/score [network_plus_badge_pub_points]: https://badges.bar/network_plus/pub%20points [network_plus_badge_pub]: https://img.shields.io/pub/v/network_plus.svg [android_alarm_manager_plus]: https://pub.dev/packages/android_alarm_manager_plus -[android_alarm_manager_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/master/packages/android_alarm_manager_plus +[android_alarm_manager_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_alarm_manager_plus [android_alarm_manager_plus_pub_points]: https://pub.dev/packages/android_alarm_manager_plus/score [android_alarm_manager_plus_badge_pub_points]: https://badges.bar/android_alarm_manager_plus/pub%20points [android_alarm_manager_plus_badge_pub]: https://img.shields.io/pub/v/android_alarm_manager_plus.svg [android_intent_plus]: https://pub.dev/packages/android_intent_plus -[android_intent_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/master/packages/android_intent_plus +[android_intent_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_intent_plus [android_intent_plus_pub_points]: https://pub.dev/packages/android_intent_plus/score [android_intent_plus_badge_pub_points]: https://badges.bar/android_intent_plus/pub%20points [android_intent_plus_badge_pub]: https://img.shields.io/pub/v/android_intent_plus.svg [device_info_plus]: https://pub.dev/packages/device_info_plus -[device_info_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/master/packages/device_info_plus +[device_info_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus [device_info_plus_pub_points]: https://pub.dev/packages/device_info_plus/score [device_info_plus_badge_pub_points]: https://badges.bar/device_info_plus/pub%20points [device_info_plus_badge_pub]: https://img.shields.io/pub/v/device_info_plus.svg [package_info_plus]: https://pub.dev/packages/package_info_plus -[package_info_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/master/packages/package_info_plus +[package_info_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus [package_info_plus_pub_points]: https://pub.dev/packages/package_info_plus/score [package_info_plus_badge_pub_points]: https://badges.bar/package_info_plus/pub%20points [package_info_plus_badge_pub]: https://img.shields.io/pub/v/package_info_plus.svg -[sensor_plus]: https://pub.dev/packages/sensor_plus -[sensor_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/master/packages/sensor_plus -[sensor_plus_pub_points]: https://pub.dev/packages/sensor_plus/score -[sensor_plus_badge_pub_points]: https://badges.bar/sensor_plus/pub%20points -[sensor_plus_badge_pub]: https://img.shields.io/pub/v/sensor_plus.svg +[sensors_plus]: https://pub.dev/packages/sensors_plus +[sensors_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/sensors_plus +[sensors_plus_pub_points]: https://pub.dev/packages/sensors_plus/score +[sensors_plus_badge_pub_points]: https://badges.bar/sensors_plus/pub%20points +[sensors_plus_badge_pub]: https://img.shields.io/pub/v/sensors_plus.svg [share_plus]: https://pub.dev/packages/share_plus -[share_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/master/packages/share_plus +[share_plus_code]: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus [share_plus_pub_points]: https://pub.dev/packages/share_plus/score [share_plus_badge_pub_points]: https://badges.bar/share_plus/pub%20points [share_plus_badge_pub]: https://img.shields.io/pub/v/share_plus.svg \ No newline at end of file diff --git a/packages/android_alarm_manager_plus/CHANGELOG.md b/packages/android_alarm_manager_plus/CHANGELOG.md index 4fceba170a..5357d57db9 100644 --- a/packages/android_alarm_manager_plus/CHANGELOG.md +++ b/packages/android_alarm_manager_plus/CHANGELOG.md @@ -1,131 +1,137 @@ +## 0.5.0 + +- Transfer to plus-plugins monorepo + ## 0.4.6 -* Transfer package to Flutter Community under new name `android_alarm_manager_plus`. +- Transfer package to Flutter Community under new name `android_alarm_manager_plus`. ## 0.4.5+11 -* Update lower bound of dart dependency to 2.1.0. +- Update lower bound of dart dependency to 2.1.0. ## 0.4.5+10 -* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0). +- Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0). ## 0.4.5+9 -* Fix CocoaPods podspec lint warnings. +- Fix CocoaPods podspec lint warnings. ## 0.4.5+8 -* Remove `MainActivity` references in android example app and tests. +- Remove `MainActivity` references in android example app and tests. ## 0.4.5+7 -* Update minimum Flutter version to 1.12.13+hotfix.5 -* Clean up various Android workarounds no longer needed after framework v1.12. -* Complete v2 embedding support. +- Update minimum Flutter version to 1.12.13+hotfix.5 +- Clean up various Android workarounds no longer needed after framework v1.12. +- Complete v2 embedding support. ## 0.4.5+6 -* Replace deprecated `getFlutterEngine` call on Android. +- Replace deprecated `getFlutterEngine` call on Android. ## 0.4.5+5 -* Added an Espresso test. +- Added an Espresso test. ## 0.4.5+4 -* Make the pedantic dev_dependency explicit. +- Make the pedantic dev_dependency explicit. ## 0.4.5+3 -* Fixed issue where callback lookup would fail while running in the background. +- Fixed issue where callback lookup would fail while running in the background. ## 0.4.5+2 -* Remove the deprecated `author:` field from pubspec.yaml -* Migrate the plugin to the pubspec platforms manifest. -* Require Flutter SDK 1.10.0 or greater. +- Remove the deprecated `author:` field from pubspec.yaml +- Migrate the plugin to the pubspec platforms manifest. +- Require Flutter SDK 1.10.0 or greater. ## 0.4.5+1 -* Loosen Flutter version restriction to 1.9.1. **NOTE: plugin registration +- Loosen Flutter version restriction to 1.9.1. **NOTE: plugin registration for the background isolate will not work correctly for applications using the V2 Flutter Android embedding for Flutter versions lower than 1.12.** ## 0.4.5 -* Add support for Flutter Android embedding V2 +- Add support for Flutter Android embedding V2 ## 0.4.4+3 -* Add unit tests and DartDocs. +- Add unit tests and DartDocs. ## 0.4.4+2 -* Remove AndroidX warning. +- Remove AndroidX warning. ## 0.4.4+1 -* Update and migrate iOS example project. -* Define clang module for iOS. +- Update and migrate iOS example project. +- Define clang module for iOS. ## 0.4.4 -* Add `id` to `callback` if it is of type `Function(int)` +- Add `id` to `callback` if it is of type `Function(int)` ## 0.4.3 -* Added `oneShotAt` method to run `callback` at a given DateTime `time`. +- Added `oneShotAt` method to run `callback` at a given DateTime `time`. ## 0.4.2 -* Added support for setting alarms which work when the phone is in doze mode. +- Added support for setting alarms which work when the phone is in doze mode. ## 0.4.1+8 -* Remove dependency on google-services in the Android example. +- Remove dependency on google-services in the Android example. ## 0.4.1+7 -* Fix possible crash on Android devices with APIs below 19. +- Fix possible crash on Android devices with APIs below 19. ## 0.4.1+6 -* Bump the minimum Flutter version to 1.2.0. -* Add template type parameter to `invokeMethod` calls. +- Bump the minimum Flutter version to 1.2.0. +- Add template type parameter to `invokeMethod` calls. ## 0.4.1+5 -* Update AlarmService to throw a `PluginRegistrantException` if +- Update AlarmService to throw a `PluginRegistrantException` if `AlarmService.setPluginRegistrant` has not been called to set a PluginRegistrantCallback. This improves the error message seen when the `AlarmService.setPluginRegistrant` call is omitted. ## 0.4.1+4 -* Updated example to remove dependency on Firebase. +- Updated example to remove dependency on Firebase. ## 0.4.1+3 -* Update README.md to include instructions for setting the WAKE_LOCK permission. -* Updated example application to use the WAKE_LOCK permission. +- Update README.md to include instructions for setting the WAKE_LOCK permission. +- Updated example application to use the WAKE_LOCK permission. ## 0.4.1+2 -* Include a missing API dependency. +- Include a missing API dependency. ## 0.4.1+1 -* Log a more detailed warning at build time about the previous AndroidX +- Log a more detailed warning at build time about the previous AndroidX migration. ## 0.4.1 -* Added support for setting alarms which persist across reboots. - * Both `AndroidAlarmManager.oneShot` and `AndroidAlarmManager.periodic` have + +- Added support for setting alarms which persist across reboots. + + - Both `AndroidAlarmManager.oneShot` and `AndroidAlarmManager.periodic` have an optional `rescheduleOnReboot` parameter which specifies whether the new alarm should be rescheduled to run after a reboot (default: false). If set to false, the alarm will not survive a device reboot. - * Requires AndroidManifest.xml to be updated to include the following + - Requires AndroidManifest.xml to be updated to include the following entries: ```xml @@ -145,7 +151,7 @@ ## 0.4.0 -* **Breaking change**. Migrated the underlying AlarmService to utilize a +- **Breaking change**. Migrated the underlying AlarmService to utilize a BroadcastReceiver with a JobIntentService instead of a Service to handle processing of alarms. This requires AndroidManifest.xml to be updated to include the following entries: @@ -160,68 +166,71 @@ android:exported="false"/> ``` -* Fixed issue where background service was not starting due to background +- Fixed issue where background service was not starting due to background execution restrictions on Android 8+ (see [issue #26846](https://github.com/flutter/flutter/issues/26846)). -* Fixed issue where alarm events were ignored when the background isolate was +- Fixed issue where alarm events were ignored when the background isolate was still initializing. Alarm events are now queued if the background isolate has not completed initializing and are processed once initialization is complete. ## 0.3.0 -* **Breaking change**. Migrate from the deprecated original Android Support +- **Breaking change**. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to [also migrate](https://developer.android.com/jetpack/androidx/migrate) if they're using the original support library. ## 0.2.3 -* Move firebase_auth from a dependency to a dev_dependency. + +- Move firebase_auth from a dependency to a dev_dependency. ## 0.2.2 -* Update dependencies for example to point to published versions of firebase_auth. + +- Update dependencies for example to point to published versions of firebase_auth. ## 0.2.1 -* Update dependencies for example to point to published versions of firebase_auth + +- Update dependencies for example to point to published versions of firebase_auth and google_sign_in. -* Add missing dependency on firebase_auth. +- Add missing dependency on firebase_auth. ## 0.2.0 -* **Breaking change**. A new isolate is always spawned for the background service +- **Breaking change**. A new isolate is always spawned for the background service instead of trying to share an existing isolate owned by the application. -* **Breaking change**. Removed `AlarmService.getSharedFlutterView`. +- **Breaking change**. Removed `AlarmService.getSharedFlutterView`. ## 0.1.1 -* Updated Gradle tooling to match Android Studio 3.1.2. +- Updated Gradle tooling to match Android Studio 3.1.2. ## 0.1.0 -* **Breaking change**. Set SDK constraints to match the Flutter beta release. +- **Breaking change**. Set SDK constraints to match the Flutter beta release. ## 0.0.5 -* Simplified and upgraded Android project template to Android SDK 27. -* Moved Android package to io.flutter.plugins. +- Simplified and upgraded Android project template to Android SDK 27. +- Moved Android package to io.flutter.plugins. ## 0.0.4 -* **Breaking change**. Upgraded to Gradle 4.1 and Android Studio Gradle plugin +- **Breaking change**. Upgraded to Gradle 4.1 and Android Studio Gradle plugin 3.0.1. Older Flutter projects need to upgrade their Gradle setup as well in order to use this version of the plugin. Instructions can be found [here](https://github.com/flutter/flutter/wiki/Updating-Flutter-projects-to-Gradle-4.1-and-Android-Studio-Gradle-plugin-3.0.1). ## 0.0.3 -* Adds use of a Firebase plugin to the example. The example also now +- Adds use of a Firebase plugin to the example. The example also now demonstrates overriding the Application's onCreate method so that the AlarmService can initialize plugin connections. ## 0.0.2 -* Add FLT prefix to iOS types. +- Add FLT prefix to iOS types. ## 0.0.1 -* Initial release. +- Initial release. diff --git a/packages/android_alarm_manager_plus/README.md b/packages/android_alarm_manager_plus/README.md index ad62f459fe..9e09c10876 100644 --- a/packages/android_alarm_manager_plus/README.md +++ b/packages/android_alarm_manager_plus/README.md @@ -2,9 +2,6 @@ # android_alarm_manager_plus -[![pub package](https://img.shields.io/pub/v/android_alarm_manager_plus.svg)](https://pub.dev/packages/android_alarm_manager_plus) -[![Flutter Unit Tests](https://github.com/fluttercommunity/android_alarm_manager_plus/workflows/Flutter%20Unit%20Tests/badge.svg)](https://github.com/fluttercommunity/android_alarm_manager_plus/actions) - A Flutter plugin for accessing the Android AlarmManager service, and running Dart code in the background when alarms fire. @@ -86,7 +83,7 @@ to the latest Flutter version.** For the Flutter Android Embedding V1, the background service must be provided a callback to register plugins with the background isolate. This is done by giving the `AlarmService` a callback to call the application's `onCreate` method. See the example's -[Application overrides](https://github.com/fluttercommunity/android_alarm_manager_plus/example/android/app/src/main/java/io/flutter/plugins/androidalarmmanagerexample/Application.java). +[Application overrides](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_alarm_manager_plus/example/android/app/src/main/java/io/flutter/plugins/androidalarmmanagerexample/Application.java). In particular, its `Application` class is as follows: diff --git a/packages/android_alarm_manager_plus/ios/android_alarm_manager.podspec b/packages/android_alarm_manager_plus/ios/android_alarm_manager.podspec index 2b253878c1..8526160c53 100644 --- a/packages/android_alarm_manager_plus/ios/android_alarm_manager.podspec +++ b/packages/android_alarm_manager_plus/ios/android_alarm_manager.podspec @@ -13,7 +13,7 @@ Downloaded by pub (not CocoaPods). s.homepage = 'https://github.com/flutter/plugins' s.license = { :type => 'BSD', :file => '../LICENSE' } s.author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' } - s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/android_alarm_manager' } + s.source = { :http => 'https://github.com/flutter/plugins/tree/main/packages/android_alarm_manager' } s.documentation_url = 'https://pub.dev/packages/android_alarm_manager' s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' diff --git a/packages/android_alarm_manager_plus/pubspec.yaml b/packages/android_alarm_manager_plus/pubspec.yaml index 1143dd125f..f7339fe631 100644 --- a/packages/android_alarm_manager_plus/pubspec.yaml +++ b/packages/android_alarm_manager_plus/pubspec.yaml @@ -1,13 +1,10 @@ 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: 0.4.6 -homepage: https://github.com/fluttercommunity/android_alarm_manager_plus -documentation: https://github.com/fluttercommunity/android_alarm_manager_plus +version: 0.5.0 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_alarm_manager_plus +documentation: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_alarm_manager_plus maintainer: Miguel Beltran (@miquelbeltran) -authors: - - Flutter Community - - Miguel Beltran dependencies: flutter: diff --git a/packages/android_intent_plus/CHANGELOG.md b/packages/android_intent_plus/CHANGELOG.md index fdc87a6d10..7f22908f24 100644 --- a/packages/android_intent_plus/CHANGELOG.md +++ b/packages/android_intent_plus/CHANGELOG.md @@ -1,128 +1,132 @@ +## 0.4.0 + +- Transfer to plus-plugins monorepo + ## 0.3.8 - Transfer package to Flutter Community under new name `android_intent_plus`. ## 0.3.7+2 -* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0). +- Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0). ## 0.3.7+1 -* Fix CocoaPods podspec lint warnings. +- Fix CocoaPods podspec lint warnings. ## 0.3.7 -* Add a `Future canResolveActivity` method to the AndroidIntent class. It - can be used to determine whether a device supports a particular intent or has +- Add a `Future canResolveActivity` method to the AndroidIntent class. It + can be used to determine whether a device supports a particular intent or has an app installed that can resolve it. It is based on PackageManager - [resolveActivity](https://developer.android.com/reference/android/content/pm/PackageManager#resolveActivity(android.content.Intent,%20int)). + [resolveActivity](). ## 0.3.6+1 -* Bump the minimum Flutter version to 1.12.13+hotfix.5. -* Bump the minimum Dart version to 2.3.0. -* Uses Darts spread operator to build plugin arguments internally. -* Remove deprecated API usage warning in AndroidIntentPlugin.java. -* Migrates the Android example to V2 embedding. +- Bump the minimum Flutter version to 1.12.13+hotfix.5. +- Bump the minimum Dart version to 2.3.0. +- Uses Darts spread operator to build plugin arguments internally. +- Remove deprecated API usage warning in AndroidIntentPlugin.java. +- Migrates the Android example to V2 embedding. ## 0.3.6 -* Marks the `action` parameter as optional -* Adds an assertion to ensure the intent receives an action, component or both. +- Marks the `action` parameter as optional +- Adds an assertion to ensure the intent receives an action, component or both. ## 0.3.5+1 -* Make the pedantic dev_dependency explicit. +- Make the pedantic dev_dependency explicit. ## 0.3.5 -* Add support for [setType](https://developer.android.com/reference/android/content/Intent.html#setType(java.lang.String)) and [setDataAndType](https://developer.android.com/reference/android/content/Intent.html#setDataAndType(android.net.Uri,%20java.lang.String)) parameters. +- Add support for [setType]() and [setDataAndType]() parameters. -## 0.3.4+8 +## 0.3.4+8 -* Remove the deprecated `author:` field from pubspec.yaml -* Migrate the plugin to the pubspec platforms manifest. -* Require Flutter SDK 1.10.0 or greater. +- Remove the deprecated `author:` field from pubspec.yaml +- Migrate the plugin to the pubspec platforms manifest. +- Require Flutter SDK 1.10.0 or greater. -## 0.3.4+7 +## 0.3.4+7 -* Fix pedantic linter errors. +- Fix pedantic linter errors. -## 0.3.4+6 +## 0.3.4+6 -* Add missing DartDocs for public members. +- Add missing DartDocs for public members. -## 0.3.4+5 +## 0.3.4+5 -* Remove AndroidX warning. +- Remove AndroidX warning. ## 0.3.4+4 -* Include lifecycle dependency as a compileOnly one on Android to resolve +- Include lifecycle dependency as a compileOnly one on Android to resolve potential version conflicts with other transitive libraries. ## 0.3.4+3 -* Android: Use android.arch.lifecycle instead of androidx.lifecycle:lifecycle in `build.gradle` to support apps that has not been migrated to AndroidX. +- Android: Use android.arch.lifecycle instead of androidx.lifecycle:lifecycle in `build.gradle` to support apps that has not been migrated to AndroidX. ## 0.3.4+2 -* Fix resolveActivity not respecting the provided componentName. +- Fix resolveActivity not respecting the provided componentName. ## 0.3.4+1 -* Fix minor lints in the Java platform code. -* Add smoke e2e tests for the V2 embedding. -* Fully migrate the example app to AndroidX. +- Fix minor lints in the Java platform code. +- Add smoke e2e tests for the V2 embedding. +- Fully migrate the example app to AndroidX. ## 0.3.4 -* Migrate the plugin to use the V2 Android engine embedding. This shouldn't +- Migrate the plugin to use the V2 Android engine embedding. This shouldn't affect existing functionality. Plugin authors who use the V2 embedding can now instantiate the plugin and expect that it correctly responds to app lifecycle changes. ## 0.3.3+3 -* Define clang module for iOS. +- Define clang module for iOS. ## 0.3.3+2 -* Update and migrate iOS example project. +- Update and migrate iOS example project. ## 0.3.3+1 -* Added "action_application_details_settings" action to open application info settings . +- Added "action_application_details_settings" action to open application info settings . ## 0.3.3 -* Added "flags" option to call intent.addFlags(int) in native. +- Added "flags" option to call intent.addFlags(int) in native. ## 0.3.2 -* Added "action_location_source_settings" action to start Location Settings Activity. +- Added "action_location_source_settings" action to start Location Settings Activity. ## 0.3.1+1 -* Fix Gradle version. +- Fix Gradle version. ## 0.3.1 -* Add a new componentName parameter to help the intent resolution. +- Add a new componentName parameter to help the intent resolution. ## 0.3.0+2 -* Bump the minimum Flutter version to 1.2.0. -* Add template type parameter to `invokeMethod` calls. +- Bump the minimum Flutter version to 1.2.0. +- Add template type parameter to `invokeMethod` calls. ## 0.3.0+1 -* Log a more detailed warning at build time about the previous AndroidX +- Log a more detailed warning at build time about the previous AndroidX migration. ## 0.3.0 -* **Breaking change**. Migrate from the deprecated original Android Support +- **Breaking change**. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to [also migrate](https://developer.android.com/jetpack/androidx/migrate) if they're @@ -130,33 +134,33 @@ ## 0.2.1 -* Updated Gradle tooling to match Android Studio 3.1.2. +- Updated Gradle tooling to match Android Studio 3.1.2. ## 0.2.0 -* **Breaking change**. Set SDK constraints to match the Flutter beta release. +- **Breaking change**. Set SDK constraints to match the Flutter beta release. ## 0.1.1 -* Simplified and upgraded Android project template to Android SDK 27. -* Updated package description. +- Simplified and upgraded Android project template to Android SDK 27. +- Updated package description. ## 0.1.0 -* **Breaking change**. Upgraded to Gradle 4.1 and Android Studio Gradle plugin +- **Breaking change**. Upgraded to Gradle 4.1 and Android Studio Gradle plugin 3.0.1. Older Flutter projects need to upgrade their Gradle setup as well in order to use this version of the plugin. Instructions can be found [here](https://github.com/flutter/flutter/wiki/Updating-Flutter-projects-to-Gradle-4.1-and-Android-Studio-Gradle-plugin-3.0.1). ## 0.0.3 -* Add FLT prefix to iOS types. +- Add FLT prefix to iOS types. ## 0.0.2 -* Add support for transferring structured Dart values into Android Intent +- Add support for transferring structured Dart values into Android Intent instances as extra Bundle data. ## 0.0.1 -* Initial release +- Initial release diff --git a/packages/android_intent_plus/ios/android_intent.podspec b/packages/android_intent_plus/ios/android_intent.podspec index b3f9b6eb33..88b07eb7fe 100644 --- a/packages/android_intent_plus/ios/android_intent.podspec +++ b/packages/android_intent_plus/ios/android_intent.podspec @@ -13,7 +13,7 @@ Downloaded by pub (not CocoaPods). s.homepage = 'https://github.com/flutter/plugins' s.license = { :type => 'BSD', :file => '../LICENSE' } s.author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' } - s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/android_intent' } + s.source = { :http => 'https://github.com/flutter/plugins/tree/main/packages/android_intent' } s.documentation_url = 'https://pub.dev/packages/android_intent' s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' diff --git a/packages/android_intent_plus/pubspec.yaml b/packages/android_intent_plus/pubspec.yaml index 6fe7a852bf..3038829a17 100644 --- a/packages/android_intent_plus/pubspec.yaml +++ b/packages/android_intent_plus/pubspec.yaml @@ -1,12 +1,9 @@ name: android_intent_plus description: Flutter plugin for launching Android Intents. Not supported on iOS. -version: 0.3.8 -homepage: https://github.com/fluttercommunity/android_intent_plus -documentation: https://github.com/fluttercommunity/android_intent_plus +version: 0.4.0 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_intent_plus +documentation: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_intent_plus maintainer: Miguel Beltran (@miquelbeltran) -authors: - - Flutter Community - - Miguel Beltran flutter: plugin: diff --git a/packages/battery_plus/CHANGELOG.md b/packages/battery_plus/CHANGELOG.md index e5b3a5e0fb..36ad44b22e 100644 --- a/packages/battery_plus/CHANGELOG.md +++ b/packages/battery_plus/CHANGELOG.md @@ -1,110 +1,109 @@ -## 1.2.0 +## 0.8.0 -* Battery Plus supports web. +- Transfer to plus-plugins monorepo -## 1.1.0 +## 0.7.0 -* Implement Battery Plus based on new `BatteryPlatformInterface`. +- Battery Plus supports web. -## 1.0.4 +## 0.6.0 -* Transfer package to Flutter Community under new name `batter_plus`. +- Implement Battery Plus based on new `BatteryPlatformInterface`. -## 1.0.3 +## 0.5.4 -* Update package:e2e to use package:integration_test +- Transfer package to Flutter Community under new name `batter_plus`. +## 0.5.3 -## 1.0.2 +- Update package:e2e to use package:integration_test -* Update package:e2e reference to use the local version in the flutter/plugins - repository. - -## 1.0.1 +## 0.5.2 -* Update lower bound of dart dependency to 2.1.0. +- Update package:e2e reference to use the local version in the flutter/plugins + repository. -## 1.0.0 +## 0.4.1 -* Bump the package version to 1.0.0 following ecosystem pre-migration (https://github.com/amirh/bump_to_1.0/projects/1). +- Update lower bound of dart dependency to 2.1.0. ## 0.3.1+10 -* Update minimum Flutter version to 1.12.13+hotfix.5 -* Fix CocoaPods podspec lint warnings. +- Update minimum Flutter version to 1.12.13+hotfix.5 +- Fix CocoaPods podspec lint warnings. ## 0.3.1+9 -* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0). +- Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0). ## 0.3.1+8 -* Make the pedantic dev_dependency explicit. +- Make the pedantic dev_dependency explicit. ## 0.3.1+7 -* Clean up various Android workarounds no longer needed after framework v1.12. +- Clean up various Android workarounds no longer needed after framework v1.12. ## 0.3.1+6 -* Remove the deprecated `author:` field from pubspec.yaml -* Migrate the plugin to the pubspec platforms manifest. -* Require Flutter SDK 1.10.0 or greater. +- Remove the deprecated `author:` field from pubspec.yaml +- Migrate the plugin to the pubspec platforms manifest. +- Require Flutter SDK 1.10.0 or greater. ## 0.3.1+5 -* Fix pedantic linter errors. +- Fix pedantic linter errors. ## 0.3.1+4 -* Update and migrate iOS example project. +- Update and migrate iOS example project. ## 0.3.1+3 -* Remove AndroidX warning. +- Remove AndroidX warning. ## 0.3.1+2 -* Include lifecycle dependency as a compileOnly one on Android to resolve +- Include lifecycle dependency as a compileOnly one on Android to resolve potential version conflicts with other transitive libraries. ## 0.3.1+1 -* Android: Use android.arch.lifecycle instead of androidx.lifecycle:lifecycle in `build.gradle` to support apps that has not been migrated to AndroidX. +- Android: Use android.arch.lifecycle instead of androidx.lifecycle:lifecycle in `build.gradle` to support apps that has not been migrated to AndroidX. ## 0.3.1 -* Support the v2 Android embedder. +- Support the v2 Android embedder. ## 0.3.0+6 -* Define clang module for iOS. +- Define clang module for iOS. ## 0.3.0+5 -* Fix Gradle version. +- Fix Gradle version. ## 0.3.0+4 -* Update Dart code to conform to current Dart formatter. +- Update Dart code to conform to current Dart formatter. ## 0.3.0+3 -* Fix `batteryLevel` usage example in README +- Fix `batteryLevel` usage example in README ## 0.3.0+2 -* Bump the minimum Flutter version to 1.2.0. -* Add template type parameter to `invokeMethod` calls. +- Bump the minimum Flutter version to 1.2.0. +- Add template type parameter to `invokeMethod` calls. ## 0.3.0+1 -* Log a more detailed warning at build time about the previous AndroidX +- Log a more detailed warning at build time about the previous AndroidX migration. ## 0.3.0 -* **Breaking change**. Migrate from the deprecated original Android Support +- **Breaking change**. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to [also migrate](https://developer.android.com/jetpack/androidx/migrate) if they're @@ -112,43 +111,43 @@ ## 0.2.3 -* Updated mockito dependency to 3.0.0 to get Dart 2 support. -* Update test package dependency to 1.3.0, and fixed tests to match. +- Updated mockito dependency to 3.0.0 to get Dart 2 support. +- Update test package dependency to 1.3.0, and fixed tests to match. ## 0.2.2 -* Updated Gradle tooling to match Android Studio 3.1.2. +- Updated Gradle tooling to match Android Studio 3.1.2. ## 0.2.1 -* Fixed Dart 2 type error. -* Removed use of deprecated parameter in example. +- Fixed Dart 2 type error. +- Removed use of deprecated parameter in example. ## 0.2.0 -* **Breaking change**. Set SDK constraints to match the Flutter beta release. +- **Breaking change**. Set SDK constraints to match the Flutter beta release. ## 0.1.1 -* Fixed warnings from the Dart 2.0 analyzer. -* Simplified and upgraded Android project template to Android SDK 27. -* Updated package description. +- Fixed warnings from the Dart 2.0 analyzer. +- Simplified and upgraded Android project template to Android SDK 27. +- Updated package description. ## 0.1.0 -* **Breaking change**. Upgraded to Gradle 4.1 and Android Studio Gradle plugin +- **Breaking change**. Upgraded to Gradle 4.1 and Android Studio Gradle plugin 3.0.1. Older Flutter projects need to upgrade their Gradle setup as well in order to use this version of the plugin. Instructions can be found [here](https://github.com/flutter/flutter/wiki/Updating-Flutter-projects-to-Gradle-4.1-and-Android-Studio-Gradle-plugin-3.0.1). ## 0.0.2 -* Add FLT prefix to iOS types. +- Add FLT prefix to iOS types. ## 0.0.1+1 -* Updated README +- Updated README ## 0.0.1 -* Initial release +- Initial release diff --git a/packages/battery_plus/pubspec.yaml b/packages/battery_plus/pubspec.yaml index 0824de6648..efe15dc1ea 100644 --- a/packages/battery_plus/pubspec.yaml +++ b/packages/battery_plus/pubspec.yaml @@ -1,7 +1,7 @@ name: battery_plus description: Flutter plugin for accessing information about the battery state(full, charging, discharging) on Android and iOS. -homepage: https://github.com/fluttercommunity/battery_plus -version: 1.0.3 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/battery_plus +version: 0.8.0 flutter: plugin: diff --git a/packages/battery_plus_platform_interface/CHANGELOG.md b/packages/battery_plus_platform_interface/CHANGELOG.md index 32f490b5fe..cf3fa1cb11 100644 --- a/packages/battery_plus_platform_interface/CHANGELOG.md +++ b/packages/battery_plus_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ -## 1.0.0 +## 0.1.0 -* Initial release +- Transfer to plus-plugins monorepo + +## 0.0.1 + +- Initial release diff --git a/packages/battery_plus_platform_interface/pubspec.yaml b/packages/battery_plus_platform_interface/pubspec.yaml index 94a48944e9..bd438ed92b 100644 --- a/packages/battery_plus_platform_interface/pubspec.yaml +++ b/packages/battery_plus_platform_interface/pubspec.yaml @@ -1,9 +1,7 @@ name: battery_plus_platform_interface description: A common platform interface for the battery_plus plugin. -homepage: https://github.com/fluttercommunity/battery_plus_platform_interface -# NOTE: We strongly prefer non-breaking changes, even at the expense of a -# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes -version: 1.0.0 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/battery_plus_platform_interface +version: 0.1.0 environment: sdk: ">=2.7.0 <3.0.0" diff --git a/packages/battery_plus_web/CHANGELOG.md b/packages/battery_plus_web/CHANGELOG.md index 529044100b..15e458a8d4 100644 --- a/packages/battery_plus_web/CHANGELOG.md +++ b/packages/battery_plus_web/CHANGELOG.md @@ -1,3 +1,7 @@ -## 1.0.0 +## 0.1.0 -* initial release. +- Transfer to plus-plugins monorepo + +## 0.0.1 + +- initial release. diff --git a/packages/battery_plus_web/pubspec.yaml b/packages/battery_plus_web/pubspec.yaml index b8ee79fc51..26b476e811 100644 --- a/packages/battery_plus_web/pubspec.yaml +++ b/packages/battery_plus_web/pubspec.yaml @@ -1,7 +1,7 @@ name: battery_plus_web description: An implementation for the web platform of the Flutter `battery_plus` plugin. -version: 1.0.0 -homepage: https://github.com/fluttercommunity/battery_plus/battery_plus_web +version: 0.1.0 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/battery_plus_web flutter: plugin: diff --git a/packages/connectivity_plus/CHANGELOG.md b/packages/connectivity_plus/CHANGELOG.md index 360ac39335..740336f565 100644 --- a/packages/connectivity_plus/CHANGELOG.md +++ b/packages/connectivity_plus/CHANGELOG.md @@ -1,176 +1,180 @@ +## 0.5.0 + +- Transfer to plus-plugins monorepo + ## 0.4.9+2 -* Update package:e2e to use package:integration_test +- Update package:e2e to use package:integration_test ## 0.4.9+1 -* Update package:e2e reference to use the local version in the flutter/plugins +- Update package:e2e reference to use the local version in the flutter/plugins repository. ## 0.4.9 -* Add support for `web` (by endorsing `connectivity_for_web` 0.3.0) +- Add support for `web` (by endorsing `connectivity_for_web` 0.3.0) ## 0.4.8+6 -* Update lower bound of dart dependency to 2.1.0. +- Update lower bound of dart dependency to 2.1.0. ## 0.4.8+5 -* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0). +- Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0). ## 0.4.8+4 -* Bump the minimum Flutter version to 1.12.13+hotfix.5. -* Clean up various Android workarounds no longer needed after framework v1.12. -* Complete v2 embedding support. -* Fix CocoaPods podspec lint warnings. +- Bump the minimum Flutter version to 1.12.13+hotfix.5. +- Clean up various Android workarounds no longer needed after framework v1.12. +- Complete v2 embedding support. +- Fix CocoaPods podspec lint warnings. ## 0.4.8+3 -* Replace deprecated `getFlutterEngine` call on Android. +- Replace deprecated `getFlutterEngine` call on Android. ## 0.4.8+2 -* Remove hard coded ios workspace setting of the example app. +- Remove hard coded ios workspace setting of the example app. ## 0.4.8+1 -* Make the pedantic dev_dependency explicit. +- Make the pedantic dev_dependency explicit. ## 0.4.8 -* Adds macOS as an endorsed platform. +- Adds macOS as an endorsed platform. ## 0.4.7 -* Migrate the plugin to use the ConnectivityPlatform.instance defined in the connectivity_plus_platform_interface package. +- Migrate the plugin to use the ConnectivityPlatform.instance defined in the connectivity_plus_platform_interface package. ## 0.4.6+2 -* Migrate deprecated BinaryMessages to ServicesBinding.instance.defaultBinaryMessenger. -* Bump Flutter SDK to 1.12.13+hotfix.5 or greater (current stable). +- Migrate deprecated BinaryMessages to ServicesBinding.instance.defaultBinaryMessenger. +- Bump Flutter SDK to 1.12.13+hotfix.5 or greater (current stable). ## 0.4.6+1 -* Remove the deprecated `author:` field from pubspec.yaml -* Migrate the plugin to the pubspec platforms manifest. -* Require Flutter SDK 1.10.0 or greater. +- Remove the deprecated `author:` field from pubspec.yaml +- Migrate the plugin to the pubspec platforms manifest. +- Require Flutter SDK 1.10.0 or greater. ## 0.4.6 -* Add macOS support. +- Add macOS support. ## 0.4.5+8 -* Update documentation to explain when connectivity updates are received on Android. +- Update documentation to explain when connectivity updates are received on Android. ## 0.4.5+7 -* Fix unawaited futures in the example app and tests. +- Fix unawaited futures in the example app and tests. ## 0.4.5+6 -* Fix singleton Reachability problem on iOS. +- Fix singleton Reachability problem on iOS. ## 0.4.5+5 -* Add an analyzer check for the public documentation. +- Add an analyzer check for the public documentation. ## 0.4.5+4 -* Stability and Maintainability: update documentations. +- Stability and Maintainability: update documentations. ## 0.4.5+3 -* Remove AndroidX warnings. +- Remove AndroidX warnings. ## 0.4.5+2 -* Include lifecycle dependency as a compileOnly one on Android to resolve +- Include lifecycle dependency as a compileOnly one on Android to resolve potential version conflicts with other transitive libraries. ## 0.4.5+1 -* Android: Use android.arch.lifecycle instead of androidx.lifecycle:lifecycle in `build.gradle` to support apps that has not been migrated to AndroidX. +- Android: Use android.arch.lifecycle instead of androidx.lifecycle:lifecycle in `build.gradle` to support apps that has not been migrated to AndroidX. ## 0.4.5 -* Support the v2 Android embedder. +- Support the v2 Android embedder. ## 0.4.4+1 -* Update and migrate iOS example project. -* Define clang module for iOS. +- Update and migrate iOS example project. +- Define clang module for iOS. ## 0.4.4 -* Add `requestLocationServiceAuthorization` to request location authorization on iOS. -* Add `getLocationServiceAuthorization` to get location authorization status on iOS. -* Update README: add more information on iOS 13 updates with CNCopyCurrentNetworkInfo. +- Add `requestLocationServiceAuthorization` to request location authorization on iOS. +- Add `getLocationServiceAuthorization` to get location authorization status on iOS. +- Update README: add more information on iOS 13 updates with CNCopyCurrentNetworkInfo. ## 0.4.3+7 -* Update README with the updated information about CNCopyCurrentNetworkInfo on iOS 13. +- Update README with the updated information about CNCopyCurrentNetworkInfo on iOS 13. ## 0.4.3+6 -* [Android] Fix the invalid suppression check (it should be "deprecation" not "deprecated"). +- [Android] Fix the invalid suppression check (it should be "deprecation" not "deprecated"). ## 0.4.3+5 -* [Android] Added API 29 support for `check()`. -* [Android] Suppress warnings for using deprecated APIs. +- [Android] Added API 29 support for `check()`. +- [Android] Suppress warnings for using deprecated APIs. ## 0.4.3+4 -* [Android] Updated logic to retrieve network info. +- [Android] Updated logic to retrieve network info. ## 0.4.3+3 -* Support for TYPE_MOBILE_HIPRI on Android. +- Support for TYPE_MOBILE_HIPRI on Android. ## 0.4.3+2 -* Add missing template type parameter to `invokeMethod` calls. +- Add missing template type parameter to `invokeMethod` calls. ## 0.4.3+1 -* Fixes lint error by using `getApplicationContext()` when accessing the Wifi Service. +- Fixes lint error by using `getApplicationContext()` when accessing the Wifi Service. ## 0.4.3 -* Add getWifiBSSID to obtain current wifi network's BSSID. +- Add getWifiBSSID to obtain current wifi network's BSSID. ## 0.4.2+2 -* Add integration test. +- Add integration test. ## 0.4.2+1 -* Bump the minimum Flutter version to 1.2.0. -* Add template type parameter to `invokeMethod` calls. +- Bump the minimum Flutter version to 1.2.0. +- Add template type parameter to `invokeMethod` calls. ## 0.4.2 -* Adding getWifiIP() to obtain current wifi network's IP. +- Adding getWifiIP() to obtain current wifi network's IP. ## 0.4.1 -* Add unit tests. +- Add unit tests. ## 0.4.0+2 -* Log a more detailed warning at build time about the previous AndroidX +- Log a more detailed warning at build time about the previous AndroidX migration. ## 0.4.0+1 -* Updated `Connectivity` to a singleton. +- Updated `Connectivity` to a singleton. ## 0.4.0 -* **Breaking change**. Migrate from the deprecated original Android Support +- **Breaking change**. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to [also migrate](https://developer.android.com/jetpack/androidx/migrate) if they're @@ -178,38 +182,38 @@ ## 0.3.2 -* Adding getWifiName() to obtain current wifi network's SSID. +- Adding getWifiName() to obtain current wifi network's SSID. ## 0.3.1 -* Updated Gradle tooling to match Android Studio 3.1.2. +- Updated Gradle tooling to match Android Studio 3.1.2. ## 0.3.0 -* **Breaking change**. Set SDK constraints to match the Flutter beta release. +- **Breaking change**. Set SDK constraints to match the Flutter beta release. ## 0.2.1 -* Fixed warnings from the Dart 2.0 analyzer. -* Simplified and upgraded Android project template to Android SDK 27. -* Updated package description. +- Fixed warnings from the Dart 2.0 analyzer. +- Simplified and upgraded Android project template to Android SDK 27. +- Updated package description. ## 0.2.0 -* **Breaking change**. Upgraded to Gradle 4.1 and Android Studio Gradle plugin +- **Breaking change**. Upgraded to Gradle 4.1 and Android Studio Gradle plugin 3.0.1. Older Flutter projects need to upgrade their Gradle setup as well in order to use this version of the plugin. Instructions can be found [here](https://github.com/flutter/flutter/wiki/Updating-Flutter-projects-to-Gradle-4.1-and-Android-Studio-Gradle-plugin-3.0.1). ## 0.1.1 -* Add FLT prefix to iOS types. +- Add FLT prefix to iOS types. ## 0.1.0 -* Breaking API change: Have a Connectivity class instead of a top level function -* Introduce ability to listen for network state changes +- Breaking API change: Have a Connectivity class instead of a top level function +- Introduce ability to listen for network state changes ## 0.0.1 -* Initial release +- Initial release diff --git a/packages/connectivity_plus/ios/connectivity_plus.podspec b/packages/connectivity_plus/ios/connectivity_plus.podspec index 8a82bde7d8..2bfc4e9755 100644 --- a/packages/connectivity_plus/ios/connectivity_plus.podspec +++ b/packages/connectivity_plus/ios/connectivity_plus.podspec @@ -12,7 +12,7 @@ Downloaded by pub (not CocoaPods). s.homepage = 'https://github.com/flutter/plugins' s.license = { :type => 'BSD', :file => '../LICENSE' } s.author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' } - s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity' } + s.source = { :http => 'https://github.com/flutter/plugins/tree/main/packages/connectivity/connectivity' } s.documentation_url = 'https://pub.dev/packages/connectivity' s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' diff --git a/packages/connectivity_plus/macos/connectivity_plus.podspec b/packages/connectivity_plus/macos/connectivity_plus.podspec index 299af2eae3..ab86bde983 100644 --- a/packages/connectivity_plus/macos/connectivity_plus.podspec +++ b/packages/connectivity_plus/macos/connectivity_plus.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| No-op implementation of the connectivity plugin to avoid build issues on macos. https://github.com/flutter/flutter/issues/46618 DESC - s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/connectivity' + s.homepage = 'https://github.com/flutter/plugins/tree/main/packages/connectivity' s.license = { :file => '../LICENSE' } s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' } s.source = { :path => '.' } diff --git a/packages/connectivity_plus/pubspec.yaml b/packages/connectivity_plus/pubspec.yaml index 98211bf403..db7f5677c3 100644 --- a/packages/connectivity_plus/pubspec.yaml +++ b/packages/connectivity_plus/pubspec.yaml @@ -1,11 +1,7 @@ name: connectivity_plus -description: Flutter plugin for discovering the state of the network (WiFi & - mobile/cellular) connectivity on Android and iOS. -homepage: https://github.com/fluttercommunity/connectivity_plus -# 0.4.y+z is compatible with 1.0.0, if you land a breaking change bump -# the version to 2.0.0. -# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 -version: 0.4.9+2 +description: Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS. +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus +version: 0.5.0 flutter: plugin: diff --git a/packages/connectivity_plus_macos/CHANGELOG.md b/packages/connectivity_plus_macos/CHANGELOG.md index 7ce1b74ec7..bf08bcf9fe 100644 --- a/packages/connectivity_plus_macos/CHANGELOG.md +++ b/packages/connectivity_plus_macos/CHANGELOG.md @@ -1,41 +1,45 @@ +## 0.2.0 + +- Transfer to plus-plugins monorepo + ## 0.1.0+6 -* Transfer package to Flutter Community under new name `connectivity_plus_macos`. +- Transfer package to Flutter Community under new name `connectivity_plus_macos`. ## 0.1.0+5 -* Update package:e2e reference to use the local version in the flutter/plugins +- Update package:e2e reference to use the local version in the flutter/plugins repository. ## 0.1.0+4 -* Remove Android folder from `connectivity_macos`. +- Remove Android folder from `connectivity_macos`. ## 0.1.0+3 -* Bump the minimum Flutter version to 1.12.13+hotfix.5. -* Clean up various Android workarounds no longer needed after framework v1.12. -* Complete v2 embedding support. -* Fix CocoaPods podspec lint warnings. -* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0). +- Bump the minimum Flutter version to 1.12.13+hotfix.5. +- Clean up various Android workarounds no longer needed after framework v1.12. +- Complete v2 embedding support. +- Fix CocoaPods podspec lint warnings. +- Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0). ## 0.1.0+2 -* Remove hard coded ios workspace setting of the example app. +- Remove hard coded ios workspace setting of the example app. ## 0.1.0+1 -* Make the pedantic dev_dependency explicit. +- Make the pedantic dev_dependency explicit. ## 0.1.0 -* Adds an example app to trigger CI tests. Bumped the MINOR version to -avoid compatibility issues once this packages is endorsed. +- Adds an example app to trigger CI tests. Bumped the MINOR version to + avoid compatibility issues once this packages is endorsed. ## 0.0.2+1 -* Add CHANGELOG. +- Add CHANGELOG. ## 0.0.1 -* Initial open source release. +- Initial open source release. diff --git a/packages/connectivity_plus_macos/macos/connectivity_plus_macos.podspec b/packages/connectivity_plus_macos/macos/connectivity_plus_macos.podspec index c3f90ed247..323e22b554 100644 --- a/packages/connectivity_plus_macos/macos/connectivity_plus_macos.podspec +++ b/packages/connectivity_plus_macos/macos/connectivity_plus_macos.podspec @@ -8,10 +8,10 @@ Pod::Spec.new do |s| s.description = <<-DESC Desktop implementation of the connectivity plugin DESC - s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_macos' + s.homepage = 'https://github.com/flutter/plugins/tree/main/packages/connectivity/connectivity_macos' s.license = { :type => 'BSD', :file => '../LICENSE' } s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' } - s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_macos' } + s.source = { :http => 'https://github.com/flutter/plugins/tree/main/packages/connectivity/connectivity_macos' } s.source_files = 'Classes/**/*' s.dependency 'FlutterMacOS' s.dependency 'Reachability' diff --git a/packages/connectivity_plus_macos/pubspec.yaml b/packages/connectivity_plus_macos/pubspec.yaml index 3dc7026fda..3f5ee5362a 100644 --- a/packages/connectivity_plus_macos/pubspec.yaml +++ b/packages/connectivity_plus_macos/pubspec.yaml @@ -1,10 +1,7 @@ name: connectivity_plus_macos description: macOS implementation of the connectivity_plus plugin. -# 0.1.y+z is compatible with 1.0.0, if you land a breaking change bump -# the version to 2.0.0. -# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 -version: 0.1.0+6 -homepage: https://github.com/fluttercommunity/connectivity_plus_macos +version: 0.2.0 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus_macos flutter: plugin: diff --git a/packages/connectivity_plus_platform_interface/CHANGELOG.md b/packages/connectivity_plus_platform_interface/CHANGELOG.md index 0e95636777..5f818a4783 100644 --- a/packages/connectivity_plus_platform_interface/CHANGELOG.md +++ b/packages/connectivity_plus_platform_interface/CHANGELOG.md @@ -1,36 +1,40 @@ -## 1.0.7 +## 0.2.0 -* Transfer package to Flutter Community under new name `connectivity_plus_platform_interface`. +- Transfer to plus-plugins monorepo -## 1.0.6 +## 0.1.7 -* Update lower bound of dart dependency to 2.1.0. +- Transfer package to Flutter Community under new name `connectivity_plus_platform_interface`. -## 1.0.5 +## 0.1.6 -* Remove dart:io Platform checks from the MethodChannel implementation. This is -tripping the analysis of other versions of the plugin. +- Update lower bound of dart dependency to 2.1.0. -## 1.0.4 +## 0.1.5 -* Bump the minimum Flutter version to 1.12.13+hotfix.5. +- Remove dart:io Platform checks from the MethodChannel implementation. This is + tripping the analysis of other versions of the plugin. -## 1.0.3 +## 0.1.4 -* Make the pedantic dev_dependency explicit. +- Bump the minimum Flutter version to 1.12.13+hotfix.5. -## 1.0.2 +## 0.1.3 -* Bring ConnectivityResult and LocationAuthorizationStatus enums from the core package. -* Use the above Enums as return values for ConnectivityPlatformInterface methods. -* Modify the MethodChannel implementation so it returns the right types. -* Bring all utility methods, asserts and other logic that is only needed on the MethodChannel implementation from the core package. -* Bring MethodChannel unit tests from core package. +- Make the pedantic dev_dependency explicit. -## 1.0.1 +## 0.1.2 -* Fix README.md link. +- Bring ConnectivityResult and LocationAuthorizationStatus enums from the core package. +- Use the above Enums as return values for ConnectivityPlatformInterface methods. +- Modify the MethodChannel implementation so it returns the right types. +- Bring all utility methods, asserts and other logic that is only needed on the MethodChannel implementation from the core package. +- Bring MethodChannel unit tests from core package. -## 1.0.0 +## 0.1.1 -* Initial release. +- Fix README.md link. + +## 0.1.0 + +- Initial release. diff --git a/packages/connectivity_plus_platform_interface/pubspec.yaml b/packages/connectivity_plus_platform_interface/pubspec.yaml index 6e9292a649..0d7cd82f26 100644 --- a/packages/connectivity_plus_platform_interface/pubspec.yaml +++ b/packages/connectivity_plus_platform_interface/pubspec.yaml @@ -1,9 +1,7 @@ name: connectivity_plus_platform_interface description: A common platform interface for the connectivity_plus plugin. -homepage: https://github.com/fluttercommunity/connectivity_plus_platform_interface -# NOTE: We strongly prefer non-breaking changes, even at the expense of a -# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes -version: 1.0.7 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus_platform_interface +version: 0.2.0 dependencies: flutter: diff --git a/packages/connectivity_plus_web/CHANGELOG.md b/packages/connectivity_plus_web/CHANGELOG.md index 9f858d3d1b..a6b16e5d73 100644 --- a/packages/connectivity_plus_web/CHANGELOG.md +++ b/packages/connectivity_plus_web/CHANGELOG.md @@ -1,28 +1,32 @@ +## 0.4.0 + +- Transfer to plus-plugins monorepo + ## 0.3.1+3 -* Transfer package to Flutter Community under new name `connectivity_plus_web`. +- Transfer package to Flutter Community under new name `connectivity_plus_web`. ## 0.3.1+2 -* Update package:e2e to use package:integration_test +- Update package:e2e to use package:integration_test ## 0.3.1+1 -* Update package:e2e reference to use the local version in the flutter/plugins +- Update package:e2e reference to use the local version in the flutter/plugins repository. ## 0.3.1 -* Use NetworkInformation API from dart:html, instead of the JS-interop version. +- Use NetworkInformation API from dart:html, instead of the JS-interop version. ## 0.3.0 -* Rename from "experimental_connectivity_web" to "connectivity_web", and move to flutter/plugins master. +- Rename from "experimental_connectivity_web" to "connectivity_web", and move to flutter/plugins master. ## 0.2.0 -* Add fallback on dart:html for browsers where NetworkInformationAPI is not supported. +- Add fallback on dart:html for browsers where NetworkInformationAPI is not supported. ## 0.1.0 -* Initial release. +- Initial release. diff --git a/packages/connectivity_plus_web/pubspec.yaml b/packages/connectivity_plus_web/pubspec.yaml index 39acd369b9..55b0f3621c 100644 --- a/packages/connectivity_plus_web/pubspec.yaml +++ b/packages/connectivity_plus_web/pubspec.yaml @@ -1,7 +1,7 @@ name: connectivity_plus_web description: An implementation for the web platform of the Flutter `connectivity_plus` plugin. This uses the NetworkInformation Web API, with a fallback to Navigator.onLine. -version: 0.3.1+3 -homepage: https://github.com/fluttercommunity/connectivity_plus/connectivity_plus_web +version: 0.4.0 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus_web flutter: plugin: diff --git a/packages/device_info_plus/CHANGELOG.md b/packages/device_info_plus/CHANGELOG.md index e8c8fe2394..b44c5b7f2e 100644 --- a/packages/device_info_plus/CHANGELOG.md +++ b/packages/device_info_plus/CHANGELOG.md @@ -1,22 +1,22 @@ -## 1.0.0 +## 0.5.0 -* Support web +- Transfer to plus-plugins monorepo ## 0.4.2+8 -* Transfer package to Flutter Community under new name `device_info_plus`. +- Transfer package to Flutter Community under new name `device_info_plus`. ## 0.4.2+7 -* Port device_info plugin to use platform interface. +- Port device_info plugin to use platform interface. ## 0.4.2+6 -* Moved everything from device_info to device_info/device_info +- Moved everything from device_info to device_info/device_info ## 0.4.2+5 -* Update package:e2e reference to use the local version in the flutter/plugins +- Update package:e2e reference to use the local version in the flutter/plugins repository. ## 0.4.2+4 @@ -25,77 +25,76 @@ Update lower bound of dart dependency to 2.1.0. ## 0.4.2+3 -* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0). +- Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0). ## 0.4.2+2 -* Fix CocoaPods podspec lint warnings. +- Fix CocoaPods podspec lint warnings. ## 0.4.2+1 -* Bump the minimum Flutter version to 1.12.13+hotfix.5. -* Remove deprecated API usage warning in AndroidIntentPlugin.java. -* Migrates the Android example to V2 embedding. -* Bumps AGP to 3.6.1. +- Bump the minimum Flutter version to 1.12.13+hotfix.5. +- Remove deprecated API usage warning in AndroidIntentPlugin.java. +- Migrates the Android example to V2 embedding. +- Bumps AGP to 3.6.1. ## 0.4.2 -* Add systemFeatures to AndroidDeviceInfo. +- Add systemFeatures to AndroidDeviceInfo. ## 0.4.1+5 -* Make the pedantic dev_dependency explicit. +- Make the pedantic dev_dependency explicit. ## 0.4.1+4 -* Remove the deprecated `author:` field from pubspec.yaml -* Migrate the plugin to the pubspec platforms manifest. -* Require Flutter SDK 1.10.0 or greater. +- Remove the deprecated `author:` field from pubspec.yaml +- Migrate the plugin to the pubspec platforms manifest. +- Require Flutter SDK 1.10.0 or greater. ## 0.4.1+3 -* Fix pedantic errors. Adds some missing documentation and fixes unawaited +- Fix pedantic errors. Adds some missing documentation and fixes unawaited futures in the tests. ## 0.4.1+2 -* Remove AndroidX warning. +- Remove AndroidX warning. ## 0.4.1+1 -* Include lifecycle dependency as a compileOnly one on Android to resolve +- Include lifecycle dependency as a compileOnly one on Android to resolve potential version conflicts with other transitive libraries. ## 0.4.1 -* Support the v2 Android embedding. -* Update to AndroidX. -* Migrate to using the new e2e test binding. -* Add a e2e test. - +- Support the v2 Android embedding. +- Update to AndroidX. +- Migrate to using the new e2e test binding. +- Add a e2e test. ## 0.4.0+4 -* Define clang module for iOS. +- Define clang module for iOS. ## 0.4.0+3 -* Update and migrate iOS example project. +- Update and migrate iOS example project. ## 0.4.0+2 -* Bump minimum Flutter version to 1.5.0. -* Add missing template type parameter to `invokeMethod` calls. -* Replace invokeMethod with invokeMapMethod wherever necessary. +- Bump minimum Flutter version to 1.5.0. +- Add missing template type parameter to `invokeMethod` calls. +- Replace invokeMethod with invokeMapMethod wherever necessary. ## 0.4.0+1 -* Log a more detailed warning at build time about the previous AndroidX +- Log a more detailed warning at build time about the previous AndroidX migration. ## 0.4.0 -* **Breaking change**. Migrate from the deprecated original Android Support +- **Breaking change**. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to [also migrate](https://developer.android.com/jetpack/androidx/migrate) if they're @@ -103,49 +102,49 @@ Update lower bound of dart dependency to 2.1.0. ## 0.3.0 -* Added ability to get Android ID for Android devices +- Added ability to get Android ID for Android devices ## 0.2.1 -* Updated Gradle tooling to match Android Studio 3.1.2. +- Updated Gradle tooling to match Android Studio 3.1.2. ## 0.2.0 -* **Breaking change**. Set SDK constraints to match the Flutter beta release. +- **Breaking change**. Set SDK constraints to match the Flutter beta release. ## 0.1.2 -* Fixed Dart 2 type errors. +- Fixed Dart 2 type errors. ## 0.1.1 -* Simplified and upgraded Android project template to Android SDK 27. -* Updated package description. +- Simplified and upgraded Android project template to Android SDK 27. +- Updated package description. ## 0.1.0 -* **Breaking change**. Upgraded to Gradle 4.1 and Android Studio Gradle plugin +- **Breaking change**. Upgraded to Gradle 4.1 and Android Studio Gradle plugin 3.0.1. Older Flutter projects need to upgrade their Gradle setup as well in order to use this version of the plugin. Instructions can be found [here](https://github.com/flutter/flutter/wiki/Updating-Flutter-projects-to-Gradle-4.1-and-Android-Studio-Gradle-plugin-3.0.1). ## 0.0.5 -* Added FLT prefix to iOS types +- Added FLT prefix to iOS types ## 0.0.4 -* Fixed Java/Dart communication error with empty lists +- Fixed Java/Dart communication error with empty lists ## 0.0.3 -* Added support for utsname +- Added support for utsname ## 0.0.2 -* Fixed broken type comparison -* Added "isPhysicalDevice" field, detecting emulators/simulators +- Fixed broken type comparison +- Added "isPhysicalDevice" field, detecting emulators/simulators ## 0.0.1 -* Implements platform-specific device/OS properties +- Implements platform-specific device/OS properties diff --git a/packages/device_info_plus/pubspec.yaml b/packages/device_info_plus/pubspec.yaml index 62d2f4f413..73451d3f6d 100644 --- a/packages/device_info_plus/pubspec.yaml +++ b/packages/device_info_plus/pubspec.yaml @@ -1,11 +1,8 @@ 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. -homepage: https://github.com/fluttercommunity/device_info_plus -# 0.4.y+z is compatible with 1.0.0, if you land a breaking change bump -# the version to 2.0.0. -# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 -version: 0.4.2+8 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus +version: 0.5.0 flutter: plugin: diff --git a/packages/device_info_plus_linux/CHANGELOG.md b/packages/device_info_plus_linux/CHANGELOG.md index ac071598e5..bc89d498e4 100644 --- a/packages/device_info_plus_linux/CHANGELOG.md +++ b/packages/device_info_plus_linux/CHANGELOG.md @@ -1,3 +1,3 @@ -## [0.0.1] - TODO: Add release date. +## 0.1.0 -* TODO: Describe initial release. +- Intial release and transfer to plus-plugins monorepo diff --git a/packages/device_info_plus_linux/pubspec.yaml b/packages/device_info_plus_linux/pubspec.yaml index f372d28c53..86460243e6 100644 --- a/packages/device_info_plus_linux/pubspec.yaml +++ b/packages/device_info_plus_linux/pubspec.yaml @@ -1,7 +1,7 @@ name: device_info_plus_linux description: Linux implementation of the device_info_plus plugin -homepage: https://github.com/fluttercommunity/device_info_plus/device_info_plus_linux -version: 0.0.1 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus_linux +version: 0.1.0 environment: sdk: ">=2.7.0 <3.0.0" diff --git a/packages/device_info_plus_platform_interface/CHANGELOG.md b/packages/device_info_plus_platform_interface/CHANGELOG.md index fd71455dbc..7b5e032337 100644 --- a/packages/device_info_plus_platform_interface/CHANGELOG.md +++ b/packages/device_info_plus_platform_interface/CHANGELOG.md @@ -1,7 +1,11 @@ -## 1.0.1 +## 0.2.0 -* Transfer package to Flutter Community under new name `device_info_plus_platform_interface`. +- Transfer to plus-plugins monorepo -## 1.0.0 +## 0.1.0 + +- Transfer package to Flutter Community under new name `device_info_plus_platform_interface`. + +## 0.0.1 - Initial open-source release. diff --git a/packages/device_info_plus_platform_interface/pubspec.yaml b/packages/device_info_plus_platform_interface/pubspec.yaml index cb940977a8..b81346427c 100644 --- a/packages/device_info_plus_platform_interface/pubspec.yaml +++ b/packages/device_info_plus_platform_interface/pubspec.yaml @@ -1,9 +1,7 @@ name: device_info_plus_platform_interface description: A common platform interface for the device_info_plis plugin. -homepage: https://github.com/fluttercommunity/device_info_plus/device_info_plus_platform_interface -# NOTE: We strongly prefer non-breaking changes, even at the expense of a -# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes -version: 1.0.1 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus_platform_interface +version: 0.2.0 dependencies: flutter: diff --git a/packages/device_info_plus_web/CHANGELOG.md b/packages/device_info_plus_web/CHANGELOG.md index c358298dcf..2a6935bd47 100644 --- a/packages/device_info_plus_web/CHANGELOG.md +++ b/packages/device_info_plus_web/CHANGELOG.md @@ -1,3 +1,7 @@ -## 1.0.0 +## 0.2.0 + +- Transfer to plus-plugins monorepo + +## 0.1.0 * initial release \ No newline at end of file diff --git a/packages/device_info_plus_web/pubspec.yaml b/packages/device_info_plus_web/pubspec.yaml index 9cae5d3b98..5d3d10a092 100644 --- a/packages/device_info_plus_web/pubspec.yaml +++ b/packages/device_info_plus_web/pubspec.yaml @@ -1,7 +1,7 @@ name: device_info_plus_web description: An implementation for the web platform of the Flutter `device_info_plus` plugin. -version: 1.0.0 -homepage: https://github.com/fluttercommunity/device_info_plus/device_info_plus_web +version: 0.2.0 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus_web flutter: plugin: diff --git a/packages/package_info_plus/CHANGELOG.md b/packages/package_info_plus/CHANGELOG.md index c0b7b92ebb..76c53318c8 100644 --- a/packages/package_info_plus/CHANGELOG.md +++ b/packages/package_info_plus/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.0 + +- Transfer to plus-plugins monorepo + ## 0.4.5 * package_info_plus now supports web platform and now uses package_info_platform_interface. diff --git a/packages/package_info_plus/pubspec.yaml b/packages/package_info_plus/pubspec.yaml index d32758029f..bf166980a0 100644 --- a/packages/package_info_plus/pubspec.yaml +++ b/packages/package_info_plus/pubspec.yaml @@ -1,11 +1,7 @@ name: package_info_plus -description: Flutter plugin for querying information about the application - package, such as CFBundleVersion on iOS or versionCode on Android. -homepage: https://github.com/fluttercommunity/package_info_plus -# 0.4.y+z is compatible with 1.0.0, if you land a breaking change bump -# the version to 2.0.0. -# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 -version: 0.4.5 +description: Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android. +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus +version: 0.5.0 flutter: plugin: diff --git a/packages/package_info_plus_macos/CHANGELOG.md b/packages/package_info_plus_macos/CHANGELOG.md index 5f1132df40..09dfb41b7a 100644 --- a/packages/package_info_plus_macos/CHANGELOG.md +++ b/packages/package_info_plus_macos/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.0 + +- Transfer to plus-plugins monorepo + # 0.0.1 -* Initial release. +- Initial release. diff --git a/packages/package_info_plus_macos/macos/package_info_plus_macos.podspec b/packages/package_info_plus_macos/macos/package_info_plus_macos.podspec index f586f126a3..d6bc24161c 100644 --- a/packages/package_info_plus_macos/macos/package_info_plus_macos.podspec +++ b/packages/package_info_plus_macos/macos/package_info_plus_macos.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.description = <<-DESC A macOS implementation of the package_info_plus plugin. DESC - s.homepage = 'https://github.com/fluttercommunity/package_info_plus/tree/master/package_info_plus/package_info_plus_macos' + s.homepage = 'https://github.com/fluttercommunity/package_info_plus/tree/main/package_info_plus/package_info_plus_macos' s.license = { :file => '../LICENSE' } s.author = { 'Flutter Community' => 'authors@fluttercommunity.dev' } s.source = { :path => '.' } diff --git a/packages/package_info_plus_macos/pubspec.yaml b/packages/package_info_plus_macos/pubspec.yaml index f51a6b5d7f..5be0a39f20 100644 --- a/packages/package_info_plus_macos/pubspec.yaml +++ b/packages/package_info_plus_macos/pubspec.yaml @@ -1,10 +1,7 @@ name: package_info_plus_macos description: macOS implementation of the package_info_plus plugin. -# 0.0.y+z is compatible with 1.0.0, if you land a breaking change bump -# the version to 2.0.0. -# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 -version: 0.0.1 -homepage: https://github.com/fluttercommunity/package_info_plus/package_info_plus_macos +version: 0.1.0 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus_macos flutter: plugin: diff --git a/packages/package_info_plus_platform_interface/CHANGELOG.md b/packages/package_info_plus_platform_interface/CHANGELOG.md index 49f2a3a724..2d7342abee 100644 --- a/packages/package_info_plus_platform_interface/CHANGELOG.md +++ b/packages/package_info_plus_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ -## 1.0.0 +## 0.2.0 -* Initial release. \ No newline at end of file +- Transfer to plus-plugins monorepo + +## 0.1.0 + +- Initial release. diff --git a/packages/package_info_plus_platform_interface/pubspec.yaml b/packages/package_info_plus_platform_interface/pubspec.yaml index f45b22726a..c502bed601 100644 --- a/packages/package_info_plus_platform_interface/pubspec.yaml +++ b/packages/package_info_plus_platform_interface/pubspec.yaml @@ -1,9 +1,7 @@ name: package_info_plus_platform_interface description: A common platform interface for the package_info_plus plugin. -homepage: https://github.com/fluttercommunity/package_info_plus/package_info_plus_platform_interface -# NOTE: We strongly prefer non-breaking changes, even at the expense of a -# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes -version: 1.0.0 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus_platform_interface +version: 0.1.0 dependencies: flutter: diff --git a/packages/package_info_plus_web/CHANGELOG.md b/packages/package_info_plus_web/CHANGELOG.md index 9b7b03ba4d..155f48e9ad 100644 --- a/packages/package_info_plus_web/CHANGELOG.md +++ b/packages/package_info_plus_web/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.0 + +- Transfer to plus-plugins monorepo + ## 0.0.1 -* Initial release. \ No newline at end of file +- Initial release. diff --git a/packages/package_info_plus_web/pubspec.yaml b/packages/package_info_plus_web/pubspec.yaml index 2262779460..d616c2e52a 100644 --- a/packages/package_info_plus_web/pubspec.yaml +++ b/packages/package_info_plus_web/pubspec.yaml @@ -1,10 +1,7 @@ name: package_info_plus_web description: Web platform implementation of package_info_plus -homepage: https://github.com/fluttercommunity/package_info_plus/tree/feature/package_info_plus_web/package_info_plus_web -# 0.1.y+z is compatible with 1.0.0, if you land a breaking change bump -# the version to 2.0.0. -# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 -version: 0.0.1 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus_web +version: 0.1.0 flutter: plugin: diff --git a/packages/sensors_plus/CHANGELOG.md b/packages/sensors_plus/CHANGELOG.md index a26d3e5244..5597b4a53a 100644 --- a/packages/sensors_plus/CHANGELOG.md +++ b/packages/sensors_plus/CHANGELOG.md @@ -1,98 +1,102 @@ +## 0.5.0 + +- Transfer to plus-plugins monorepo + ## 0.4.2+5 -* Transfer package to Flutter Community under new name `sensors_plus`. +- Transfer package to Flutter Community under new name `sensors_plus`. ## 0.4.2+4 -* Update package:e2e -> package:integration_test +- Update package:e2e -> package:integration_test ## 0.4.2+3 -* Update package:e2e reference to use the local version in the flutter/plugins +- Update package:e2e reference to use the local version in the flutter/plugins repository. ## 0.4.2+2 -* Post-v2 Android embedding cleanup. +- Post-v2 Android embedding cleanup. ## 0.4.2+1 -* Update lower bound of dart dependency to 2.1.0. +- Update lower bound of dart dependency to 2.1.0. ## 0.4.2 -* Remove Android dependencies fallback. -* Require Flutter SDK 1.12.13+hotfix.5 or greater. -* Fix CocoaPods podspec lint warnings. +- Remove Android dependencies fallback. +- Require Flutter SDK 1.12.13+hotfix.5 or greater. +- Fix CocoaPods podspec lint warnings. ## 0.4.1+10 -* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0). +- Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0). ## 0.4.1+9 -* Replace deprecated `getFlutterEngine` call on Android. +- Replace deprecated `getFlutterEngine` call on Android. ## 0.4.1+8 -* Make the pedantic dev_dependency explicit. +- Make the pedantic dev_dependency explicit. ## 0.4.1+7 -* Fixed example userAccelerometerEvent in documentation +- Fixed example userAccelerometerEvent in documentation ## 0.4.1+6 -* Migrate from deprecated BinaryMessages to ServicesBinding.instance.defaultBinaryMessenger. -* Require Flutter SDK 1.12.13+hotfix.5 or greater (current stable). +- Migrate from deprecated BinaryMessages to ServicesBinding.instance.defaultBinaryMessenger. +- Require Flutter SDK 1.12.13+hotfix.5 or greater (current stable). ## 0.4.1+5 -* Fix example `setState()` called after `dispose()` by canceling the timer. +- Fix example `setState()` called after `dispose()` by canceling the timer. ## 0.4.1+4 -* Remove the deprecated `author:` field from pubspec.yaml -* Migrate the plugin to the pubspec platforms manifest. -* Require Flutter SDK 1.10.0 or greater. +- Remove the deprecated `author:` field from pubspec.yaml +- Migrate the plugin to the pubspec platforms manifest. +- Require Flutter SDK 1.10.0 or greater. ## 0.4.1+3 -* Improve documentation and add unit test coverage. +- Improve documentation and add unit test coverage. ## 0.4.1+2 -* Remove AndroidX warnings. +- Remove AndroidX warnings. ## 0.4.1+1 -* Include lifecycle dependency as a compileOnly one on Android to resolve +- Include lifecycle dependency as a compileOnly one on Android to resolve potential version conflicts with other transitive libraries. ## 0.4.1 -* Support the v2 Android embedder. -* Update to AndroidX. -* Migrate to using the new e2e test binding. -* Add a e2e test. +- Support the v2 Android embedder. +- Update to AndroidX. +- Migrate to using the new e2e test binding. +- Add a e2e test. ## 0.4.0+3 -* Update and migrate iOS example project. -* Define clang module for iOS. +- Update and migrate iOS example project. +- Define clang module for iOS. ## 0.4.0+2 -* Suppress deprecation warning for BinaryMessages. See: https://github.com/flutter/flutter/issues/33446 +- Suppress deprecation warning for BinaryMessages. See: https://github.com/flutter/flutter/issues/33446 ## 0.4.0+1 -* Log a more detailed warning at build time about the previous AndroidX +- Log a more detailed warning at build time about the previous AndroidX migration. ## 0.4.0 -* **Breaking change**. Migrate from the deprecated original Android Support +- **Breaking change**. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to [also migrate](https://developer.android.com/jetpack/androidx/migrate) if they're @@ -100,45 +104,45 @@ ## 0.3.5 -* Added missing test package dependency. +- Added missing test package dependency. ## 0.3.4 -* Make sensors Dart 2 compliant. +- Make sensors Dart 2 compliant. ## 0.3.3 -* Updated Gradle tooling to match Android Studio 3.1.2. +- Updated Gradle tooling to match Android Studio 3.1.2. ## 0.3.2 -* Added user acceleration sensor events (i.e. accelerometer without gravity). +- Added user acceleration sensor events (i.e. accelerometer without gravity). ## 0.3.1 -* Fixed Dart 2 type error with iOS sensor events. +- Fixed Dart 2 type error with iOS sensor events. ## 0.3.0 -* **Breaking change**. Set SDK constraints to match the Flutter beta release. +- **Breaking change**. Set SDK constraints to match the Flutter beta release. ## 0.2.1 -* Fixed warnings from the Dart 2.0 analyzer. -* Simplified and upgraded Android project template to Android SDK 27. -* Updated package description. +- Fixed warnings from the Dart 2.0 analyzer. +- Simplified and upgraded Android project template to Android SDK 27. +- Updated package description. ## 0.2.0 -* **Breaking change**. Upgraded to Gradle 4.1 and Android Studio Gradle plugin +- **Breaking change**. Upgraded to Gradle 4.1 and Android Studio Gradle plugin 3.0.1. Older Flutter projects need to upgrade their Gradle setup as well in order to use this version of the plugin. Instructions can be found [here](https://github.com/flutter/flutter/wiki/Updating-Flutter-projects-to-Gradle-4.1-and-Android-Studio-Gradle-plugin-3.0.1). ## 0.1.1 -* Added FLT prefix to iOS types. +- Added FLT prefix to iOS types. ## 0.1.0 -* Initial Open Source release. +- Initial Open Source release. diff --git a/packages/sensors_plus/ios/sensors_plus.podspec b/packages/sensors_plus/ios/sensors_plus.podspec index 2d848a78aa..73c8dd7e87 100644 --- a/packages/sensors_plus/ios/sensors_plus.podspec +++ b/packages/sensors_plus/ios/sensors_plus.podspec @@ -11,7 +11,7 @@ A Flutter plugin to access the accelerometer and gyroscope sensors. s.homepage = 'https://github.com/flutter/plugins' s.license = { :type => 'BSD', :file => '../LICENSE' } s.author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' } - s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/sensors' } + s.source = { :http => 'https://github.com/flutter/plugins/tree/main/packages/sensors' } s.documentation_url = 'https://pub.dev/packages/sensors' s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' diff --git a/packages/sensors_plus/pubspec.yaml b/packages/sensors_plus/pubspec.yaml index d28359ea42..4e609ef49f 100644 --- a/packages/sensors_plus/pubspec.yaml +++ b/packages/sensors_plus/pubspec.yaml @@ -1,7 +1,7 @@ name: sensors_plus description: Flutter plugin for accessing accelerometer and gyroscope sensors. -homepage: https://github.com/fluttercommunity/sensors_plus -version: 1.0.0 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/sensors_plus +version: 0.5.0 flutter: plugin: diff --git a/packages/sensors_plus_platform_interface/CHANGELOG.md b/packages/sensors_plus_platform_interface/CHANGELOG.md index 64f491bf45..3fae439fd6 100644 --- a/packages/sensors_plus_platform_interface/CHANGELOG.md +++ b/packages/sensors_plus_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ -## 1.0.0 +## 0.1.0 -* initial release +- Transfer to plus-plugins monorepo + +## 0.0.1 + +- initial release diff --git a/packages/sensors_plus_platform_interface/pubspec.yaml b/packages/sensors_plus_platform_interface/pubspec.yaml index 19cbc46851..e3c963c9b7 100644 --- a/packages/sensors_plus_platform_interface/pubspec.yaml +++ b/packages/sensors_plus_platform_interface/pubspec.yaml @@ -1,7 +1,7 @@ name: sensors_plus_platform_interface description: A common platform interface for the sensors_plus plugin. -homepage: https://github.com/fluttercommunity/sensors_plus/sensors_plus_platform_interface -version: 1.0.0 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/sensors_plus_platform_interface +version: 0.1.0 dependencies: flutter: diff --git a/packages/sensors_plus_web/CHANGELOG.md b/packages/sensors_plus_web/CHANGELOG.md index 64f491bf45..3fae439fd6 100644 --- a/packages/sensors_plus_web/CHANGELOG.md +++ b/packages/sensors_plus_web/CHANGELOG.md @@ -1,3 +1,7 @@ -## 1.0.0 +## 0.1.0 -* initial release +- Transfer to plus-plugins monorepo + +## 0.0.1 + +- initial release diff --git a/packages/sensors_plus_web/pubspec.yaml b/packages/sensors_plus_web/pubspec.yaml index ef8e06be88..5067d6eb09 100644 --- a/packages/sensors_plus_web/pubspec.yaml +++ b/packages/sensors_plus_web/pubspec.yaml @@ -1,7 +1,7 @@ name: sensors_plus_web description: The web implementation of sensors_plus -version: 1.0.0 -homepage: https://github.com/fluttercommunity/sensors_plus/sensors_plus_web +version: 0.1.0 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/sensors_plus_web environment: sdk: '>=2.7.0 <3.0.0' diff --git a/packages/share_plus/CHANGELOG.md b/packages/share_plus/CHANGELOG.md index 167a0eb67d..2c262f8b35 100644 --- a/packages/share_plus/CHANGELOG.md +++ b/packages/share_plus/CHANGELOG.md @@ -1,126 +1,130 @@ -## 1.0.0 +## 0.8.0 -* Add Linux support for basic share capabilities. +- Transfer to plus-plugins monorepo + +## 0.7.0 + +- Add Linux support for basic share capabilities. ## 0.6.6 -* Transfer package to Flutter Community under new name `share_plus`. +- Transfer package to Flutter Community under new name `share_plus`. ## 0.6.5 -* Added support for sharing files +- Added support for sharing files ## 0.6.4+5 -* Update package:e2e -> package:integration_test +- Update package:e2e -> package:integration_test ## 0.6.4+4 -* Update package:e2e reference to use the local version in the flutter/plugins +- Update package:e2e reference to use the local version in the flutter/plugins repository. ## 0.6.4+3 -* Post-v2 Android embedding cleanup. +- Post-v2 Android embedding cleanup. ## 0.6.4+2 -* Update lower bound of dart dependency to 2.1.0. +- Update lower bound of dart dependency to 2.1.0. ## 0.6.4+1 -* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0). +- Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0). ## 0.6.4 -* Remove Android dependencies fallback. -* Require Flutter SDK 1.12.13+hotfix.5 or greater. -* Fix CocoaPods podspec lint warnings. +- Remove Android dependencies fallback. +- Require Flutter SDK 1.12.13+hotfix.5 or greater. +- Fix CocoaPods podspec lint warnings. ## 0.6.3+8 -* Replace deprecated `getFlutterEngine` call on Android. +- Replace deprecated `getFlutterEngine` call on Android. ## 0.6.3+7 -* Updated gradle version of example. +- Updated gradle version of example. ## 0.6.3+6 -* Make the pedantic dev_dependency explicit. +- Make the pedantic dev_dependency explicit. ## 0.6.3+5 -* Remove the deprecated `author:` field from pubspec.yaml -* Migrate the plugin to the pubspec platforms manifest. -* Require Flutter SDK 1.10.0 or greater. +- Remove the deprecated `author:` field from pubspec.yaml +- Migrate the plugin to the pubspec platforms manifest. +- Require Flutter SDK 1.10.0 or greater. ## 0.6.3+4 -* Fix pedantic lints. This shouldn't affect existing functionality. +- Fix pedantic lints. This shouldn't affect existing functionality. ## 0.6.3+3 -* README update. +- README update. ## 0.6.3+2 -* Remove AndroidX warnings. +- Remove AndroidX warnings. ## 0.6.3+1 -* Include lifecycle dependency as a compileOnly one on Android to resolve +- Include lifecycle dependency as a compileOnly one on Android to resolve potential version conflicts with other transitive libraries. ## 0.6.3 -* Support the v2 Android embedder. -* Update to AndroidX. -* Migrate to using the new e2e test binding. -* Add a e2e test. +- Support the v2 Android embedder. +- Update to AndroidX. +- Migrate to using the new e2e test binding. +- Add a e2e test. ## 0.6.2+4 -* Define clang module for iOS. +- Define clang module for iOS. ## 0.6.2+3 -* Fix iOS crash when setting subject to null. +- Fix iOS crash when setting subject to null. ## 0.6.2+2 -* Update and migrate iOS example project. +- Update and migrate iOS example project. ## 0.6.2+1 -* Specify explicit type for `invokeMethod`. -* Use `const` for `Rect`. -* Updated minimum Flutter SDK to 1.6.0. +- Specify explicit type for `invokeMethod`. +- Use `const` for `Rect`. +- Updated minimum Flutter SDK to 1.6.0. ## 0.6.2 -* Add optional subject to fill email subject in case user selects email app. +- Add optional subject to fill email subject in case user selects email app. ## 0.6.1+2 -* Update Dart code to conform to current Dart formatter. +- Update Dart code to conform to current Dart formatter. ## 0.6.1+1 -* Fix analyzer warnings about `const Rect` in tests. +- Fix analyzer warnings about `const Rect` in tests. ## 0.6.1 -* Updated Android compileSdkVersion to 28 to match other plugins. +- Updated Android compileSdkVersion to 28 to match other plugins. ## 0.6.0+1 -* Log a more detailed warning at build time about the previous AndroidX +- Log a more detailed warning at build time about the previous AndroidX migration. ## 0.6.0 -* **Breaking change**. Migrate from the deprecated original Android Support +- **Breaking change**. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to [also migrate](https://developer.android.com/jetpack/androidx/migrate) if they're @@ -128,56 +132,56 @@ ## 0.5.3 -* Added missing test package dependency. -* Bumped version of mockito package dependency to pick up Dart 2 support. +- Added missing test package dependency. +- Bumped version of mockito package dependency to pick up Dart 2 support. ## 0.5.2 -* Fixes iOS sharing +- Fixes iOS sharing ## 0.5.1 -* Updated Gradle tooling to match Android Studio 3.1.2. +- Updated Gradle tooling to match Android Studio 3.1.2. ## 0.5.0 -* **Breaking change**. Namespaced the `share` method inside a `Share` class. -* Fixed crash when sharing on iPad. -* Added functionality to specify share sheet origin on iOS. +- **Breaking change**. Namespaced the `share` method inside a `Share` class. +- Fixed crash when sharing on iPad. +- Added functionality to specify share sheet origin on iOS. ## 0.4.0 -* **Breaking change**. Set SDK constraints to match the Flutter beta release. +- **Breaking change**. Set SDK constraints to match the Flutter beta release. ## 0.3.2 -* Fixed Dart 2 type error. +- Fixed Dart 2 type error. ## 0.3.1 -* Simplified and upgraded Android project template to Android SDK 27. -* Updated package description. +- Simplified and upgraded Android project template to Android SDK 27. +- Updated package description. ## 0.3.0 -* **Breaking change**. Upgraded to Gradle 4.1 and Android Studio Gradle plugin +- **Breaking change**. Upgraded to Gradle 4.1 and Android Studio Gradle plugin 3.0.1. Older Flutter projects need to upgrade their Gradle setup as well in order to use this version of the plugin. Instructions can be found [here](https://github.com/flutter/flutter/wiki/Updating-Flutter-projects-to-Gradle-4.1-and-Android-Studio-Gradle-plugin-3.0.1). ## 0.2.2 -* Added FLT prefix to iOS types +- Added FLT prefix to iOS types ## 0.2.1 -* Updated README -* Bumped buildToolsVersion to 25.0.3 +- Updated README +- Bumped buildToolsVersion to 25.0.3 ## 0.2.0 -* Upgrade to new plugin registration. (https://groups.google.com/forum/#!topic/flutter-dev/zba1Ynf2OKM) +- Upgrade to new plugin registration. (https://groups.google.com/forum/#!topic/flutter-dev/zba1Ynf2OKM) ## 0.1.0 -* Initial Open Source release. +- Initial Open Source release. diff --git a/packages/share_plus/ios/share_plus.podspec b/packages/share_plus/ios/share_plus.podspec index 77206cad08..226cc317a0 100644 --- a/packages/share_plus/ios/share_plus.podspec +++ b/packages/share_plus/ios/share_plus.podspec @@ -12,7 +12,7 @@ Downloaded by pub (not CocoaPods). s.homepage = 'https://github.com/flutter/plugins' s.license = { :type => 'BSD', :file => '../LICENSE' } s.author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' } - s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/share' } + s.source = { :http => 'https://github.com/flutter/plugins/tree/main/packages/share' } s.documentation_url = 'https://pub.dev/packages/share' s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' diff --git a/packages/share_plus/pubspec.yaml b/packages/share_plus/pubspec.yaml index b2dfb19873..796078775f 100644 --- a/packages/share_plus/pubspec.yaml +++ b/packages/share_plus/pubspec.yaml @@ -1,8 +1,7 @@ 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. -homepage: https://github.com/fluttercommunity/share_plus -version: 1.0.0 +description: Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS. +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus +version: 0.8.0 flutter: plugin: diff --git a/packages/share_plus_linux/CHANGELOG.md b/packages/share_plus_linux/CHANGELOG.md index 21d96888ef..d926b60b25 100644 --- a/packages/share_plus_linux/CHANGELOG.md +++ b/packages/share_plus_linux/CHANGELOG.md @@ -1,3 +1,7 @@ -## [1.0.0] - TODO: Add release date. +## 0.1.0 -* Initial Linux support. +- Transfer to plus-plugins monorepo + +## 0.0.1 + +- Initial Linux support. diff --git a/packages/share_plus_linux/pubspec.yaml b/packages/share_plus_linux/pubspec.yaml index 7172d9badc..553d72b5c8 100644 --- a/packages/share_plus_linux/pubspec.yaml +++ b/packages/share_plus_linux/pubspec.yaml @@ -1,7 +1,7 @@ name: share_plus_linux description: Linux implementation of the share_plus plugin -homepage: https://github.com/fluttercommunity/share_plus/share_plus_linux -version: 1.0.0 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus_linux +version: 0.1.0 environment: sdk: ">=2.7.0 <3.0.0" diff --git a/packages/share_plus_platform_interface/CHANGELOG.md b/packages/share_plus_platform_interface/CHANGELOG.md index 32f490b5fe..cf3fa1cb11 100644 --- a/packages/share_plus_platform_interface/CHANGELOG.md +++ b/packages/share_plus_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ -## 1.0.0 +## 0.1.0 -* Initial release +- Transfer to plus-plugins monorepo + +## 0.0.1 + +- Initial release diff --git a/packages/share_plus_platform_interface/pubspec.yaml b/packages/share_plus_platform_interface/pubspec.yaml index 8eebc0f087..3b6faf3854 100644 --- a/packages/share_plus_platform_interface/pubspec.yaml +++ b/packages/share_plus_platform_interface/pubspec.yaml @@ -1,7 +1,7 @@ name: share_plus_platform_interface description: A common platform interface for the share_plus plugin. -homepage: https://github.com/fluttercommunity/share_plus -version: 1.0.0 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus +version: 0.1.0 dependencies: flutter: diff --git a/packages/share_plus_windows/CHANGELOG.md b/packages/share_plus_windows/CHANGELOG.md index 7c9d1c3528..a4a7d1de1e 100644 --- a/packages/share_plus_windows/CHANGELOG.md +++ b/packages/share_plus_windows/CHANGELOG.md @@ -1,3 +1,7 @@ -## [1.0.0] - TODO: Add release date. +## 0.1.0 -* Initial Windows support. +- Transfer to plus-plugins monorepo + +## 0.0.1 + +- Initial Windows support. diff --git a/packages/share_plus_windows/pubspec.yaml b/packages/share_plus_windows/pubspec.yaml index b8209b9b0f..851abfa291 100644 --- a/packages/share_plus_windows/pubspec.yaml +++ b/packages/share_plus_windows/pubspec.yaml @@ -1,7 +1,7 @@ name: share_plus_windows description: Windows implementation of the share_plus plugin -homepage: https://github.com/fluttercommunity/share_plus/share_plus_windows -version: 1.0.0 +homepage: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus_windows +version: 0.1.0 environment: sdk: ">=2.7.0 <3.0.0"