An open API service indexing awesome lists of open source software.

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

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
```