3
0
Fork 0

Add bullet format for list

This commit is contained in:
micha3lbrown 2021-02-11 13:44:27 -05:00
parent 242ce92d3f
commit ef7c0fdfac
No known key found for this signature in database
GPG Key ID: 3F02D82B487AD431
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
## Directory Structure
`/lib` - Flutter directory - takes dart code and turns it into iOS and Android native applications
`/nebula` - Build for mobile
`/android & /ios` - Shims for stitching together frontend (user facing) config items to persisted state and client configurations
- `/lib` - Flutter directory - takes dart code and turns it into iOS and Android native applications
- `/nebula` - Build for mobile
- `/android & /ios` - Shims for stitching together frontend (user facing) config items to persisted state and client configurations
## Persisted State
State is stored using two different platform specific mechanisms. iOS applications stores its site specific data in a VPN configuration. Android state is persisted via Keychain(?)/encrypted filesystem. Flutter models help us persist data in a structured format but requires some native code (Kotlin/Swift) to parse and store the data (i.e. `android/` & `ios/`).