1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

5 Commits

Author SHA1 Message Date
zoeyfan
3324bfc20e Update README.md (#2091)
Deprecating the old template and pointing people to the new ones.

*Replace this paragraph with a description of what this PR is changing
or adding, and why. Consider including before/after screenshots.*

*List which issues are fixed by this PR. For larger changes, raising an
issue first helps
reduce redundant work.*

## 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-11-15 22:43:37 +01:00
Filip Hracek
612cf191d0 Fix crashlytics in game_template (#1998) 2023-08-31 11:37:49 +10:00
Filip Hracek
2672e8c2f5 Rebuild iOS and macOS targets for game_template (#1867) 2023-06-04 21:18:21 +10:00
Filip Hracek
886b91b005 Upgrade Firebase plugins to next major version (#1495) 2022-11-04 06:45:05 +04:00
Filip Hracek
daa024a829 Add game_template (#1180)
Adds a template / sample for games built in Flutter, with all the bells and whistles, like ads, in-app purchases, audio, main menu, settings, and so on.

Co-authored-by: Parker Lougheed
Co-authored-by: Shams Zakhour
2022-05-10 15:08:43 +02:00