2019-06-24 00:53:43 +02:00
|
|
|
# toolheim
|
|
|
|
|
2019-08-08 21:06:12 +02:00
|
|
|
# Generator stuff
|
2019-06-24 00:53:43 +02:00
|
|
|
|
2019-08-08 21:06:12 +02:00
|
|
|
## Json adapter
|
2019-06-24 00:53:43 +02:00
|
|
|
|
2019-08-08 21:06:12 +02:00
|
|
|
$ flutter packages pub run build_runner build --delete-conflicting-outputs
|
2019-06-24 00:53:43 +02:00
|
|
|
|
2019-08-08 21:06:12 +02:00
|
|
|
## App launcher icon
|
2019-06-24 00:53:43 +02:00
|
|
|
|
2019-08-08 21:06:12 +02:00
|
|
|
$ flutter pub pub run flutter_launcher_icons:main
|
2019-08-11 21:20:33 +02:00
|
|
|
|
|
|
|
## Create App Bundle Release
|
|
|
|
|
|
|
|
$ flutter build appbundle
|