Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- appbar
- data
- 안드로이드
- livedata
- 계측
- tabbar
- LifeCycle
- CustomScrollView
- Button
- ScrollView
- viewmodel
- 앱바
- android
- Coroutines
- activity
- Navigation
- textfield
- intent
- TEST
- scroll
- textview
- Compose
- 테스트
- Flutter
- binding
- 앱
- Kotlin
- Dialog
- drift
- DART
Archives
- Today
- Total
목록Keychain (1)
Study Record
[Flutter] 간단한 데이터 저장 (flutter_secure_storage)
🎁 Flutter_secure_storage 플러터에서 앱을 종료해도 데이터가 삭제되지 않는 저장 공간을 이용하는 간단한 방법은 flutter_secure_storage 라이브러리를 사용하는 것이다. 이 라이브러리는 IOS 의 KeyChain 과 AOS 의 sharedPreferences 를 사용하고 있다. flutter_secure_storage | Flutter Package Flutter Secure Storage provides API to store data in secure storage. Keychain is used in iOS, KeyStore based solution is used in Android. pub.dev 😶 초기 설정 ① pubspec.yaml 파일에 flutter_sec..
Flutter/라이브러리
2023. 4. 7. 16:53