-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #116 from Onix-Systems/dev
Update 1.3.0 (30)
- Loading branch information
Showing
301 changed files
with
6,290 additions
and
5,573 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
|
||
build: | ||
@flutter clean | ||
@flutter build macos --release | ||
build_macos: | ||
@rm -rf release | ||
fvm flutter clean | ||
fvm flutter build macos --release | ||
@mkdir release | ||
@appdmg installers/dmg_creator/config.json release/Onix_Flutter_Project_Generator.dmg | ||
|
||
build_runner: | ||
fvm dart run build_runner build --delete-conflicting-outputs | ||
|
||
codegen: | ||
dart run build_runner build --delete-conflicting-outputs |
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
4 changes: 2 additions & 2 deletions
4
bricks/flutter_clean_base/__brick__/{{project_name.snakeCase()}}/.env
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,2 +1,2 @@ | ||
APIKEY1 = 'APIKEY1' | ||
APIKEY2 = 'APIKEY2' | ||
APIKEY1=APIKEY1 | ||
APIKEY2=APIKEY2 |
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.