Brett Morgan
8932e60976
`web/charts`: Migrate to null safety ( #921 )
3 years ago
Brett Morgan
d14e79b833
`filipino_cuisine`: migrate to null safety ( #920 )
3 years ago
Brett Morgan
3905b45fba
Update pubspec.lock to be in line with pubspec.yaml ( #917 )
3 years ago
Brett Morgan
dead5df178
Update the issue tracker to `flutter/samples` tracker ( #912 )
3 years ago
Brett Morgan
2d9ba2f9eb
`web/chart`: fix sample ( #909 )
3 years ago
Brett Morgan
0fe216a1cf
Make the URL for the data JSON file absolute. ( #902 )
...
* Make the URL for the data JSON file absolute.
* dart format
3 years ago
imthegithubuser
5b1045187a
Spelling corrected ( #908 )
3 years ago
Robert Stevens
3d4b6f45fe
Updated the dart english_words package to 4.0.0 ( #907 )
3 years ago
John Ryan
cdab12421c
Add form_app and navigation_and_routing samples to CI scripts ( #905 )
3 years ago
John Ryan
9a9f0210b7
Update mockito in form_app ( #904 )
3 years ago
Michael Thomsen
3de664f9e7
Link to dart.dev docs for lints ( #901 )
3 years ago
Brett Morgan
3914822ecb
Update `slide_puzzle` ( #900 )
3 years ago
Brett Morgan
583457dc75
Drop author from pubspecs, organise imports ( #899 )
3 years ago
Brett Morgan
297f6b0b96
Upgrade deps, format, fix web/filipino_cuisine ( #898 )
...
fixes: https://github.com/flutter/samples/issues/897
3 years ago
Majid Hajian
7665752896
Remove extra ios_books in bash code ( #868 )
3 years ago
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
3 years ago
Andrew Brogdon
4cac0e6661
Lands beta branch into master for 2.5 ( #895 )
3 years ago
gaaclarke
e43698fa01
updated add_to_app sample to pigeon 1.0 ( #894 )
3 years ago
Abdullah Deshmukh
69abb6146a
Add separate driver file for performance tests ( #890 )
3 years ago
Abdullah Deshmukh
912418be86
Add desktop runners ( #892 )
3 years ago
Jenn Magder
79c7cc70a5
Stop excluding arm64 from simulator iOS add-to-app host app archs ( #891 )
3 years ago
Kevin Moore
2084742612
RouteState: make field final private ( #888 )
3 years ago
Kevin Moore
c9688ca34b
Move library to a top-level variable, since it never changes ( #887 )
3 years ago
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
3 years ago
Kevin Moore
ad6dc454f2
cleanup: remove old snippets from navigation and routing ( #882 )
3 years ago
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
3 years ago
Abdullah Deshmukh
410e43fbc1
[linting_tool] Prepare for release ( #880 )
3 years ago
Abdullah Deshmukh
0aad30fc5b
Add new DefaultRulesPage ( #875 )
3 years ago
Abdullah Deshmukh
1e00fd0bde
[linting_tool] Implement editing profile ( #874 )
3 years ago
Abdullah Deshmukh
bd4fa28584
Implements default lints page ( #871 )
3 years ago
Abdullah Deshmukh
a68f3f57d6
[linting_tool] Stop duplication of rules in the same profile ( #870 )
3 years ago
Abdullah Deshmukh
9986fe2f2c
[linting_tool] Implement exporting profiles ( #869 )
3 years ago
John Ryan
a46327ef80
Fix <base href="/"> tags in hosted samples, if required. ( #867 )
...
* Fix <base href="/"> tags in hosted samples, if required.
* add trailing slash
3 years ago
Michael Thomsen
ba58407a26
Update samples.yaml ( #866 )
3 years ago
Abdullah Deshmukh
bbb8e342f1
[linting_tool] Implement saving rules to DB ( #860 )
3 years ago
John Ryan
1818925286
Add navigation_and_routing sample to visual sample index ( #863 )
3 years ago
John Ryan
7de8fafcee
Fix sample index deployment action ( #862 )
...
* Update sample index dependencies
* Update to tuneup 0.3.8, update dependencies
* Upgrade to null safety, lock sass version
* fix analyzer warnings
* Fix unit tests
* Fix issues from upgrading to null safety
3 years ago
Andrew Brogdon
699cc3a8c5
Pinning versions to commits ( #861 )
3 years ago
Kevin Moore
b0745a00d4
General cleanup: consistent quoting, sort dependencies, ( #859 )
...
single quotes everywhere
fix comment references
3 years ago
Brett Morgan
89093cac71
Update README.md ( #858 )
3 years ago
idkq
228bc80b9a
Did you mean to use .go here? ( #857 )
3 years ago
Naoki Ishikawa
a6ac643fe0
fix typo (manger to manager) ( #854 )
3 years ago
Arash
52fa15609c
Update samples.yaml ( #855 )
...
Fix incorrect URL source of Platform View Swift sample
3 years ago
Abdullah Deshmukh
6bac1b9694
[linting_tool] Add lint rules list ( #856 )
3 years ago
Andrew Brogdon
3b65403631
Update README.md ( #853 )
...
Probably shouldn't have the README mention a widget that no longer exists.
3 years ago
Abdullah Deshmukh
8e73c73f4b
[linting_tool] Add Adaptive Layout with Theming ( #852 )
3 years ago
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
3 years ago
Brett Morgan
d3c4645a42
`flutter analyze` -> `dart analyze` ( #849 )
3 years ago
John Ryan
1403e67144
Exit the sample index deployment CI script if a sub-process fails ( #847 )
3 years ago
Brett Morgan
054360e2a4
flutter format -> dart format ( #846 )
3 years ago