38 lines
1.0 KiB
ReStructuredText
38 lines
1.0 KiB
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
|
|
* https://medium.com/flutter-community
|
|
|
|
|
|
|
|
Example Projects
|
|
================
|
|
* Number picker : https://pub.dartlang.org/packages/numberpicker
|
|
* Up drawer : https://github.com/iampawan/FlutterBackdrop
|
|
* splash screen : https://youtu.be/FNBuo-7zg2Q
|
|
* TextField : https://medium.com/flutter-community/a-deep-dive-into-flutter-textfields-f0e676aaab7a
|
|
|
|
|
|
|
|
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
|
|
|
|
|