MOD: moved docs to flutter UI repo
This commit is contained in:
parent
61cc08ebab
commit
7177699bed
|
@ -1,14 +0,0 @@
|
|||
====
|
||||
Dart
|
||||
====
|
||||
|
||||
* https://dartpad.dartlang.org
|
||||
|
||||
* Dart Naming Convention
|
||||
- "_FileScopeNamingConvention"
|
||||
- "_" or "__" used in a place that the parameter is NOT being used
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
=======
|
||||
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
|
||||
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
===================
|
||||
USER INTERFACE (UI)
|
||||
===================
|
||||
|
||||
|
||||
ANDROID
|
||||
=======
|
||||
|
||||
* Android JetPack
|
||||
- https://medium.com/deemaze-software/android-jetpack-navigation-architecture-component-b603c9a8100c
|
||||
|
||||
|
||||
|
||||
GRAPHICS
|
||||
========
|
||||
|
||||
|
||||
|
||||
iOS
|
||||
===
|
||||
|
||||
* CocoaPods
|
||||
* $ open -a Simulator
|
||||
|
||||
|
|
@ -12,6 +12,10 @@ WORKING
|
|||
- adding basic encrypt screen
|
||||
* using local branch "ciphers" for updates to add more ciphers
|
||||
|
||||
* 2-factor AUTH??
|
||||
- 5 digit combo (or hash value...this would be more secure, like second password)
|
||||
- password
|
||||
|
||||
|
||||
|
||||
Cipher Combo API DESIGN
|
||||
|
|
Loading…
Reference in New Issue