From dd1bc9e3f9b0a7234cde306e45475ff87001f460 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 10 Dec 2020 12:06:40 -0500 Subject: [PATCH] Update README.md and pubspec.lock --- .gitignore | 1 - README.md | 14 +++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index a555a9c..0e91dc0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ .buildlog/ .history .svn/ -.tool-versions # IntelliJ related *.iml diff --git a/README.md b/README.md index b15798d..f6f8987 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,14 @@ - [`flutter`](https://flutter.dev/docs/get-started/install) - [`gomobile`](https://godoc.org/golang.org/x/mobile/cmd/gomobile) -- Copy `env.sh.example` to `env.sh` and update your `PATH` variable to expose both flutter and go bin directories +- [`android-studio`](https://developer.android.com/studio) +- [Enable NDK](https://developer.android.com/studio/projects/install-ndk) Check local.properties for current NDK version + +Copy env.sh.example to env.sh and update your PATH variable to expose both flutter and go bin directories + + ```export PATH="$PATH:/path/to/go/bin:/path/to/flutter/bin``` + - ```export PATH="$PATH:/path/to/go/bin:/path/to/flutter/bin``` - # Formatting `flutter format` can be used to format the code in `lib` and `test` but it's default is 80 char line limit, it's 2020 @@ -13,7 +17,8 @@ Use: ```sh flutter format lib/ test/ -l 120 -``` +``` + # Release @@ -30,4 +35,3 @@ Upload the android bundle to the google play store https://play.google.com/apps/ ## iOS In xcode, Release -> Archive then follow the directions to upload to the app store. If you have issues, https://flutter.dev/docs/deployment/ios#create-a-build-archive -