Eric Windmill
fe4156713f
Move experimental ( #2680 )
...
Removes the remaining samples in `experimental`. They're now in the
flutter/demos repository.
*List which issues are fixed by this PR. For larger changes, raising an
issue first helps
reduce redundant work.*
#2520
## 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 have added sample code updates to the [changelog].
- [x] I updated/added relevant documentation (doc comments with `///`).
2025-07-08 10:25:41 -04:00
Eric Windmill
719fd72c38
Flutter 3.29 beta ( #2571 )
2025-02-12 18:08:01 -05:00
Eric Windmill
0cfd119903
Fixups ( #2310 )
...
Fixes #2301
---------
Co-authored-by: Brett Morgan <brett.morgan@gmail.com >
Co-authored-by: Brett Morgan <brettmorgan@google.com >
2024-05-30 07:28:23 +10:00
Sasank Tumpati
0e1355841d
Fixed ThemeData in the Flutter Samples unnecessarily includes useMaterial3 = true (Issue #2214 ) ( #2217 )
2024-03-20 20:16:39 +11:00
Taha Tesser
1a26473a50
Replace ButtonBar with OverflowBar ( #2072 )
...
This PR replaces `ButtonBar` with `OverflowBar` in preparation of
`ButtonBar` deprecation
related to https://github.com/flutter/flutter/issues/127955
## 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].
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [x] 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
---------
Co-authored-by: Brett Morgan <brett.morgan@gmail.com >
2023-10-31 15:05:58 +10:00
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
2023-06-23 13:24:11 +10:00
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 >
2023-05-11 06:16:31 +10:00
Miguel Beltran
f3ec2b7e64
Migrate isolate_example to Material 3 ( #1619 )
2023-02-01 15:03:18 +01:00
Brett Morgan
9d8aa333ee
Update for Material changes & run rebuild scripts ( #1412 )
2022-09-01 11:01:17 +10:00
Brett Morgan
83f7059d83
Consolidated Flutter 3.3 update ( #1401 )
2022-08-31 10:06:34 +10: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
Miguel Beltran
35713ac2d9
rename constants ( #1047 )
2022-03-08 11:08:53 +10:00
Miguel Beltran
b2daccca71
Add desktop window setup to isolate_example ( #1041 )
2022-03-04 09:01:53 +10:00
Andrew Brogdon
4cac0e6661
Lands beta branch into master for 2.5 ( #895 )
2021-09-08 17:35:05 -07:00
Brett Morgan
78dee899ea
isolate_example: Update lints, rebuild runners ( #825 )
2021-06-07 15:49:46 -07:00
Brett Morgan
936d1fdaae
Upgrading samples to flutter_lints, part 1 of n ( #804 )
2021-06-05 12:24:28 +10:00
Andrew Brogdon
8c1cd0b049
Landing beta changes in master for the new stable release ( #747 )
2021-03-03 11:44:35 -08:00
Brett Morgan
622e8d55d3
Migrate to the New Material Buttons ( #668 )
2021-01-27 13:20:50 +11:00
Brett Morgan
baa1f976b2
Samples maintenance ( #435 )
2020-05-13 09:18:26 +10:00
John Ryan
14b9a8c4c4
Flutter 1.17 updates ( #432 )
...
* Material text theme updates & flutter pub upgrade (#411 )
* Beta channel updates (#412 )
* fix deprecated usages in provider_shopper - beta channel
* fix deprecated usages in animations - beta channel
* fix deprecated usages in provider_counter - beta
* Updates additional samples for beta release (#416 )
* use headline6 instead of title
* fix another title -> headline6
Co-authored-by: Brett Morgan <brett.morgan@gmail.com >
Co-authored-by: Andrew Brogdon <RedBrogdon@users.noreply.github.com >
2020-05-06 14:09:15 -07:00
Brett Morgan
d71180683c
flutter pub upgrade ( #178 )
2019-12-18 10:54:58 +11:00
John Ryan
f325e685d1
isolate sample maintenance ( #167 )
...
* isolate sample maintenance
- use slightly more meaningful names
- rename files
- misc small readability changes
* update MAINTENANCE.md
* fix gh username
* formatting
* upgrade dependencies
2019-11-21 15:33:32 -08:00
Andrew Brogdon
0f3721f696
Quarterly maintenance on isolate_example ( #142 )
2019-09-13 10:25:16 -07:00
Branden Taylor
479d12e1df
TransferableTypeData added ( #116 )
2019-07-25 11:21:03 -07:00
Branden Taylor
34894861ac
Page two bug fix ( #114 )
2019-07-09 14:48:54 -07:00
Branden Taylor
52efc7cfd6
Page three data transfer ( #105 )
2019-07-08 16:01:01 -07:00
Brett Morgan
87b42f92e3
Analysis_options, format and fixups. ( #103 )
2019-07-03 06:35:36 +10:00
Branden Taylor
bd9b18c2bf
Secondpage Add-ons ( #100 )
2019-07-01 11:37:27 -07:00
Branden Taylor
2ec8cc3684
Secondpage ( #97 )
2019-06-28 08:28:31 -07:00
Branden Taylor
e4b4b35182
The rest of page one for isolate_example
2019-06-25 11:28:13 -07:00
Branden Taylor
8d1e751050
Added the main animation for page 1 ( #94 )
2019-06-20 22:11:23 -07:00
Branden Taylor
9241a062bc
Added 3 tabbed pages with welcome messages ( #92 )
2019-06-17 16:08:45 -07:00
Branden Taylor
d35d88740d
An empty app to start with ( #91 )
2019-06-14 15:07:05 -07:00