mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
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
Photo Search app
This desktop application enables you to search
Unsplash for photographs that interest you.
To use it, you need to add an Access Key from
Unsplash API to
lib/unsplash_access_key.dart.
This is the Photo Search app, built out with two different widget sets:
- Material shows the Photo Search app built with Material widgets
- Fluent UI shows the Photo Search app built with Fluent UI widgets