Rydmike
faade5f486
FIX: https://github.com/flutter/samples/issues/1752 and https://githu … ( #1753 )
...
…b.com/flutter/samples/issues/1751
Fixes for:
The screen that shows Material elevation and row that says "Surface Tint
Color Only" has shadow and shown elevation dp is wrong.
FIX: https://github.com/flutter/samples/issues/1751
FIX: https://github.com/flutter/samples/issues/1752
## 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 `///`).
- [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
2023-05-02 14:44:23 +10:00
Brett Morgan
31a3d14618
Rebuild runners ( #1725 )
2023-04-08 07:44:56 +10:00
Brett Morgan
3bafa557f7
Update sdk constraint range and update runners ( #1706 )
2023-03-23 18:13:59 +10:00
Kevin Moore
d430081b71
material_3_demo: update web scaffold to latest ( #1700 )
2023-03-14 20:24:47 -07:00
Chris Bracken
d53a8ee93f
[Material3] Add RunnerTests target for macOS ( #1670 )
...
In https://github.com/flutter/samples/pull/1615 updates were applied to
the Material 3 demo that included the updated macOS Podfile from the
macOS app template. However, the app template itself had recently been
updated to refer to a new target (RunnerTests) in the default Xcode
project template that allows for authoring tests of the bits of the
Flutter application implemented in Swift. This adds the missing
RunnerTests bits to the Xcode project file by copying those over from
the app template.
2023-02-24 15:04:31 +11:00
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 >
2023-02-16 23:44:16 +10:00
Pierre-Louis
79bd62952d
Improvements to M3 demo app ( #1647 )
...
* improvements
* fix focus
* add comment
* add comment
* copy changes to root material_3_demo
* fix large breakpoint
* fix large breakpoint
* Create integration_test.dart
* refactor main.dart into home.dart and constants.dart
* add integration_test to pubspec
* copy to root material_3_demo
* remove removal of constraints
* address feedback
2023-02-14 19:18:36 +01:00
Brett Morgan
e1f3fb020e
Revert "Improvements to M3 demo app ( #1630 )" ( #1643 )
...
This reverts commit 6207e34192 .
2023-02-08 13:39:28 +01:00
Pierre-Louis
6207e34192
Improvements to M3 demo app ( #1630 )
2023-02-08 15:27:16 +10:00
Qun Cheng
0a9f7eae6c
Update m3 demo in the base directory ( #1615 )
...
Co-authored-by: Qun Cheng <quncheng@google.com >
2023-01-31 17:39:18 -08:00
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 >
2023-01-25 09:08:51 +10:00
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
2022-08-23 23:45:12 -07:00
Qun Cheng
dbefd89ca9
Added license headers for M3 demo app ( #1328 )
...
* Added header for all files
Co-authored-by: Qun Cheng <quncheng@google.com >
2022-07-17 21:38:58 -07:00
Brett Morgan
4af443d33f
Drop lock files from repo ( #1282 )
2022-05-28 07:01:26 +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
Qun Cheng
52ef797b9a
Made elements on component screen stay compact on wider screen, take 2 ( #1267 )
...
* Revert "Revert "Made elements on component screen stay compact on wider screen (#1258 )" (#1266 )"
This reverts commit 53c83adc71 .
* ran flutter format for the changed files
* fixed test
Co-authored-by: Qun Cheng <quncheng@google.com >
2022-05-12 17:28:32 -07:00
Brett Morgan
53c83adc71
Revert "Made elements on component screen stay compact on wider screen ( #1258 )" ( #1266 )
...
This reverts commit a9eaf1a733 .
2022-05-13 08:41:34 +10:00
Qun Cheng
a9eaf1a733
Made elements on component screen stay compact on wider screen ( #1258 )
2022-05-13 06:44:37 +10:00
Brett Morgan
ccd68f34e2
Beta ( #1234 )
2022-05-11 12:48:11 -07:00
Qun Cheng
6694b00dae
Added M3 demo app ( #1189 )
...
* Added M3 demo app
* Changed to use the centralized lint configuration.
* Moved the app at the root level
* Added to CI
* Added app to beta CI and commented app on stable CI file
* Update README.md
* Addressed comments
* fixed comments
* Reverted app name in CI files.
* Added project to the Pub Dependabot config
* Linting pass for current beta channel standards
Co-authored-by: Qun Cheng <quncheng@google.com >
Co-authored-by: Craig Labenz <craig.labenz@gmail.com >
2022-05-06 08:29:31 -07:00