Brett Morgan
82e38e5b79
Update samples for Dart 3.0.0 ( #1803 )
2 years 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
dependabot[bot]
080ddb0db3
Bump msix from 3.9.1 to 3.9.2 in /desktop_photo_search/material ( #1728 )
2 years ago
Brett Morgan
3bafa557f7
Update `sdk` constraint range and update runners ( #1706 )
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
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
Miguel Beltran
079e5a3c1e
enable material 3 on desktop_photo_search sample ( #1608 )
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
Brett Morgan
c0ca55e872
Fix build breakage ( #1456 )
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
Brett Morgan
1281d43368
Pin `window_size` and `menubar` ( #1398 )
2 years ago
stuartmorgan
6dfc29e090
Remove `file_selector_*` from pubspecs. ( #1397 )
...
As of 0.9.1, all of the 1P implementations of `file_selector` are
endorsed, so there's no need to directly include the sub-packages.
2 years ago
dependabot[bot]
c696896bc6
Bump file_selector_linux in /desktop_photo_search/material ( #1381 )
2 years ago
Brett Morgan
bc8cc85052
`desktop_photo_search` Rebuild script ( #1356 )
2 years ago
dependabot[bot]
140f0194bc
Bump file_selector and file_selector_windows ( #1347 )
...
Bumps [file_selector](https://github.com/flutter/plugins/tree/main/packages/file_selector ) and [file_selector_windows](https://github.com/flutter/plugins/tree/main/packages/file_selector ). These dependencies needed to be updated together.
Updates `file_selector` from 0.8.3 to 0.9.0
- [Release notes](https://github.com/flutter/plugins/releases )
- [Commits](https://github.com/flutter/plugins/commits/file_selector-v0.9.0/packages/file_selector )
Updates `file_selector_windows` from 0.8.2+2 to 0.9.0
- [Release notes](https://github.com/flutter/plugins/releases )
- [Commits](https://github.com/flutter/plugins/commits/file_selector_windows-v0.9.0/packages/file_selector )
---
updated-dependencies:
- dependency-name: file_selector
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: file_selector_windows
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]
651e23271e
Bump file_selector_macos in /desktop_photo_search/material ( #1330 )
...
Bumps [file_selector_macos](https://github.com/flutter/plugins/tree/main/packages/file_selector ) from 0.8.2+2 to 0.9.0.
- [Release notes](https://github.com/flutter/plugins/releases )
- [Commits](https://github.com/flutter/plugins/commits/file_selector_macos-v0.9.0/packages/file_selector )
---
updated-dependencies:
- dependency-name: file_selector_macos
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
Brett Morgan
2dec7fdf85
`desktop_photo_search` Break fix ( #1322 )
...
Update sample code to match
https://github.com/google/flutter-desktop-embedding/pull/903
2 years ago
Brett Morgan
4af443d33f
Drop lock files from repo ( #1282 )
3 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
dependabot[bot]
ca134adb10
Bump built_value from 8.2.3 to 8.3.0 in /desktop_photo_search/material ( #1248 )
...
Bumps [built_value](https://github.com/google/built_value.dart ) from 8.2.3 to 8.3.0.
- [Release notes](https://github.com/google/built_value.dart/releases )
- [Changelog](https://github.com/google/built_value.dart/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/built_value.dart/compare/v8.2.3...v8.3.0 )
---
updated-dependencies:
- dependency-name: built_value
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>
3 years ago
dependabot[bot]
60c6c4342f
Bump built_value_generator in /desktop_photo_search/material ( #1243 )
...
Bumps [built_value_generator](https://github.com/google/built_value.dart ) from 8.2.3 to 8.3.0.
- [Release notes](https://github.com/google/built_value.dart/releases )
- [Changelog](https://github.com/google/built_value.dart/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/built_value.dart/compare/v8.2.3...v8.3.0 )
---
updated-dependencies:
- dependency-name: built_value_generator
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>
3 years ago
dependabot[bot]
fb43d29adf
Bump url_launcher from 6.1.0 to 6.1.1 in /desktop_photo_search/material ( #1252 )
...
Bumps [url_launcher](https://github.com/flutter/plugins ) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/flutter/plugins/releases )
- [Commits](https://github.com/flutter/plugins/compare/url_launcher-v6.1.0...url_launcher-v6.1.1 )
---
updated-dependencies:
- dependency-name: url_launcher
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>
3 years ago
dependabot[bot]
f008598620
Bump msix from 3.6.0 to 3.6.1 in /desktop_photo_search/material ( #1222 )
...
Bumps [msix](https://github.com/YehudaKremer/msix ) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/YehudaKremer/msix/releases )
- [Changelog](https://github.com/YehudaKremer/msix/blob/main/CHANGELOG.md )
- [Commits](https://github.com/YehudaKremer/msix/compare/3.6.0...3.6.1 )
---
updated-dependencies:
- dependency-name: msix
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>
3 years ago
dependabot[bot]
2a6448a30d
Bump msix from 3.5.1 to 3.6.0 in /desktop_photo_search/material ( #1218 )
3 years ago
dependabot[bot]
8fa4a7be54
Bump built_value from 8.2.2 to 8.2.3 in /desktop_photo_search/material ( #1175 )
...
Bumps [built_value](https://github.com/google/built_value.dart ) from 8.2.2 to 8.2.3.
- [Release notes](https://github.com/google/built_value.dart/releases )
- [Changelog](https://github.com/google/built_value.dart/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/built_value.dart/compare/v8.2.2...v8.2.3 )
---
updated-dependencies:
- dependency-name: built_value
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>
3 years ago
dependabot[bot]
a8bc72ed1e
Bump built_value_generator in /desktop_photo_search/material ( #1171 )
...
Bumps [built_value_generator](https://github.com/google/built_value.dart ) from 8.2.2 to 8.2.3.
- [Release notes](https://github.com/google/built_value.dart/releases )
- [Changelog](https://github.com/google/built_value.dart/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/built_value.dart/compare/v8.2.2...v8.2.3 )
---
updated-dependencies:
- dependency-name: built_value_generator
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>
3 years ago
dependabot[bot]
9213dbf93e
Bump built_value from 8.1.4 to 8.2.2 in /desktop_photo_search/material ( #1158 )
3 years ago
Brett Morgan
f998c9577e
Add `unawaited_futures` ( #1148 )
3 years ago
Brett Morgan
ed2a422e2a
Update for `url_launcher` API change ( #1144 )
3 years ago
dependabot[bot]
1fe36d11df
Bump url_launcher from 6.0.20 to 6.1.0 in /desktop_photo_search/material ( #1139 )
...
Bumps [url_launcher](https://github.com/flutter/plugins ) from 6.0.20 to 6.1.0.
- [Release notes](https://github.com/flutter/plugins/releases )
- [Commits](https://github.com/flutter/plugins/compare/url_launcher-v6.0.20...url_launcher-v6.1.0 )
---
updated-dependencies:
- dependency-name: url_launcher
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>
3 years ago
dependabot[bot]
a0f4c48431
Bump build from 2.2.2 to 2.3.0 in /desktop_photo_search/material ( #1110 )
...
Bumps [build](https://github.com/dart-lang/build ) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/dart-lang/build/releases )
- [Commits](https://github.com/dart-lang/build/compare/build-v2.2.2...build-v2.3.0 )
---
updated-dependencies:
- dependency-name: build
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>
3 years ago
dependabot[bot]
091cf93853
Bump build_runner from 2.1.8 to 2.1.10 in /desktop_photo_search/material ( #1089 )
...
Bumps [build_runner](https://github.com/dart-lang/build ) from 2.1.8 to 2.1.10.
- [Release notes](https://github.com/dart-lang/build/releases )
- [Commits](https://github.com/dart-lang/build/compare/build_daemon-v2.1.8...build_runner-v2.1.10 )
---
updated-dependencies:
- dependency-name: build_runner
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>
3 years ago
dependabot[bot]
1371134dd7
Bump built_value_generator in /desktop_photo_search/material ( #1096 )
...
Bumps [built_value_generator](https://github.com/google/built_value.dart ) from 8.1.4 to 8.2.0.
- [Release notes](https://github.com/google/built_value.dart/releases )
- [Changelog](https://github.com/google/built_value.dart/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/built_value.dart/compare/v8.1.4...v8.2.0 )
---
updated-dependencies:
- dependency-name: built_value_generator
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>
3 years ago
dependabot[bot]
4fa2a49f17
Bump build from 2.2.1 to 2.3.0 in /desktop_photo_search/material ( #1100 )
...
Bumps [build](https://github.com/dart-lang/build ) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/dart-lang/build/releases )
- [Commits](https://github.com/dart-lang/build/compare/build-v2.2.1...build-v2.3.0 )
---
updated-dependencies:
- dependency-name: build
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>
3 years ago
Brett Morgan
50731ab2fa
Simplify Unsplash response handling ( #1077 )
3 years ago
Fitz
322f0628e6
Force utf8-decoding of Unsplash reponse ( #586 & #590 ) ( #1075 )
3 years ago
dependabot[bot]
d16cce35a4
Bump msix from 3.4.1 to 3.5.1 in /desktop_photo_search/material ( #1070 )
...
Bumps [msix](https://github.com/YehudaKremer/msix ) from 3.4.1 to 3.5.1.
- [Release notes](https://github.com/YehudaKremer/msix/releases )
- [Changelog](https://github.com/YehudaKremer/msix/blob/main/CHANGELOG.md )
- [Commits](https://github.com/YehudaKremer/msix/compare/3.4.1...3.5.1 )
---
updated-dependencies:
- dependency-name: msix
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>
3 years ago
dependabot[bot]
7c5b4f0596
Bump grinder from 0.9.0 to 0.9.1 in /desktop_photo_search/material ( #1065 )
...
Bumps [grinder](https://github.com/google/grinder.dart ) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/google/grinder.dart/releases )
- [Changelog](https://github.com/google/grinder.dart/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/grinder.dart/commits/0.9.1 )
---
updated-dependencies:
- dependency-name: grinder
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>
3 years ago
Brett Morgan
3b46646306
`flutter pub upgrade --major-versions` ( #1061 )
3 years ago
Brett Morgan
69579ed107
Dispose `_treeViewScrollController` ( #1062 )
3 years ago
Brett Morgan
e01153cb50
`desktop_photo_search`: update depenndencies ( #1055 )
3 years ago
Chris Bracken
5f87f43226
Photo search: add Quit menu item ( #998 )
...
Adds a Quit menu item to exit the app.
3 years ago
Brett Morgan
a481c264cd
Remove git:// url, update deps, fix `destop_photo_search` ( #1052 )
3 years ago
Miguel Beltran
35713ac2d9
rename constants ( #1047 )
3 years ago
Miguel Beltran
83539ccdc8
Add setupWindow with min size to Material desktop photo search ( #1037 )
3 years ago
Chris Bracken
8c48dcdd49
Photo search: minor menu item text cleanup ( #997 )
3 years ago
Brett Morgan
9c02a0fa09
Migrate `desktop_photo_search` to top level ( #1002 )
3 years ago