You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/game_template/pubspec.yaml

58 lines
1.3 KiB

name: game_template
description: A mobile game built in Flutter.
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
version: 0.0.1+1
environment:
sdk: ^3.4.0-0
dependencies:
flutter:
sdk: flutter
audioplayers: ^6.0.0
cupertino_icons: ^1.0.2
Bump go_router from 13.2.5 to 14.0.0 in /game_template (#2255) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 13.2.5 to 14.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/26f660b52626912ba93f0318bcc412d0e99de4cd"><code>26f660b</code></a> [go_router] Add <code>GoRouterState state</code> parameter to <code>GoRouterData.onExit</code> (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6495">#6495</a>)</li> <li><a href="https://github.com/flutter/packages/commit/59916a9bceb673104da3767d76a5d0414c95a5f1"><code>59916a9</code></a> [camera] Finish converting iOS to Pigeon (<a href="https://github.com/flutter/packages/tree/main/packages/issues/6601">#6601</a>)</li> <li>See full diff in <a href="https://github.com/flutter/packages/commits/go_router-v14.0.0/packages">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go_router&package-manager=pub&previous-version=13.2.5&new-version=14.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
5 months ago
go_router: ^14.0.0
logging: ^1.1.0
provider: ^6.0.2
shared_preferences: ^2.0.13
# If you don't need one of the following dependencies,
# delete the relevant line below, and get rid of any Dart code
# that references the dependency.
firebase_core: ^3.0.0 # Needed for Crashlytics below
firebase_crashlytics: ^4.0.0 # Error reporting
Bump games_services from 3.0.3 to 4.0.0 in /game_template (#2078) Bumps [games_services](https://github.com/Abedalkareem/games_services) from 3.0.3 to 4.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Abedalkareem/games_services/releases">games_services's releases</a>.</em></p> <blockquote> <h2>4.0.0 🎁</h2> <ul> <li>migrate to Google Play Games Services 2.0.0.</li> <li>use the Darwin folder for iOS and macOS.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Abedalkareem/games_services/commit/a6c6135f387a48f90d0d67df5eed8be1358061b4"><code>a6c6135</code></a> update the read me, update version number</li> <li><a href="https://github.com/Abedalkareem/games_services/commit/30b203a0d5b2520f004a36a3aec9dfa929fd9c4b"><code>30b203a</code></a> Merge pull request <a href="https://redirect.github.com/Abedalkareem/games_services/issues/125">#125</a> from Abedalkareem/feature/move_ios_macos_to_darwin</li> <li><a href="https://github.com/Abedalkareem/games_services/commit/815dd4ab95a04f066663224212b017f7b8557e08"><code>815dd4a</code></a> move the ios and macos code to darwin folder</li> <li><a href="https://github.com/Abedalkareem/games_services/commit/ab07bbd3e433cf94b91fc4276083a1a58ef0987c"><code>ab07bbd</code></a> Merge pull request <a href="https://redirect.github.com/Abedalkareem/games_services/issues/123">#123</a> from theLee3/clean-up-doc-comments</li> <li><a href="https://github.com/Abedalkareem/games_services/commit/a0be2adbde35ecf5fda0e0bde0348f65384ccf66"><code>a0be2ad</code></a> Update docs for version 4.0.0.</li> <li><a href="https://github.com/Abedalkareem/games_services/commit/257b49b3c3d716d6631e2127fa7a95894a737a33"><code>257b49b</code></a> Merge pull request <a href="https://redirect.github.com/Abedalkareem/games_services/issues/122">#122</a> from theLee3/finish-v2-migration</li> <li><a href="https://github.com/Abedalkareem/games_services/commit/242cb068ffc524b2733c48ec2af6ffd8e758c10d"><code>242cb06</code></a> Finish migration to Play Games Services v2.</li> <li><a href="https://github.com/Abedalkareem/games_services/commit/7f149412a049a0985d2af3741f212e76cd1a13cc"><code>7f14941</code></a> Merge pull request <a href="https://redirect.github.com/Abedalkareem/games_services/issues/119">#119</a> from Abedalkareem/feature/update_to_games_services_v2</li> <li><a href="https://github.com/Abedalkareem/games_services/commit/4245e3d4e294e4e0bb985c92de9f3188ebdbf9dc"><code>4245e3d</code></a> set the pendingOperation before auth starts for signInV2</li> <li><a href="https://github.com/Abedalkareem/games_services/commit/66286c6c75f833ac6e00f179d1d92bebbd08d028"><code>66286c6</code></a> Merge pull request <a href="https://redirect.github.com/Abedalkareem/games_services/issues/120">#120</a> from domesticmouse/patch-1</li> <li>Additional commits viewable in <a href="https://github.com/Abedalkareem/games_services/compare/3.0.3...4.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=games_services&package-manager=pub&previous-version=3.0.3&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
games_services: ^4.0.0 # Achievements and leaderboards
Bump google_mobile_ads from 4.0.0 to 5.0.0 in /game_template (#2218) Bumps [google_mobile_ads](https://github.com/googleads/googleads-mobile-flutter/tree/main/packages) from 4.0.0 to 5.0.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/googleads/googleads-mobile-flutter/commits/HEAD/packages">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google_mobile_ads&package-manager=pub&previous-version=4.0.0&new-version=5.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 months ago
google_mobile_ads: ^5.0.0 # Ads
in_app_purchase: ^3.0.1 # In-app purchases
dev_dependencies:
Bump flutter_lints from 4.0.0 to 5.0.0 in /game_template (#2463) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 4.0.0 to 5.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/f38b780f530f1244849990fe82ea6615863ed5aa"><code>f38b780</code></a> [package:flutter_lints] update the dep on <code>package:lints</code> to 5.0.0 and the sd...</li> <li><a href="https://github.com/flutter/packages/commit/7da2374fd81877e3363b090c599ee474f86d31fb"><code>7da2374</code></a> Update test to not depend on <code>Color.toString()</code> (<a href="https://github.com/flutter/packages/tree/main/packages/issues/7701">#7701</a>)</li> <li><a href="https://github.com/flutter/packages/commit/54dd8883c5cfeea69e1be1383c091a5e90dfb34b"><code>54dd888</code></a> [flutter_lints] remove prefer_const_constructors, prefer_const_declarations, ...</li> <li><a href="https://github.com/flutter/packages/commit/47795ab86ab1c804d91a29cf4d6eb054ea82bfad"><code>47795ab</code></a> [go_router] Fixed TabView swiping in custom stateful shell route example (<a href="https://github.com/flutter/packages/tree/main/packages/issues/7">#7</a>...</li> <li><a href="https://github.com/flutter/packages/commit/4926c0f8bd99ac61e5208e3410182be97ec0c2a4"><code>4926c0f</code></a> [quick_actions] Add guidance for correcting task management/back press behavi...</li> <li><a href="https://github.com/flutter/packages/commit/21d99dcc16c904871ad81efcc009c90d57c6c5b2"><code>21d99dc</code></a> [various] Adds macOS privacy manifests (<a href="https://github.com/flutter/packages/tree/main/packages/issues/7687">#7687</a>)</li> <li><a href="https://github.com/flutter/packages/commit/24594a081676f2678fea4bb1e8d5d6253ee3f4c2"><code>24594a0</code></a> [google_maps_flutter_android] Convert <code>PlatformPolyline.pattern</code> to Pigeon (#...</li> <li><a href="https://github.com/flutter/packages/commit/f54fe930753f6e44def213297bd8e794c846ad43"><code>f54fe93</code></a> [pigeon] Validates support for nested collections with generic types. (<a href="https://github.com/flutter/packages/tree/main/packages/issues/7614">#7614</a>)</li> <li><a href="https://github.com/flutter/packages/commit/e9253e60161b498f2528a76198b6cd57a1a0d252"><code>e9253e6</code></a> [interactive_media_ads] Adds internal wrapper for Android native `AdsRenderin...</li> <li><a href="https://github.com/flutter/packages/commit/fef7ffb4fe95d46a4562562cb764ace720502310"><code>fef7ffb</code></a> [interactive_media_ads]: Bump com.google.ads.interactivemedia.v3:interactivem...</li> <li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/flutter_lints-v5.0.0/packages">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flutter_lints&package-manager=pub&previous-version=4.0.0&new-version=5.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 week ago
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
Bump flutter_launcher_icons from 0.13.1 to 0.14.0 in /game_template (#2443) Bumps [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) from 0.13.1 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fluttercommunity/flutter_launcher_icons/releases">flutter_launcher_icons's releases</a>.</em></p> <blockquote> <h2>v0.14.0</h2> <h2>What's Changed</h2> <ul> <li>Update README.md by <a href="https://github.com/malibayram"><code>@​malibayram</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/483">fluttercommunity/flutter_launcher_icons#483</a></li> <li>Revert &quot;Update README.md&quot; by <a href="https://github.com/RatakondalaArun"><code>@​RatakondalaArun</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/484">fluttercommunity/flutter_launcher_icons#484</a></li> <li>docs: generate config file feature documentation by <a href="https://github.com/OutdatedGuy"><code>@​OutdatedGuy</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/485">fluttercommunity/flutter_launcher_icons#485</a></li> <li>style: fixed linting warnings on pub website by <a href="https://github.com/OutdatedGuy"><code>@​OutdatedGuy</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/486">fluttercommunity/flutter_launcher_icons#486</a></li> <li>support ios icon background color when removing alpha by <a href="https://github.com/HaoCherHong"><code>@​HaoCherHong</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/450">fluttercommunity/flutter_launcher_icons#450</a></li> <li>add <code>background_color_ios</code> description to README.md by <a href="https://github.com/HaoCherHong"><code>@​HaoCherHong</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/487">fluttercommunity/flutter_launcher_icons#487</a></li> <li>Fix typo in README.md by <a href="https://github.com/HaoCherHong"><code>@​HaoCherHong</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/488">fluttercommunity/flutter_launcher_icons#488</a></li> <li>Fixed the misspellings of whether [Issue <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/526">#526</a>] by <a href="https://github.com/muddi900"><code>@​muddi900</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/527">fluttercommunity/flutter_launcher_icons#527</a></li> <li>feat: added support for android 13+ themed icons by <a href="https://github.com/OutdatedGuy"><code>@​OutdatedGuy</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/497">fluttercommunity/flutter_launcher_icons#497</a></li> <li>Feature: Configure dark and tinted mode icons for iOS 18+ by <a href="https://github.com/KevinHaendel"><code>@​KevinHaendel</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/569">fluttercommunity/flutter_launcher_icons#569</a></li> <li>related to [issue <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/96">#96</a>], Suggestion for an easier way to apply foreground inset by <a href="https://github.com/LOCKEDFILE"><code>@​LOCKEDFILE</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/563">fluttercommunity/flutter_launcher_icons#563</a></li> <li>update readme to use dart run by <a href="https://github.com/eifr"><code>@​eifr</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/561">fluttercommunity/flutter_launcher_icons#561</a></li> <li>fix: tests fails for the newly generated ios list by <a href="https://github.com/OutdatedGuy"><code>@​OutdatedGuy</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/576">fluttercommunity/flutter_launcher_icons#576</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/malibayram"><code>@​malibayram</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/483">fluttercommunity/flutter_launcher_icons#483</a></li> <li><a href="https://github.com/HaoCherHong"><code>@​HaoCherHong</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/450">fluttercommunity/flutter_launcher_icons#450</a></li> <li><a href="https://github.com/muddi900"><code>@​muddi900</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/527">fluttercommunity/flutter_launcher_icons#527</a></li> <li><a href="https://github.com/KevinHaendel"><code>@​KevinHaendel</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/569">fluttercommunity/flutter_launcher_icons#569</a></li> <li><a href="https://github.com/LOCKEDFILE"><code>@​LOCKEDFILE</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/563">fluttercommunity/flutter_launcher_icons#563</a></li> <li><a href="https://github.com/eifr"><code>@​eifr</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/561">fluttercommunity/flutter_launcher_icons#561</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.13.1...v0.14.0">https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.13.1...v0.14.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md">flutter_launcher_icons's changelog</a>.</em></p> <blockquote> <h2>0.14.0 (21st September 2024)</h2> <ul> <li>Android: Support for monochrome icons <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/563">#563</a></li> </ul> <p><strong>Before</strong></p> <p><strong>Now</strong></p> <ul> <li>Android: Ability to set inset for adaptive icon foreground and monochrome icon <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/563">#563</a></li> <li>iOS: Dark and Tinted icons for iOS 18+ <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/569">#569</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluttercommunity/flutter_launcher_icons/commit/3705b5178bbf1cf36ac4a086e1ff4c79bce26141"><code>3705b51</code></a> docs: updated readme</li> <li><a href="https://github.com/fluttercommunity/flutter_launcher_icons/commit/5371620a7f21d367d1ac4bc329f04bbe5cdf9f29"><code>5371620</code></a> build: updated dependencies</li> <li><a href="https://github.com/fluttercommunity/flutter_launcher_icons/commit/28f715b15f0700c9c1c73545771b17e4b8097c6d"><code>28f715b</code></a> build: increased dart sdk version</li> <li><a href="https://github.com/fluttercommunity/flutter_launcher_icons/commit/05b10685a1a8b5c27a614391954bae168f5d16b0"><code>05b1068</code></a> build: bumped version to 0.14.0</li> <li><a href="https://github.com/fluttercommunity/flutter_launcher_icons/commit/79077eee4d2da9194f3bc8d47247a1c0a4bd14db"><code>79077ee</code></a> fix: tests fails for the newly generated list (<a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/576">#576</a>)</li> <li><a href="https://github.com/fluttercommunity/flutter_launcher_icons/commit/a1b9a5b76eeb1b76c0517be54f55b00427e97d64"><code>a1b9a5b</code></a> update readme to use dart run (<a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/561">#561</a>)</li> <li><a href="https://github.com/fluttercommunity/flutter_launcher_icons/commit/8cf8aef1489f6f9168d9f4c267c4063e97868ca7"><code>8cf8aef</code></a> related to [issue <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/96">#96</a>], Suggestion for an easier way to apply foreground inse...</li> <li><a href="https://github.com/fluttercommunity/flutter_launcher_icons/commit/93a697fd50a9b857179ee1e712d0e4b347ed47d4"><code>93a697f</code></a> Feature: Configure dark and tinted mode icons for iOS 18+ (<a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/569">#569</a>)</li> <li><a href="https://github.com/fluttercommunity/flutter_launcher_icons/commit/006cb1ed53f969bf11816cde5b16dd520e1ee40e"><code>006cb1e</code></a> feat: added support for android 13+ themed icons (<a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/497">#497</a>)</li> <li><a href="https://github.com/fluttercommunity/flutter_launcher_icons/commit/ca79b54b2664ad4b7810778a29fa0023f4dc7a28"><code>ca79b54</code></a> Fixed the misspellings of whether [Issue <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/526">#526</a>] (<a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/527">#527</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.13.1...v0.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flutter_launcher_icons&package-manager=pub&previous-version=0.13.1&new-version=0.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 weeks ago
flutter_launcher_icons: ^0.14.0
test: ^1.19.0
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/music/
- assets/sfx/
fonts:
- family: Permanent Marker
fonts:
- asset: assets/Permanent_Marker/PermanentMarker-Regular.ttf
flutter_icons:
android: true
ios: true
image_path: "assets/icon.png"
adaptive_icon_background: "#FFFFFF"
adaptive_icon_foreground: "assets/icon-adaptive-foreground.png"