Tags: ElegantCrab/packages
Tags
[pigeon] Make dart options const (flutter#3186) * make dart options const * version bump * add dartoptions to configure_pigeon_dart_out.dart * major version bump * add final * undo final changes * changelog * unbreak --------- Co-authored-by: tarrinneal <[email protected]>
[go_router] Add support for Iterable, List and Set to TypedGoRoute (f… …lutter#2698) * fixes #108437 support for iterable, list and set in for TypedGoRoute * temporary fix for analyzer ci, will be fixed in go_router_builder code generator * Revert "temporary fix for analyzer ci, will be fixed in go_router_builder code generator" This reverts commit 6ae5026. * added temporary ignore directive * Revert "added temporary ignore directive" This reverts commit 48bdeb5. * fix merge conflict and temoporary remove go_router_builder/example analysis checks * fix temoporary go_router_builder/example analysis checks and restored global analysis * fix ci * version
[go_router] [shell_route] Add observers parameter (flutter#2664) * [go_router] [shell_route] Add observers parameter * [go_router] [shell_route] Add observers parameter test * Added Licence for shell_route_observers_test.dart * [go_router] [shell_route] Added type annotation to shell_route_observers_test.dart * [go_router] [shell_route] Use `HeroControllerScope` for nested Navigator * Use the correct HeroController based on the App type. * Cache the HeroController for the nested Navigator. * Clean up previous cache to prevent memory leak. * Added better cache-clearing policy for the HeroController cache. * Fixed Typos Co-authored-by: chunhtai <[email protected]> * Fixed Typos Co-authored-by: chunhtai <[email protected]> * [go_router] [shell_route] Added a better Hero test Credits to @flodaniel! --------- Co-authored-by: chunhtai <[email protected]>
[flutter_markdown] Require pkg:markdown v7.0.0 (flutter#3194) * [flutter_markdown] Require pkg:markdown v7.0.0 Remove code that supports markdown ^6.0.0 Closes flutter/flutter#120486 * remove comment * whitespace silly
[xdg_directories] Mark as 1.0 (flutter#3091) * [xdg_directories] Mark as 1.0 We've been using this as the foundation for `path_provider_linux` for quite some time, meaning it's had a lot of real-world testing, and we've barely needed to change it. Given that, 1.0 better reflects the current state of the package. * Style fix
[pigeon] Change the Obj-C error type for FlutterApi (flutter#3182) * Add warnings-as-errors for test code, and fix issues * Move a file-specific Dart helper into its class * Conditionalize an Obj-C helper * Make the breaking change to fix the error type * Fix typo * More test updates
[go_router] Adds `reverseTransitionDuration` to `CustomTransitionPage` ( flutter#3175) * Add reverseTransitionDuration to CustomTransitionPage * remove hero widget from example and modify some tests * fix test for reverseTransitionDuration * update version to 6.0.5 * update version to 6.0.6
[go_router] Avoid unnecessary null checks (flutter#3142) * Avoid unnecessary null checks The public static analysis complained about these errors and deducted the final package score on pub.dev * Upgrade package version
[go_router_builder] Support default values for route parameters (flut… …ter#2826) * ✨ Support default value in route parameters * 📝 Update the example to include default value * ✅ Update the tests * ⬆️ Update the version number * 🔊 Throw an error when a default value is used with a nullable type * ✅ Add tests on default values * 🚨 Specify type annotation * 📝 Update README * ✏️ equal -> that equals
[go_router] Fix redirection log (flutter#3032) * add toString to RouteMatchList * use more explicit toString * add test * fix formatting * update version and changelog
PreviousNext