We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bb407e + cc14c22 commit dfd9903Copy full SHA for dfd9903
installers/README.md
@@ -0,0 +1,11 @@
1
+
2
3
+# Onix Flutter Project Generator
4
5
6
+## Creating DMG installer
7
8
+Use following command:
9
10
+`rm ‘release/Onix Flutter Project Generator.dmg’ && flutter clean && flutter build macos --release && appdmg installers/dmg_creator/config.json ‘release/Onix Flutter Project Generator.dmg’`
11
pubspec.yaml
@@ -3,7 +3,7 @@ description: Onix Flutter Clean Architecture
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
-version: 1.0.20+20
+version: 1.0.21+21
environment:
sdk: '>=3.2.0 <4.0.0'
0 commit comments