Skip to content

A simple implementation showing how you can easily make a cache management system with a repository base layer

License

Notifications You must be signed in to change notification settings

guillaumeboussion/cached_data_repository_manager

Repository files navigation

A simple project handling cache management in a Flutter app. This is using Riverpod, Sembast & GraphQL.

Features

There's tons of things to do, as it's just an export of my repository system. For the moment, explore the package to see what you can do with it :)

Getting started

In your Material App, simply add

 @override
 void initState() {
    super.initState();
    ref.read(configurationProvider).init(
        Configuration(
            graphqlEndpoint: ...,
            basicUsername: ...,
            basicPassword: ...,
        ),
    );
 }

Additional information

Work in progress.

About

A simple implementation showing how you can easily make a cache management system with a repository base layer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages