Sasank Tumpati
0e1355841d
Fixed ThemeData in the Flutter Samples unnecessarily includes useMaterial3 = true (Issue #2214 ) ( #2217 )
8 months 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
1 year ago
Brett Morgan
36e7a6ab04
Update for Flutter 3.10 beta ( #1746 )
...
## Pre-launch Checklist
- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [x] I updated/added relevant documentation (doc comments with `///`).
- [ ] All existing and new tests are passing.
---------
Co-authored-by: David Iglesias <ditman@gmail.com>
Co-authored-by: Mark Thompson <2554588+MarkTechson@users.noreply.github.com>
Co-authored-by: John Ryan <ryjohn@google.com>
2 years ago
Miguel Beltran
effc48c16b
Migrate form_app to Material 3 ( #1612 )
2 years ago
Brett Morgan
5401bb88b4
Flutter 3.7.0 ( #1556 )
...
* Update `simplistic_editor` for Flutter 3.4 beta
* Re-enable beta and master CI
* Disable on master
* Added sample code for using plugins and channels from background isolates.
* goderbauer feedback 1
* goderbauer feedback2
* goderbauer feedback 3
* Add `background_isolate_channels` to CI
* Enable beta CI
* Enable all `stable` CI projects
* `dart fix --apply`
* `print` -> `denugPrint`
* Make deps min version not pinned
* Drop `_isDebug`
* Remove unused import
* `dart format`
* Fixup `linting_tool`
* Fixup `form_app`
* Enable all `master` CI
* Basic fixes
* Patch `simplistic_editor`
* Fix nl at eol
* Comment out `simplistic_editor`
* Incorporating @bleroux's latest changes
* Clean up CI scripts
* Copy `experimental/material_3_demo` to top level
* Update `game_template`
* Update `animations`
* Update `desktop_photo_search`
* Update `flutter_maps_firestore`
* Update `form_app`
* Update `infinite_list`
* Update `isolate_example`
* Update `jsonexample`
* Update `navigation_and_routing`
* Update `place_tracker`
* Update `platform_channels`
* Update `platform_design`
* Update `provider_shopper`
* Fixup `context_menus`
* `dart format`
* Update the main `material_3_demo`
* Make `tool/flutter_ci_script_stable.sh` executable again
Co-authored-by: Bruno Leroux <bruno.leroux@gmail.com>
Co-authored-by: Aaron Clarke <aaclarke@google.com>
2 years ago
Miguel Beltran
0f6a83258c
Add go_router to form_app ( #1522 )
...
* Add go_router to form_app
* format
* add trailing comas
2 years ago
Brett Morgan
9d8aa333ee
Update for Material changes & run rebuild scripts ( #1412 )
2 years ago
Brett Morgan
83f7059d83
Consolidated Flutter 3.3 update ( #1401 )
2 years ago
xster
ce35e45702
add thumbnails to the books example to make memory leaks easier to test ( #1353 )
...
* add thumbnails to the books example to make memory leaks easier to test
* also add profile build
* migrate material 3 demo code to avoid warning
* Revert "migrate material 3 demo code to avoid warning"
This reverts commit 7df37d9f65
.
* fix lints in various packages
* DoNothingAndStopPropagationIntent const conflicts between stable and beta, add lint ignore for now
2 years ago
Brett Morgan
58bc5d7a58
Deps update, utilize `super.key` ( #1265 )
...
* Deps update, utilize `super.key`
* `flutter format`
3 years ago
Brett Morgan
ccd68f34e2
Beta ( #1234 )
3 years ago
Miguel Beltran
35713ac2d9
rename constants ( #1047 )
3 years ago
Miguel Beltran
6d7ff34d62
Add desktop window setup to form_app ( #1039 )
3 years ago
Ahmed Ashour
29339b8334
Remove unneeded types ( #949 )
3 years ago
Andrew Brogdon
b01152dfe1
Removed FormDatePicker type param. ( #934 )
3 years ago
John Ryan
d3c6253f85
Migrate form_app to null safety ( #925 )
3 years ago
John Ryan
9a9f0210b7
Update mockito in form_app ( #904 )
3 years ago
Brett Morgan
12ba3b2245
Add flutter_lints to form_app ( #822 )
3 years ago
Alabhya
b6d9411aa1
Added Focusnodes in form sample ( #707 )
4 years ago
Alabhya
ba8ed34582
Added keyboard InputType in autofill form ( #681 )
4 years ago
Brett Morgan
622e8d55d3
Migrate to the New Material Buttons ( #668 )
4 years ago
Alabhya
9caf12257f
Replaced deprecated property with new one ( #640 )
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.
4 years ago