Add API key requirement to Photo Search top level (#1506)

pull/1516/head
Brett Morgan 2 years ago committed by GitHub
parent a94e5e88a2
commit fa1071fbad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,8 +1,15 @@
# Photo Search app
This desktop application enables you to search
[Unsplash](https://unsplash.com/) for photographs that interest you.
To use it, you need to add an **Access Key** from
[Unsplash API](https://unsplash.com/developers) to
`lib/unsplash_access_key.dart`.
This is the Photo Search app, built out with two different widget sets:
- [Material](material) shows the Photo Search app built with Material widgets
- [Material](material) shows the Photo Search app built with [Material widgets][]
- [Fluent UI](fluent_ui) shows the Photo Search app built with [Fluent UI][] widgets
[Fluent UI]: https://pub.dev/packages/fluent_ui
[Fluent UI]: https://pub.dev/packages/fluent_ui
[Material widgets]: https://docs.flutter.dev/development/ui/widgets/material

Loading…
Cancel
Save