1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
Brett Morgan
9d8aa333ee Update for Material changes & run rebuild scripts (#1412) 2022-09-01 11:01:17 +10:00
Brett Morgan
3a0a652984 Add use_super_parameters lint (#1269) 2022-05-17 02:53:27 -07:00
Brett Morgan
58bc5d7a58 Deps update, utilize super.key (#1265)
* Deps update, utilize `super.key`

* `flutter format`
2022-05-13 12:31:56 -07:00
Brett Morgan
ccd68f34e2 Beta (#1234) 2022-05-11 12:48:11 -07:00
Brett Morgan
f998c9577e Add unawaited_futures (#1148) 2022-04-27 09:24:19 +10:00
Miguel Beltran
c452c1fcce Add window desktop setup to navigation_and_routing (#1043) 2022-03-08 11:04:47 +10:00
Ahmed Ashour
50d5dd968b Remove unnecessary types (#946) 2022-01-05 10:39:45 +10:00
Andrew Brogdon
664b63c03c Updates for 2.8! (#961) 2021-12-09 13:15:57 +10:00
Ahmed Ashour
822a046c08 Fix typo (#944) 2021-11-01 16:15:45 -07:00
Ahmed Ashour
ce84cdc2e5 Remove ignore prefer_initializing_formals (#945) 2021-11-01 16:14:07 -07:00
John Ryan
bf823550ed Reverts the default animation behavior to be based on the platform, (#896)
not the kIsWeb flag:

https://github.com/flutter/flutter/issues/82053
2021-09-20 09:05:32 -07:00
Kevin Moore
2084742612 RouteState: make field final private (#888) 2021-08-26 16:52:38 -07:00
Kevin Moore
c9688ca34b Move library to a top-level variable, since it never changes (#887) 2021-08-26 16:18:40 -07:00
Kevin Moore
ecf716dcab navigation_and_routing: a bunch of cleanup (#886)
Fail early on nullable context objects - no code paths allow null
Eliminate superfluous private function
Use a function over an abstract class with one method
2021-08-26 16:14:29 -07:00
Kevin Moore
fa7dec1475 Cleanup to navigation_and_routing sample (#881)
- make more things private and final, where possible
- remove unused members
- used expression bodies, where possible
2021-08-26 09:16:27 -07:00
Kevin Moore
b0745a00d4 General cleanup: consistent quoting, sort dependencies, (#859)
single quotes everywhere
fix comment references
2021-08-02 10:57:30 -07:00
idkq
228bc80b9a Did you mean to use .go here? (#857) 2021-07-28 16:35:33 -07:00
John Ryan
35f1670098 Update Navigation and Routing sample (#851)
* Add duration parameter to FadeTransitionPage

* Use didChangeDependencies instead of didUpdateWidget

* Don't notify listeners if the path hasn't changed

* Update navigation sample WIP

* Use Link and RouteStateScope in settings screen

* update README

* use named parameters for Library.addBook()

* Make _handleAuthStateChanged synchronous

* add missing copyright headers

* Address code review comments

* Address code review comments
2021-07-12 14:22:53 -07:00
John Ryan
ae3c4e3c47 Replace navigation_and_routing with a new sample (#832)
* move snippets into old_snippets directory

* add new navigation_and_routing sample

* add copyright headers

* Apply #827 to old_snippets/ directory and upgrade them to null safety

* Code review comments

- Move Guard class into parser.dart
- Move usage of guards from Delegate to RouteInformationParser
- Rename delegate to SimpleRouterDelegate

* clean up imports

* refactor settings screen, fix bug

* avoid conflicting paths /books/new and /books/1 - rename to book/1

* dispose fields in _BookstoreState class

* remove /books path

This was causing problems

* add comment

* Change BookstoreAuthScope and BookstoreAuthScope to InheritedNotifier

* fix warnings

* Make the initial route configurable, set to '/signin'

* Enable deep linking

https://flutter.dev/docs/development/ui/navigation/deep-linking

* use path URL strategy on the web.

* remove TODO, add comment
2021-07-08 07:48:17 -07:00
Michael Goderbauer
252c6fcb57 Change router examples to use SynchronousFuture (#796) 2021-05-18 07:47:04 -07:00
Todd Volkert
9d50bdf494 Change the sci-fi books we use in our samples (#783) 2021-03-26 15:43:36 -07:00
John Ryan
43189d90f8 Rename Navigator 2.0 to Router (#712)
* Rename Navigator 2.0 to Router

This aligns better with the documentation for this new API, and doesn't
imply that apps need to be upgraded.

* introduction -> navigator
2021-02-11 08:59:55 -08:00
Brett Morgan
622e8d55d3 Migrate to the New Material Buttons (#668) 2021-01-27 13:20:50 +11:00
Sashika Nawarathne
4ae90f3aa9 Fix minor warnings (#673) 2021-01-25 12:31:38 +11:00
John Ryan
d73beef792 Add navigator 2 samples (#606)
* add navigation_and_routing sample

* Add navigation samples and README

* remove "goals" section

* add newlines

* add copyright headers

* Update README, remove pubspec comments, add description
2020-12-11 17:27:01 -08:00