Eric Windmill
|
719fd72c38
|
Flutter 3.29 beta (#2571)
|
7 months ago |
Sasank Tumpati
|
0e1355841d
|
Fixed ThemeData in the Flutter Samples unnecessarily includes useMaterial3 = true (Issue #2214) (#2217)
|
1 year ago |
Miguel Beltran
|
93db48966c
|
Explicit import for Platform and kIsWeb (#1898)
Following the ideas in flutter/website#7798 I have changed the imports
needed for Platform and kIsWeb to be explicitly named.
## Pre-launch Checklist
- [ ] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [ ] I signed the [CLA].
- [ ] I read the [Contributors Guide].
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].
<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
|
2 years ago |
Miguel Beltran
|
effc48c16b
|
Migrate form_app to Material 3 (#1612)
|
3 years ago |
Miguel Beltran
|
0f6a83258c
|
Add go_router to form_app (#1522)
* Add go_router to form_app
* format
* add trailing comas
|
3 years ago |
Brett Morgan
|
58bc5d7a58
|
Deps update, utilize `super.key` (#1265)
* Deps update, utilize `super.key`
* `flutter format`
|
3 years ago |
Miguel Beltran
|
35713ac2d9
|
rename constants (#1047)
|
4 years ago |
Miguel Beltran
|
6d7ff34d62
|
Add desktop window setup to form_app (#1039)
|
4 years ago |
John Ryan
|
d3c6253f85
|
Migrate form_app to null safety (#925)
|
4 years ago |
Brett Morgan
|
12ba3b2245
|
Add flutter_lints to form_app (#822)
|
4 years ago |
John Ryan
|
4a30a67a63
|
move experimental/form_app to root of project (#623)
This allows us to reference this sample from other places.
See https://github.com/flutter/flutter/pull/70321 for more context.
|
5 years ago |