Brett Morgan
3bafa557f7
Update `sdk` constraint range and update runners ( #1706 )
2 years ago
Brett Morgan
0a862ea4c1
Update runners ( #1658 )
...
* Update runners
* Elide `experimental/pedometer` from CI
* Mark `primary` scroll view
* Re-enable "experimental/pedometer"
2 years ago
Brett Morgan
3e9bb78aec
Create `analysis_defaults` package ( #1654 )
...
* Create `analysis_defaults` package
* Update analysis_defaults/pubspec.yaml
Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>
---------
Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>
2 years ago
Brett Morgan
ccd68f34e2
Beta ( #1234 )
3 years ago
dependabot[bot]
2f9a3f8f20
Bump url_launcher from 6.1.0 to 6.1.1 in /navigation_and_routing ( #1246 )
...
Bumps [url_launcher](https://github.com/flutter/plugins ) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/flutter/plugins/releases )
- [Commits](https://github.com/flutter/plugins/compare/url_launcher-v6.1.0...url_launcher-v6.1.1 )
---
updated-dependencies:
- dependency-name: url_launcher
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
47fac56c8e
Bump quiver from 3.0.1+1 to 3.1.0 in /navigation_and_routing ( #1215 )
...
Bumps [quiver](https://github.com/google/quiver-dart ) from 3.0.1+1 to 3.1.0.
- [Release notes](https://github.com/google/quiver-dart/releases )
- [Changelog](https://github.com/google/quiver-dart/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/quiver-dart/compare/3.0.1...3.1.0 )
---
updated-dependencies:
- dependency-name: quiver
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
3c904b32df
Bump url_launcher from 6.0.20 to 6.1.0 in /navigation_and_routing ( #1137 )
...
Bumps [url_launcher](https://github.com/flutter/plugins ) from 6.0.20 to 6.1.0.
- [Release notes](https://github.com/flutter/plugins/releases )
- [Commits](https://github.com/flutter/plugins/compare/url_launcher-v6.0.20...url_launcher-v6.1.0 )
---
updated-dependencies:
- dependency-name: url_launcher
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Brett Morgan
a481c264cd
Remove git:// url, update deps, fix `destop_photo_search` ( #1052 )
3 years ago
Miguel Beltran
c452c1fcce
Add window desktop setup to navigation_and_routing ( #1043 )
3 years ago
Kevin Moore
b0745a00d4
General cleanup: consistent quoting, sort dependencies, ( #859 )
...
single quotes everywhere
fix comment references
3 years ago
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
3 years ago
Brett Morgan
6e9824dc12
flutter pub update & various fixes ( #627 )
4 years ago
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
4 years ago