Miguel Beltran
6bea60b091
Migrate game_template to Material 3 ( #1613 )
2 years ago
Parker Lougheed
294ea4ff8f
Update to `audioplayers` 3.0.0 in `game_template` ( #1591 )
2 years ago
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>
2 years ago
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>
2 years ago
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>
2 years ago
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>
2 years ago
Filip Hracek
a94e5e88a2
Fix go_router navigation ( #1515 )
2 years ago
Filip Hracek
886b91b005
Upgrade Firebase plugins to next major version ( #1495 )
2 years ago
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”
2 years ago
Brett Morgan
7835f719c2
Specify parametric type on `buildMyTransition` ( #1435 )
2 years ago
Filip Hracek
0805ba38fb
Upgrade game_template's dependencies ( #1426 )
2 years ago
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.
2 years ago
Brett Morgan
9d8aa333ee
Update for Material changes & run rebuild scripts ( #1412 )
2 years ago
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
2 years ago
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
2 years ago
Rich Hall
e4d4d0f48d
Changes to package import statements to prevent errors when using FirebaseCrashlytics code ( #1309 )
3 years ago
Rich Hall
9f6fae7213
updatedCrashlytics link in main.dart ( #1301 )
3 years ago
Craig Labenz
04e6972df5
bumped stale crashlytics version ( #1289 )
3 years ago
Brett Morgan
4af443d33f
Drop lock files from repo ( #1282 )
3 years ago
Brett Morgan
58bc5d7a58
Deps update, utilize `super.key` ( #1265 )
...
* Deps update, utilize `super.key`
* `flutter format`
3 years ago
Filip Hracek
4e19545963
Upgrade to latest ( #1262 )
3 years ago
Brett Morgan
ccd68f34e2
Beta ( #1234 )
3 years ago
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
3 years ago