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
Brett Morgan
66a8d9e211
web/samples_index breakfix (#1576 )
2023-01-19 01:53:44 +10:00
dependabot[bot]
0613b12381
Bump image from 3.3.0 to 4.0.4 in /web/samples_index ( #1546 )
...
Bumps [image](https://github.com/brendan-duncan/image ) from 3.3.0 to 4.0.4.
- [Release notes](https://github.com/brendan-duncan/image/releases )
- [Changelog](https://github.com/brendan-duncan/image/blob/main/CHANGELOG.md )
- [Commits](https://github.com/brendan-duncan/image/compare/3.3.0...4.0.4 )
---
updated-dependencies:
- dependency-name: image
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-02 17:41:25 +11:00
Parker Lougheed
9a82e003ba
Minor sample index cleanup ( #1532 )
2022-12-15 21:36:04 -06:00
Parker Lougheed
7e11b89445
Move to using analyzer strict modes instead of deprecated strong mode ( #1531 )
...
The strong mode options were already deprecated and are being removed in Dart 3.
2022-12-15 18:54:24 -06:00
Parker Lougheed
1463a967f6
Implement case insensitive search in the samples index ( #1518 )
...
Closes #1517
2022-12-08 10:59:46 +10:00
Brett Morgan
88145ea4ca
Drop github_dataviz ( #1508 )
...
* Drop `github_dataviz`
* Drop from `samples_index`
2022-11-30 11:09:16 +10:00
Parker Lougheed
847a960e02
Replace tuneup in samples_index ( #1497 )
2022-11-05 13:03:43 +10:00
Brett Morgan
ee72fc8ad7
Drop web/particle_background ( #1453 )
2022-10-24 17:50:52 -04:00
Brett Morgan
d99fb974a0
Re-add Craig Labenz's code sharing sample ( #1466 )
...
* Revert "Revert "Add code sharing sample (#1444 )" (#1464 )"
This reverts commit dc50c46ef1 .
* Opting out failing tests on Windows for CI
Co-authored-by: Craig Labenz <craig.labenz@gmail.com >
2022-10-18 13:15:31 -04:00
Parker Lougheed
0ff17c4c3a
Switch to using dart run instead of base-VM command ( #1476 )
2022-10-15 17:57:34 -05:00
Brett Morgan
ad1faad66b
Drop web/charts sample ( #1452 )
2022-10-14 09:00:49 -04:00
Parker Lougheed
405be60cda
Restrict sass_builder to v2.1.4 to fix build ( #1470 )
2022-10-11 21:28:07 +11:00
Brett Morgan
dc50c46ef1
Revert "Add code sharing sample ( #1444 )" ( #1464 )
...
This reverts commit fc6222ebc8 .
2022-10-07 14:26:40 -07:00
Craig Labenz
fc6222ebc8
Add code sharing sample ( #1444 )
...
* code-sharing boilerplate
* initial commit of code-sharing logic
* documentation improvements
* added code-sharing to samples.yaml
* Updated counter UI to visually indicate communication with the server
* added code_sharing to CI
* CI changes to code_sharing
* fixed test with DI
* formatting
* added shared module to CI
* adds forgotten CI change
2022-10-05 08:47:30 -07:00
dependabot[bot]
e84e396a1f
Bump markdown from 5.0.0 to 6.0.0 in /web/_tool ( #1376 )
...
Bumps [markdown](https://github.com/dart-lang/markdown ) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/dart-lang/markdown/releases )
- [Changelog](https://github.com/dart-lang/markdown/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dart-lang/markdown/compare/5.0.0...6.0.0 )
---
updated-dependencies:
- dependency-name: markdown
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-11 17:30:19 +10:00
Brett Morgan
a6bb4d1c20
Fix beta CI ( #1311 )
2022-06-18 11:09:19 +10:00
Brett Morgan
0a55acfba9
Drop Slide Puzzle's web launch ( #1303 )
2022-06-10 04:32:57 +10:00
Brett Morgan
db3edccdd5
web/slide_puzzle remove unmaintained sample (#1290 )
2022-06-09 07:59:22 +10:00
John Ryan
0002a5567e
fix material 3 image url ( #1302 )
2022-06-08 12:03:44 -07:00
Parker Lougheed
3c608d0882
Update more links and mentions to the main branch ( #1294 )
2022-05-31 20:42:52 +10:00
Parker Lougheed
9b840e61c8
Fix some web tool pub issues ( #1291 )
2022-05-30 12:28:30 -05:00
Brett Morgan
4af443d33f
Drop lock files from repo ( #1282 )
2022-05-28 07:01:26 +10:00
Brett Morgan
3a0a652984
Add use_super_parameters lint ( #1269 )
2022-05-17 02:53:27 -07: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
Pierre-Louis
9c92e06eb6
Update samples.yaml ( #1263 )
2022-05-12 10:42:37 -07:00
Brett Morgan
ccd68f34e2
Beta ( #1234 )
2022-05-11 12:48:11 -07:00
Craig Labenz
e8b2bec22a
Add Material You and Rich Text Editor samples ( #1223 )
...
* Added Material You and Rich Text Editor samples
* updated images to have Material 3
* updated packages info
2022-05-09 13:03:51 -07:00
Brett Morgan
f998c9577e
Add unawaited_futures ( #1148 )
2022-04-27 09:24:19 +10:00
Brett Morgan
ee9b3372b6
Add Photo Search app ( #1112 )
...
* Add Photo Search app
* Add `desktop_photo_search` screenshots
* Add `desktop_photo_search` screenshots
2022-04-21 09:52:48 -07:00
Brett Morgan
c741a8ded8
Update slide_puzzle ( #1113 )
2022-04-21 08:51:36 +10:00
Brett Morgan
63235a729a
Update pubspec.lock and friends ( #1076 )
2022-04-20 07:31:26 +10:00
Brett Morgan
3b46646306
flutter pub upgrade --major-versions (#1061 )
2022-04-06 11:45:20 +10:00
Brett Morgan
a481c264cd
Remove git:// url, update deps, fix destop_photo_search ( #1052 )
2022-03-19 08:37:04 +10:00
Craig Labenz
9720e2698b
Working slide_puzzle ( #1012 )
...
* updates slide puzzle to latest
* Bump slide_puzzle to working version
* switch to slide_puzzle release
* Bump slide_puzzle to working version
2022-02-14 13:41:11 -08:00
Craig Labenz
d070028135
updates slide puzzle to latest ( #1011 )
2022-02-11 12:49:26 -08:00
Craig Labenz
7ec65b7236
restored GA to samples index ( #1010 )
2022-02-09 09:05:41 -08:00
Brett Morgan
ae50cc192e
Update slide_puzzle ( #1007 )
2022-02-04 14:56:26 -08:00
John Ryan
ff405c894c
update slide_puzzle to latest commit ( #993 )
2022-01-18 17:41:31 -08:00
John Ryan
0cb331f7a7
Update slide puzzle description ( #980 )
2022-01-05 16:00:26 -08:00
John Ryan
ef464b83b9
Update slide_puzzle screenshot ( #979 )
2022-01-05 15:46:11 -08:00
Brett Morgan
26d88f1799
Update pubspec.yaml files ( #971 )
2022-01-05 10:43:14 +10:00
John Ryan
7b5f1e52b4
Update slide puzzle ( #977 )
...
* remove kevmoo/slide_puzzle
* Add VGVentures/slide_puzzle
2022-01-04 15:27:11 -08:00
Brett Morgan
c9c351f671
Resolving CI failures in web ( #973 )
2022-01-04 10:00:02 -08:00
Andrew Brogdon
664b63c03c
Updates for 2.8! ( #961 )
2021-12-09 13:15:57 +10:00
Brett Morgan
be34b0bf43
Centralize analysis options ( #957 )
2021-12-01 16:49:51 +10:00
Brett Morgan
84e7057abe
Update pubspec.yaml files ( #958 )
2021-12-01 09:33:28 +10:00
Brett Morgan
53c531879e
Update slide_puzzle ( #956 )
2021-12-01 09:33:07 +10:00
Brett Morgan
ddd618f92e
Update charts_flutter to 0.12.0 ( #951 )
2021-11-19 08:21:53 -08:00
Ahmed Ashour
29339b8334
Remove unneeded types ( #949 )
2021-11-03 09:58:12 -07:00