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
|
2023-06-25 10:44:16 +10:00 |
|
Brett Morgan
|
0a862ea4c1
|
Update runners (#1658)
* Update runners
* Elide `experimental/pedometer` from CI
* Mark `primary` scroll view
* Re-enable "experimental/pedometer"
|
2023-02-21 09:48:19 +10:00 |
|
Brett Morgan
|
c0ca55e872
|
Fix build breakage (#1456)
|
2022-10-04 11:55:00 +10:00 |
|
Brett Morgan
|
83f7059d83
|
Consolidated Flutter 3.3 update (#1401)
|
2022-08-31 10:06:34 +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 |
|
Brett Morgan
|
ccd68f34e2
|
Beta (#1234)
|
2022-05-11 12:48:11 -07:00 |
|
Brett Morgan
|
f998c9577e
|
Add unawaited_futures (#1148)
|
2022-04-27 09:24:19 +10:00 |
|
Brett Morgan
|
ed2a422e2a
|
Update for url_launcher API change (#1144)
|
2022-04-26 07:17:15 +10:00 |
|
Brett Morgan
|
50731ab2fa
|
Simplify Unsplash response handling (#1077)
|
2022-04-13 09:49:19 -07:00 |
|
Fitz
|
322f0628e6
|
Force utf8-decoding of Unsplash reponse (#586 & #590) (#1075)
|
2022-04-13 11:07:32 +10:00 |
|
Brett Morgan
|
69579ed107
|
Dispose _treeViewScrollController (#1062)
|
2022-04-06 11:39:08 +10:00 |
|
Brett Morgan
|
9c02a0fa09
|
Migrate desktop_photo_search to top level (#1002)
|
2022-02-04 08:33:53 +10:00 |
|