packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
This PR updates VideoPlayerController network constructor to fix a bug with the datasource type. The solution follows the comments on the issue [#121927](https://github.com/flutter/flutter/issues/121927). Fixes [#121927](https://github.com/flutter/flutter/issues/121927) ## Pre-launch Checklist - [x]...
Add `VideoPlayerController.networkUri` and deprecate `VideoPlayerController.network` See https://github.com/flutter/flutter/issues/121927 Update README to effect the new changes Update example folder remove deprecated `VideoPlaterController.network` ## Pre-launch Checklist - [x] I read the [Contributor Guide]...
https://github.com/flutter/flutter/compare/2ad6cd72c040...90c64ed42ba5 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-stable-packages Please CC [email protected],[email protected],[email protected] on the revert to ensure that a...
https://github.com/flutter/flutter/compare/250a6c294264...af6029c8fe5f 2023-03-23 [email protected] c0fbe5a53 Roll Dart SDK from 9256fffbd5af to e8e045620234 (1 revision) (flutter/engine#40561) (flutter/flutter#123336) 2023-03-23 [email protected] implement Iterator and Comparable instead of extending them (flutter/flutter#123282) 2023-03-23 [email protected] Stop serving...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.7 to 2.2.8. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog [UNRELEASED] No user facing changes. 2.2.8 - 22 Mar 2023 Update default CodeQL bundle version to...
Adds `onPushRoute` to the **GoRouter**. ```dart GoRouter( ... onPushRoute: (RouteInformation routeInformation) { final location = routeInformation.location; if(location == '/prevent') return PushRouteDecision.prevent; // intercepts the route completely if(location == '/delegate') return...
Adding the pointer file that points to the autosubmit configuration in flutter/.github. *List which issues are fixed by this PR. You must list at least one issue.* *If you had...
Manual roll Flutter from 1ba3f99bb0aa to f68a676353ed (37 revisions) Manual roll requested by [email protected] https://github.com/flutter/flutter/compare/1ba3f99bb0aa...f68a676353ed 2023-03-22 [email protected] Workaround for exhaustivness bug in dart2js (flutter/flutter#123242) 2023-03-22 [email protected] Remove 1745 decorative breaks...
`ServicesBinding.instance.defaultBinaryMessenger` is going to be replaced by `tester.binding.defaultBinaryMessenger`. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I...
https://github.com/flutter/flutter/compare/a8afbfa22e34...4831dd99efa4 2023-03-24 49699333+dependabot[bot]@users.noreply.github.com Bump actions/checkout from 3.4.0 to 3.5.0 (flutter/flutter#123431) 2023-03-24 [email protected] 6c2dafed5 Avoid implicit conversions to floats in dart:ui (flutter/engine#40098) (flutter/flutter#123433) 2023-03-24 [email protected] 608d5b214 Added additional uri field to...