MOD: syncing
This commit is contained in:
parent
21fa702dbd
commit
61cc08ebab
|
@ -2,7 +2,7 @@
|
||||||
Dart
|
Dart
|
||||||
====
|
====
|
||||||
|
|
||||||
|
* https://dartpad.dartlang.org
|
||||||
|
|
||||||
* Dart Naming Convention
|
* Dart Naming Convention
|
||||||
- "_FileScopeNamingConvention"
|
- "_FileScopeNamingConvention"
|
||||||
|
|
|
@ -9,10 +9,17 @@ Metadata
|
||||||
* https://flutter.dev/docs/get-started/codelab
|
* https://flutter.dev/docs/get-started/codelab
|
||||||
* https://flutter.dev/docs/reference/tutorials
|
* https://flutter.dev/docs/reference/tutorials
|
||||||
* https://flutter.dev/docs/resources/videos
|
* 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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,25 @@
|
||||||
|
===================
|
||||||
|
USER INTERFACE (UI)
|
||||||
|
===================
|
||||||
|
|
||||||
|
|
||||||
|
ANDROID
|
||||||
|
=======
|
||||||
|
|
||||||
|
* Android JetPack
|
||||||
|
- https://medium.com/deemaze-software/android-jetpack-navigation-architecture-component-b603c9a8100c
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
GRAPHICS
|
||||||
|
========
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
iOS
|
||||||
|
===
|
||||||
|
|
||||||
|
* CocoaPods
|
||||||
|
* $ open -a Simulator
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,6 @@ WORKING
|
||||||
- add combo spinner
|
- add combo spinner
|
||||||
- adding basic encrypt screen
|
- adding basic encrypt screen
|
||||||
* using local branch "ciphers" for updates to add more ciphers
|
* using local branch "ciphers" for updates to add more ciphers
|
||||||
* local branches "merg" and "sha" are old, DELETE them soon
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue