Brett Morgan
9bf1ed6846
Deal with Master CI failures ( #2219 )
...
## 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
8 months ago
Sasank Tumpati
0e1355841d
Fixed ThemeData in the Flutter Samples unnecessarily includes useMaterial3 = true (Issue #2214 ) ( #2217 )
8 months ago
Parker Lougheed
c206bae810
[desktop_photo_search] Tighten constraints then regenerate files ( #1986 )
...
No functional changes, just cleanup.
Updating the build_value build dependencies then regenerating allows us
to remove the analysis excludes in the `analysis_options.yaml` files due
to them now ignoring lints.
1 year ago
Brett Morgan
eac6afac14
`desktop_photo_search`: `getSavePath` is deprecated ( #1910 )
...
This PR fixes a [CI
breakage](https://github.com/flutter/samples/actions/runs/5362518576/jobs/9729453534 ):
```console
Analyzing fluent_ui...
info - lib/src/widgets/unsplash_search_content.dart:51:38 - 'getSavePath' is deprecated and shouldn't be used. Use getSaveLocation instead. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
1 issue found.
Error: Process completed with exit code 1.
```
## 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
1 year 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
Miguel Beltran
079e5a3c1e
enable material 3 on desktop_photo_search sample ( #1608 )
2 years ago
Brett Morgan
c0ca55e872
Fix build breakage ( #1456 )
2 years ago
Brett Morgan
83f7059d83
Consolidated Flutter 3.3 update ( #1401 )
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
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
Brett Morgan
f998c9577e
Add `unawaited_futures` ( #1148 )
3 years ago
Brett Morgan
ed2a422e2a
Update for `url_launcher` API change ( #1144 )
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
Brett Morgan
69579ed107
Dispose `_treeViewScrollController` ( #1062 )
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
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