Brett Morgan
d986c7733b
Update project directories for `dependabot` ( #1674 )
2 years ago
Miguel Beltran
8c06626190
Migrate `veggieseasons` to `go_router` ( #1544 )
...
* add go_router
* wip migration to go_router
* small fixes
* home screen cleanup
* remove unused
* small fixes
* details should be fullscreen dialog
* remove comment
* fix navigation outside the shell by using the correct navigation keys
* add restoration id to all pages
* test passing, but parts are commented out, wip
* uncommented more test code
* Add TODOs
* fix lint issues
* fix tests
* use FadeTransitionPage
* remove unnecessary builders
* FadeTransitionPage same as CustomTransitionPage
* add comments regarding relative routes
* add missing pageKey
* add missing const
---------
Co-authored-by: Brett Morgan <brettmorgan@google.com>
2 years ago
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.
2 years ago
Brett Morgan
139c9efce9
`simple_shader`: Add a README ( #1669 )
2 years ago
Brett Morgan
0b8be3e43f
Add `simple_shader` ( #1668 )
...
* Add `simple_shader`
* Add NL at EOF
* Adopt `analysis_defaults`
* Update simple_shader/shaders/simple.frag
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
* Update simple_shader/shaders/simple.frag
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
* Update simple_shader/shaders/simple.frag
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
* Update simple_shader/shaders/simple.frag
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
* Update simple_shader/shaders/simple.frag
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
* Update simple_shader/shaders/simple.frag
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
* Update simple_shader/shaders/simple.frag
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
* Update simple_shader/shaders/simple.frag
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
* Apply `clang-format` to `shaders/simple.frag`
---------
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
2 years ago
dependabot[bot]
5c644ae6dc
Bump pigeon in /add_to_app/books/flutter_module_books ( #1656 )
2 years ago
dependabot[bot]
89b655d7f3
Bump google_sign_in from 5.4.4 to 6.0.0 in /experimental/web_dashboard ( #1665 )
2 years ago
Brett Morgan
0a862ea4c1
Update runners ( #1658 )
...
* Update runners
* Elide `experimental/pedometer` from CI
* Mark `primary` scroll view
* Re-enable "experimental/pedometer"
2 years ago
Hossein Yousefi
dd3a024aa8
[experimental/pedometer] Use `jnigen` and `jni` version from pub instead of git url. ( #1655 )
2 years ago
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>
2 years ago
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
2 years ago
dependabot[bot]
cdc9025be2
Bump markdown from 6.0.1 to 7.0.0 in /web/_tool ( #1653 )
2 years ago
dependabot[bot]
e3c616283b
Bump github/codeql-action from 2.2.3 to 2.2.4 ( #1652 )
2 years ago
dependabot[bot]
43adb74ec5
Bump pigeon in /add_to_app/books/flutter_module_books ( #1650 )
...
Bumps [pigeon](https://github.com/flutter/packages/tree/main/packages ) from 7.2.1 to 8.0.0.
- [Release notes](https://github.com/flutter/packages/releases )
- [Commits](https://github.com/flutter/packages/commits/pigeon-v8.0.0/packages )
---
updated-dependencies:
- dependency-name: pigeon
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
e4f70b4459
Bump actions/setup-java from 3.9.0 to 3.10.0 ( #1644 )
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](1df8dbefe2...3f07048e3d
)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
9074e583e3
Bump github/codeql-action from 2.2.2 to 2.2.3 ( #1646 )
2 years ago
Miguel Beltran
e4e7d4461a
enable Material 3 on add_to_app/books ( #1637 )
2 years ago
Miguel Beltran
c8558e78f7
enable Material 3 on add_to_app/fullscreen ( #1638 )
2 years ago
Miguel Beltran
00dc0d12dc
enable Material 3 on add_to_app/multiple_flutters ( #1639 )
2 years ago
Miguel Beltran
252726c2e8
enable Material 3 on add_to_app/plugin ( #1640 )
2 years ago
Miguel Beltran
6be2b4e31e
enable Material 3 on add_to_app/prebuilt_module ( #1641 )
2 years ago
Brett Morgan
b5806955eb
Elide failing projects from `master` CI ( #1645 )
...
* Elide `desktop_photo_search/fluent_ui` from master CI
* Elide `simplistic_calculator` from `master` CI
2 years ago
Brett Morgan
e1f3fb020e
Revert "Improvements to M3 demo app ( #1630 )" ( #1643 )
...
This reverts commit 6207e34192
.
2 years ago
Pierre-Louis
6207e34192
Improvements to M3 demo app ( #1630 )
2 years ago
Miguel Beltran
cbadb3a2e5
enable Material 3 on linting_tool ( #1634 )
2 years ago
dependabot[bot]
f8a939263a
Bump github/codeql-action from 2.2.1 to 2.2.2 ( #1636 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](3ebbd71c74...39d8d7e78f
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Brett Morgan
54950c4284
Tidyup `varfont_shader_puzzle` ( #1629 )
...
* Tidyup `varfont_shader_puzzle`
* Add a rebuild script and a test
* Simplify fragment shaders
* Drop web
* Enable `beta` CI
* make it `beta` inclusive
* Pull out the program loading code
2 years ago
Miguel Beltran
44f2356073
Enable Material 3 on `federated_plugin` ( #1635 )
...
* Enable Material 3 on federated_plugin
* update tests
2 years ago
Miguel Beltran
0f70826a71
Migrate `platform_channels` to Material 3 ( #1623 )
...
* Migrate platform_channels to Material 3
* fix tests
---------
Co-authored-by: Brett Morgan <brettmorgan@google.com>
2 years ago
Miguel Beltran
aa40931a0c
Migrate platform_view_swift to Material 3 ( #1625 )
...
Co-authored-by: Brett Morgan <brettmorgan@google.com>
2 years ago
Miguel Beltran
394459bd12
Enable Material 3 on provider_counter ( #1626 )
...
Co-authored-by: Brett Morgan <brettmorgan@google.com>
2 years ago
Miguel Beltran
d001cd079e
Enable Material 3 on provider_shopper ( #1627 )
...
Co-authored-by: Brett Morgan <brettmorgan@google.com>
2 years ago
Miguel Beltran
3273c817c9
Enable Material 3 in testing_app ( #1628 )
...
Co-authored-by: Brett Morgan <brettmorgan@google.com>
2 years ago
gaaclarke
787bf09fe3
Add `background_isolate_channels` to CI ( #1448 )
...
* 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
* Comment in `background_isolate_channels`
* Fixup
* Elide `experimental/material_3_demo` from `master`
* Elide `material_3_demo` from `master` CI
* Elide `place_tracker` on `master` CI
---------
Co-authored-by: Brett Morgan <brettmorgan@google.com>
Co-authored-by: Brett Morgan <brett.morgan@gmail.com>
2 years ago
Miguel Beltran
9583b59615
enable Material 3 on platform_design ( #1624 )
2 years ago
Miguel Beltran
a5cdae3ab0
Enable Material 3 on place_tracker ( #1621 )
2 years ago
Miguel Beltran
a91b434155
enable Material 3 on jsonexample ( #1620 )
2 years ago
Miguel Beltran
f3ec2b7e64
Migrate isolate_example to Material 3 ( #1619 )
2 years ago
Parker Lougheed
51f0a74820
Mixin `TextInputClient` to include `insertContent` implementation ( #1618 )
2 years ago
Miguel Beltran
effc48c16b
Migrate form_app to Material 3 ( #1612 )
2 years ago
Qun Cheng
0a9f7eae6c
Update m3 demo in the base directory ( #1615 )
...
Co-authored-by: Qun Cheng <quncheng@google.com>
2 years ago
Brett Morgan
c05480277a
Elide `simplistic_editor` from `master` channel ( #1617 )
2 years ago
Miguel Beltran
db739fd1fc
migrate infinite_list to Material 3 ( #1614 )
2 years ago
Miguel Beltran
6bea60b091
Migrate game_template to Material 3 ( #1613 )
2 years ago
Miguel Beltran
f088262e2e
enable material 3 on flutter_maps_firestore ( #1609 )
2 years ago
Pierre-Louis
2e3dfb0e8d
Update M3 app ( #1606 )
2 years ago
Miguel Beltran
a15a98252d
Enable Material 3 on add_to_app/flutter_module_using_plugin ( #1593 )
2 years ago
dependabot[bot]
cb8aa1f725
Bump google_fonts from 3.0.1 to 4.0.0 in /experimental/linting_tool ( #1599 )
2 years ago
Miguel Beltran
5b6b77995a
Enable Material 3 on code_sharing sample ( #1607 )
2 years ago
Miguel Beltran
079e5a3c1e
enable material 3 on desktop_photo_search sample ( #1608 )
2 years ago