packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
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...
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...
- 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...
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:...
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...
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...
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...
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...
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...