packages icon indicating copy to clipboard operation
packages copied to clipboard

A collection of useful packages maintained by the Flutter team

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

Migrated package to null safety *List which issues are fixed by this PR. You must list at least one issue.* Fixes: [#98647](https://github.com/flutter/flutter/issues/98647) *If you had to change anything in the...

p: web_benchmarks

This builds on https://github.com/flutter/packages/pull/2406, and is the work of @rena987, cloned from https://github.com/flutter/packages/pull/2439, I'm just landing it for her, since she has left. Added builders and logic to the existing...

This adds ShellRoute, a new route type that builds an inner Navigator: ```dart final GoRouter _router = GoRouter( navigatorKey: _rootNavigatorKey, routes: [ /// Application shell ShellRoute( path: '/', defaultRoute: '/a',...

p: go_router

https://github.com/flutter/packages/pull/2406 Added builders and logic to the existing merged pull request above and updated examples and their respective tests.

Previously the extra parameter is not stored in browser session. When the browser backward and forward, it only sends url to the GoRouter without extra parameter. It may crash if...

p: go_router

Apply new format rules to some dart files. This fixes the flutter -> plugin roll Flutter roll included: https://github.com/flutter/packages/pull/2448 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and...

p: metrics_center
p: flutter_markdown
needs tests
override: no versioning needed
override: no changelog needed

In this PR I'm adding 2 new methods, pushAsync and pushNamedAsync, that allows you to wait for a value when the widget pushed pops, like in navigator 1.0. Fixes https://github.com/flutter/flutter/issues/99663....

p: go_router_builder
p: go_router

This should close https://github.com/flutter/flutter/issues/109440 *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...

needs tests
p: go_router

fixes https://github.com/flutter/flutter/issues/108390 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page,...

p: go_router

Update the package table in README.md *List which issues are fixed by this PR. You must list at least one issue.* N/A (docs update) *If you had to change anything...