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

https://github.com/splitio/flutter-araki

Araki is a simple example of using Flutter with Split's Flutter Plugin. Use the FutureBuilder to realize a dynamic UI with Split feature flags.
https://github.com/splitio/flutter-araki

Last synced: 3 months ago
JSON representation

Araki is a simple example of using Flutter with Split's Flutter Plugin. Use the FutureBuilder to realize a dynamic UI with Split feature flags.

Awesome Lists containing this project

README

          

# araki

A new Flutter project to show off the Split plugin for feature flags in Flutter.

Araki is the name of the creator of *Jo Jo's Bizarre Adventures*, a sleek bit of manga and anime.

## Background

The project itself is the default Flutter example with small changes:

- FutureBuilder is employed to wait for feature flags to be available
- Split dynamic config describes the image and title to put on the page

If you haven't used FutureBuilder, it allows a progress screen while the
data is fetched. If an error occurs, an error screen is show. Otherwise,
the main user interface is displayed using the data fetched.

## Read more

You can find more about this example in a blog on split.io main site:
[URL TO BE INCLUDED WHEN AVAILABLE]