nc-wc-ndk_pub/docs/dev_flutter.rst

32 lines
730 B
ReStructuredText

=======
Flutter
=======
Metadata
========
* https://flutter.dev/docs/get-started/codelab
* https://flutter.dev/docs/reference/tutorials
* https://flutter.dev/docs/resources/videos
* https://flutter.dev/docs/get-started/flutter-for/android-devs
Flutter Install Notes
=====================
* do all of this as "j3g" NOT "overlord"
* download zip file, unzip, move to /Users/j3g/apps/
* sym-linked: ln -s /Users/j3g/apps/flutter/bin/flutter /usr/local/bin/flutter
* $ flutter doctor (execute this command)
- configure for android, follow directions
- configure for iphone, follow directions
- CocoaPods install/setup (seems very large 2+ GB !!)
- install as "j3g" user because installs to ~/.cocoapods