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

74 Commits

Author SHA1 Message Date
gaaclarke
787bf09fe3 Add background_isolate_channels to CI (#1448)
* Added sample code for using plugins and channels from background isolates.

* goderbauer feedback 1

* goderbauer feedback2

* goderbauer feedback 3

* Add `background_isolate_channels` to CI

* Comment in `background_isolate_channels`

* Fixup

* Elide `experimental/material_3_demo` from `master`

* Elide `material_3_demo` from `master` CI

* Elide `place_tracker` on `master` CI

---------

Co-authored-by: Brett Morgan <brettmorgan@google.com>
Co-authored-by: Brett Morgan <brett.morgan@gmail.com>
2023-02-06 13:20:05 +10:00
Miguel Beltran
6bea60b091 Migrate game_template to Material 3 (#1613) 2023-02-01 08:14:32 +11:00
Parker Lougheed
294ea4ff8f Update to audioplayers 3.0.0 in game_template (#1591) 2023-01-24 18:39:16 -06:00
Brett Morgan
5401bb88b4 Flutter 3.7.0 (#1556)
* Update `simplistic_editor` for Flutter 3.4 beta

* Re-enable beta and master CI

* Disable on master

* Added sample code for using plugins and channels from background isolates.

* goderbauer feedback 1

* goderbauer feedback2

* goderbauer feedback 3

* Add `background_isolate_channels` to CI

* Enable beta CI

* Enable all `stable` CI projects

* `dart fix --apply`

* `print` -> `denugPrint`

* Make deps min version not pinned

* Drop `_isDebug`

* Remove unused import

* `dart format`

* Fixup `linting_tool`

* Fixup `form_app`

* Enable all `master` CI

* Basic fixes

* Patch `simplistic_editor`

* Fix nl at eol

* Comment out `simplistic_editor`

* Incorporating @bleroux's latest changes

* Clean up CI scripts

* Copy `experimental/material_3_demo` to top level

* Update `game_template`

* Update `animations`

* Update `desktop_photo_search`

* Update `flutter_maps_firestore`

* Update `form_app`

* Update `infinite_list`

* Update `isolate_example`

* Update `jsonexample`

* Update `navigation_and_routing`

* Update `place_tracker`

* Update `platform_channels`

* Update `platform_design`

* Update `provider_shopper`

* Fixup `context_menus`

* `dart format`

* Update the main `material_3_demo`

* Make `tool/flutter_ci_script_stable.sh` executable again

Co-authored-by: Bruno Leroux <bruno.leroux@gmail.com>
Co-authored-by: Aaron Clarke <aaclarke@google.com>
2023-01-25 09:08:51 +10:00
dependabot[bot]
c11802e614 Bump audioplayers from 1.2.0 to 2.0.0 in /game_template (#1567)
Bumps [audioplayers](https://github.com/bluefireteam/audioplayers/tree/master/packages) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/bluefireteam/audioplayers/releases)
- [Changelog](https://github.com/bluefireteam/audioplayers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bluefireteam/audioplayers/commits/audioplayers_web-v2.0.0/packages)

---
updated-dependencies:
- dependency-name: audioplayers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 10:53:59 +01:00
dependabot[bot]
6288d52c73 Bump go_router from 5.2.4 to 6.0.1 in /game_template (#1566)
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 5.2.4 to 6.0.1.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/go_router-v6.0.1/packages)

---
updated-dependencies:
- dependency-name: go_router
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 10:53:25 +01:00
dependabot[bot]
cdd3dcf59f Bump flutter_launcher_icons from 0.10.0 to 0.11.0 in /game_template (#1568)
Bumps [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/fluttercommunity/flutter_launcher_icons/releases)
- [Changelog](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: flutter_launcher_icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 09:59:03 +01:00
Filip Hracek
a94e5e88a2 Fix go_router navigation (#1515) 2022-12-04 08:06:49 +10:00
Filip Hracek
886b91b005 Upgrade Firebase plugins to next major version (#1495) 2022-11-04 06:45:05 +04:00
Filip Hracek
bfba783bc7 Upgrade audioplayers to latest (#1462)
* Upgrade audioplayers to latest

There have been some important fixes recently. This fixes #1315.

Also, a fly-by upgrade of two other dependencies.

* Delete .gitignore “heading”
2022-10-07 21:24:17 +10:00
Brett Morgan
7835f719c2 Specify parametric type on buildMyTransition (#1435) 2022-09-19 11:36:49 -05:00
Filip Hracek
0805ba38fb Upgrade game_template's dependencies (#1426) 2022-09-10 10:47:23 +10:00
Filip Hracek
6329e7a148 Upgrade macOS, iOS and Android runners (#1425)
Just removed the old `ios/`, `macos/` and `android/` folders and recreated them using `flutter create .`, then massaged the runners back into working order.
2022-09-09 13:21:58 +02:00
Brett Morgan
9d8aa333ee Update for Material changes & run rebuild scripts (#1412) 2022-09-01 11:01:17 +10:00
Rich Hall
1de97a68d4 New Crashlytics Crash Reporting APIs (#1351)
* Changes to package import statements

Without these changes to the package import statements, if a user uncomments the FirebaseCrashlytics code, they will get a bunch of errors.

* Commented out import statements & added instructions

* Update crashlytics.dart

Upgrade Crashlytics.dart to use recently released fatal crash APIs
https://firebase.blog/posts/2022/07/whats-new-in-crashlytics-for-flutter

* Ran dart format on changed files
2022-07-29 07:24:20 +10:00
Toshik
6e6bce1998 fix: import fixed to make game_template working out of this repository (#1329)
* fix: import fixed to make game_template working out of this repository

* fix: import fixed to make game_template working out of this repository
2022-07-20 05:51:27 +10:00
Rich Hall
e4d4d0f48d Changes to package import statements to prevent errors when using FirebaseCrashlytics code (#1309) 2022-06-18 10:53:07 +10:00
Rich Hall
9f6fae7213 updatedCrashlytics link in main.dart (#1301) 2022-06-07 13:45:21 +10:00
Craig Labenz
04e6972df5 bumped stale crashlytics version (#1289) 2022-05-28 13:36:13 -04:00
Brett Morgan
4af443d33f Drop lock files from repo (#1282) 2022-05-28 07:01:26 +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
Filip Hracek
4e19545963 Upgrade to latest (#1262) 2022-05-12 08:24:02 -07:00
Brett Morgan
ccd68f34e2 Beta (#1234) 2022-05-11 12:48:11 -07: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