Skip to content

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.

Notifications You must be signed in to change notification settings

splitio/flutter-araki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published