forked from fluttercommunity/flutter_launcher_icons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: can now use flutter_launcher_icons key in pubspec instead o…
…f flutter_icons
- Loading branch information
1 parent
f954a34
commit d314ca8
Showing
30 changed files
with
655 additions
and
536 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,45 @@ | ||
# This file tracks properties of this Flutter project. | ||
# Used by Flutter tool to assess capabilities and perform upgrades etc. | ||
# | ||
# This file should be version controlled and should not be manually edited. | ||
# This file should be version controlled. | ||
|
||
version: | ||
revision: ce40de69b7b4f89c66d19c8dbd3bd86ae30f1bc6 | ||
channel: dev | ||
revision: f72efea43c3013323d1b95cff571f3c1caa37583 | ||
channel: stable | ||
|
||
project_type: app | ||
|
||
# Tracks metadata for the flutter migrate command | ||
migration: | ||
platforms: | ||
- platform: root | ||
create_revision: f72efea43c3013323d1b95cff571f3c1caa37583 | ||
base_revision: f72efea43c3013323d1b95cff571f3c1caa37583 | ||
- platform: android | ||
create_revision: f72efea43c3013323d1b95cff571f3c1caa37583 | ||
base_revision: f72efea43c3013323d1b95cff571f3c1caa37583 | ||
- platform: ios | ||
create_revision: f72efea43c3013323d1b95cff571f3c1caa37583 | ||
base_revision: f72efea43c3013323d1b95cff571f3c1caa37583 | ||
- platform: linux | ||
create_revision: f72efea43c3013323d1b95cff571f3c1caa37583 | ||
base_revision: f72efea43c3013323d1b95cff571f3c1caa37583 | ||
- platform: macos | ||
create_revision: f72efea43c3013323d1b95cff571f3c1caa37583 | ||
base_revision: f72efea43c3013323d1b95cff571f3c1caa37583 | ||
- platform: web | ||
create_revision: f72efea43c3013323d1b95cff571f3c1caa37583 | ||
base_revision: f72efea43c3013323d1b95cff571f3c1caa37583 | ||
- platform: windows | ||
create_revision: f72efea43c3013323d1b95cff571f3c1caa37583 | ||
base_revision: f72efea43c3013323d1b95cff571f3c1caa37583 | ||
|
||
# User provided section | ||
|
||
# List of Local paths (relative to this file) that should be | ||
# ignored by the migrate tool. | ||
# | ||
# Files that are not part of the templates will be ignored by default. | ||
unmanaged_files: | ||
- 'lib/main.dart' | ||
- 'ios/Runner.xcodeproj/project.pbxproj' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.