packages icon indicating copy to clipboard operation
packages copied to clipboard

A collection of useful packages maintained by the Flutter team

Results 551 packages issues
Sort by recently updated
recently updated
newest added

Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20220924 to 20230227. Release notes Sourced from org.json:json's releases. 20230227 Pull Request Description #723 Protect JSONML from stack overflow exceptions caused by recursion #720 Limit the XML...

needs tests
dependencies
java
p: in_app_purchase
platform-android

Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20220924 to 20230227. Release notes Sourced from org.json:json's releases. 20230227 Pull Request Description #723 Protect JSONML from stack overflow exceptions caused by recursion #720 Limit the XML...

needs tests
dependencies
java
p: in_app_purchase
platform-android

- Update documentation in DartIntegrationTest.java to include breadcrumb to documenation. flutter/flutter/issues/123017 flutter/flutter/issues/123017 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting...

autosubmit
p: camera
p: espresso
p: flutter_plugin_android_lifecycle
p: google_maps_flutter
p: google_sign_in
p: image_picker
p: in_app_purchase
p: local_auth
p: path_provider
p: quick_actions
platform-android
p: webview_flutter
p: video_player
p: url_launcher
p: shared_preferences

This is the final PR for the app facing camera package for the original flip/change camera PR on the old Plugins repo here: https://github.com/flutter/plugins/pull/6478 The application interface was merged here:...

p: camera

Converts the README from manually-maintained code snippets to using excerpts from a code file. Also updates the snippet slightly: - Adds an example of a nullable method, to show that...

autosubmit
p: path_provider

Adds `transitionDuration` parameter for specifying how long the animation should be. This adds the following suggestion from the issue https://github.com/flutter/flutter/issues/114272 > The duration of the animations are set to 1...

needs tests
p: flutter_adaptive_scaffold

Fixes [#122690](https://github.com/flutter/flutter/issues/122690) by removing added listener before unmounting the widget in the example code. I slightly changed the solution I proposed in the issue. I moved the code to remove...

needs tests
p: video_player

Converts the README from manually-maintained code snippets to using excerpts from a code file. Includes sanity check tests of the snippet code to make sure it runs successfully. Part of...

p: image_picker

Add the configuration file for configurable autosubmit. This will not do anything at the moment unless the configurable autosubmit is deployed to flutter-dashboard. I plan on deploying a test instance...

Rather than ignoring files by filename convention (*ActivityTest.java), look for the @DartIntegrationTest annotation that the test filter actually uses, to prevent accidentally excluding files. Also validate that the annotation is...