https://github.com/kuzzleio/flutter-boilerplate
A flutter boilerplate with Kuzzle SDK
https://github.com/kuzzleio/flutter-boilerplate
Last synced: 4 months ago
JSON representation
A flutter boilerplate with Kuzzle SDK
- Host: GitHub
- URL: https://github.com/kuzzleio/flutter-boilerplate
- Owner: kuzzleio
- Archived: true
- Created: 2021-07-26T07:32:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T08:24:03.000Z (over 4 years ago)
- Last Synced: 2025-02-27T16:10:34.979Z (11 months ago)
- Language: Dart
- Size: 90.8 KB
- Stars: 4
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter + Kuzzle SDK boilerplate
This is a boilerplate for using Kuzzle SDK with flutter.
It contains a Login page with the storage of the token inside a secure storage and token lifetime checking.
Also contains a Home page with a bottom navigation bar and the logout logic.
## I18n
This boilerplate integrate a i18n file: messages.i18n.yaml.
After updating this file you should run the following command:
```sh
flutter pub run build_runner build
```