Skip to content

Conversation

@snwagbata
Copy link
Owner

Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.

List which issues are fixed by this PR. You must list at least one issue.

If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I signed the CLA.
  • The title of the PR starts with the name of the plugin surrounded by square brackets, e.g. [shared_preferences]
  • I listed at least one issue that this PR fixes in the description above.
  • I updated pubspec.yaml with an appropriate new version according to the pub versioning philosophy.
  • I updated CHANGELOG.md to add a description of the change.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

stuartmorgan-g and others added 30 commits February 3, 2021 13:32
macOS federated plugin implementations that contain no Dart code just
need their Dart SDK bumped in order to be considered nullsafe.
macOS federated plugin implementations that contain no Dart code just
need their Dart SDK bumped in order to be considered nullsafe.
Adds a prominent note to CONTRIBUTING.md about the new policy regarding PRs for plugins for which there is a Flutter Community Plus Plugins equivalent.
ffi 0.3.0 supports the new memory allocation model in Dart 2.12.0-259 and later.
…#3234)

* Check Permissions

* Format

* Update packages/wifi_info_flutter/wifi_info_flutter/android/src/main/java/io/flutter/plugins/wifi_info_flutter/WifiInfoFlutter.java

Co-authored-by: Maurice Parrish <bmparr@google.com>

* Update packages/wifi_info_flutter/wifi_info_flutter/android/src/main/java/io/flutter/plugins/wifi_info_flutter/WifiInfoFlutter.java

Co-authored-by: Maurice Parrish <bmparr@google.com>

* Update packages/wifi_info_flutter/wifi_info_flutter/android/src/main/java/io/flutter/plugins/wifi_info_flutter/WifiInfoFlutter.java

Co-authored-by: Maurice Parrish <bmparr@google.com>

* Update packages/wifi_info_flutter/wifi_info_flutter/android/src/main/java/io/flutter/plugins/wifi_info_flutter/WifiInfoFlutter.java

Co-authored-by: Maurice Parrish <bmparr@google.com>

* Update packages/wifi_info_flutter/wifi_info_flutter/android/src/main/java/io/flutter/plugins/wifi_info_flutter/WifiInfoFlutter.java

Co-authored-by: Maurice Parrish <bmparr@google.com>

* Update packages/wifi_info_flutter/wifi_info_flutter/android/src/main/java/io/flutter/plugins/wifi_info_flutter/WifiInfoFlutter.java

Co-authored-by: Maurice Parrish <bmparr@google.com>

* Update packages/wifi_info_flutter/wifi_info_flutter/android/src/main/java/io/flutter/plugins/wifi_info_flutter/WifiInfoFlutter.java

Co-authored-by: Maurice Parrish <bmparr@google.com>

* Update packages/wifi_info_flutter/wifi_info_flutter/android/src/main/java/io/flutter/plugins/wifi_info_flutter/WifiInfoFlutter.java

Co-authored-by: Maurice Parrish <bmparr@google.com>

Co-authored-by: Maurice Parrish <bmparr@google.com>
* Added stopRecordingVideo

* Removed deprecation and made stopRecordingVideo return void

* Removed unused import

* Revert pubspec change

* Updated documentation

* removed stopRecordingVideo

* Update packages/camera/camera_platform_interface/lib/src/platform_interface/camera_platform.dart

Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>

* fixed formatting

* Remove coverage folders

* Updated documentation

* updated version

Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>
Migrate shared_preferences_windows to null safety
Migrate image_picker to null-safety
Migrating file_selector_interface to null-safety
…#3523)

Migrates shared_preferences_linux and shared_preferences_web to null-safety.
Flutter's video plugin can cause crashes after a closing a flutter view on simulator model iPhone X or higher

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment