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.
- Host: GitHub
- URL: https://github.com/splitio/flutter-araki
- Owner: splitio
- Created: 2022-08-19T19:25:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T16:07:14.000Z (over 1 year ago)
- Last Synced: 2024-12-21T14:38:27.765Z (about 1 year ago)
- Language: C++
- Size: 206 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]