1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
Miguel Beltran
eef922488a Enable material 3 on deeplink_store_example (#1947)
Enabling Material 3

Change is very subtle.

#### Before Material 3
<img width="868" alt="Screenshot 2023-07-20 at 13 48 29"
src="https://github.com/flutter/samples/assets/2494376/fce79132-5fe1-4a77-be29-68cac36364dd">

#### With Material 3


<img width="912" alt="Screenshot 2023-07-20 at 13 48 39"
src="https://github.com/flutter/samples/assets/2494376/b48b3671-381c-4836-9b55-cfe1c90d57ab">


## Pre-launch Checklist

- [ ] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [ ] I signed the [CLA].
- [ ] I read the [Contributors Guide].
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] 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

Co-authored-by: Brett Morgan <brettmorgan@google.com>
2023-07-21 11:35:59 +10:00
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>
2023-05-11 06:16:31 +10:00
chunhtai
481c2e3d1d Add deeplink store sample (#1698)
* Adds deeplink store app

* push

* update md

* update
2023-03-16 09:12:32 -07:00