https://github.com/jinosh05/flutter_secure_storage_eg
A Flutter project for beginners to understand the concept of secure_storage and will be easily available to use and understand by everyone
https://github.com/jinosh05/flutter_secure_storage_eg
android flutter flutter-apps flutter-examples flutter-secure-storage ios
Last synced: 6 months ago
JSON representation
A Flutter project for beginners to understand the concept of secure_storage and will be easily available to use and understand by everyone
- Host: GitHub
- URL: https://github.com/jinosh05/flutter_secure_storage_eg
- Owner: jinosh05
- Created: 2021-06-14T06:58:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-28T17:06:11.000Z (about 2 years ago)
- Last Synced: 2025-02-05T21:25:03.411Z (8 months ago)
- Topics: android, flutter, flutter-apps, flutter-examples, flutter-secure-storage, ios
- Language: CMake
- Homepage:
- Size: 7.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# secure_storage
A Flutter project for beginners to understand the concept of secure_storage and will be easily available to use and understand by everyone
# Flutter_secure_storage_eg
## Packages Used
- [Flutter Secure Storage](https://pub.dev/packages/flutter_secure_storage)
## Screenshot
## Build Instructions
### Install Flutter
Built with [Flutter](https://flutter.dev/), you need to have `Flutter` dev tools
installed on your computer to compile the project. check [Flutter Documentation](https://flutter.dev/docs)
to learn how to install `Flutter` and initialize a Flutter App.
### Run AppIf you have an AVD or real device attached, you can do
```
flutter run
```### Build APK
You may build the App with Flutter's [Deployment Documentation](https://flutter.dev/docs).
In order to build a fat APK, you can do
```
flutter build apk
```
and find the output in `build/app/outputs/flutter-apk/app-release.apk`#### Dev hints
Currently supports flutter: 2.20
# How to get this Repo and run it on your System
I kept the code as original as possible with prober Commented Guides for anyone to understand and implement. Still you need to follow these steps.
- First get Flutter and all necessary SDK/Plugins installed. Full guide here [Flutter: Get Started](https://flutter.dev/docs/get-started/install)
- Now download this [Repo](https://github.com/jinosh05/Flutter_secure_storage_eg/zip/master)
- Extract the Repo into your newly created **Flutter_secure_storage_eg** and replace the required files.
- Now you can Finally run VS-Code or Android Studio whichever you prefer and get the flutter packages and just run the App.
# Download the APKDownload the latest apk through the release sector.
## 💰You can help me by Donating