MOD: need to merge
This commit is contained in:
parent
774609d8ec
commit
a8930a87ba
|
@ -9,6 +9,7 @@ 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
|
||||
|
||||
|
||||
|
||||
|
@ -20,7 +21,7 @@ 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
|
||||
* 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
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
===================
|
||||
USER INTERFACE (UI)
|
||||
===================
|
||||
|
||||
|
||||
ANDROID
|
||||
=======
|
||||
* Android JetPack
|
||||
- https://medium.com/deemaze-software/android-jetpack-navigation-architecture-component-b603c9a8100c
|
||||
|
||||
|
||||
|
||||
GRAPHICS
|
||||
========
|
||||
|
||||
|
||||
|
||||
iOS
|
||||
===
|
||||
* CocoaPods
|
||||
* $ open -a Simulator
|
||||
|
||||
|
|
@ -41,7 +41,6 @@ Tasks
|
|||
|
||||
Milestones
|
||||
^^^^^^^^^^
|
||||
|
||||
* normalizedcrypto
|
||||
- maybe wrap nextcrypto with a *VERY* simple API
|
||||
- new StrongestCrypt() (post-quantum, maybe even double-wrap)
|
||||
|
|
Loading…
Reference in New Issue