Skip to content

demirdev/riverpod_examples

Repository files navigation

Riverpod Examples

  1. Todo List

Todo Example

  1. Store Categories

    • worked with FutureProvider
    • read config.json from assets directory in provider
    • fetch categories from internet in provider
    • pull to refresh for refresh categories with ref.refresh(futureProvider)
  2. Events

    • worked with StreamProvider
    • listen websocket
    • send data to websocket

Events Example

  1. [Timer](https://github.com/demirdev/riverpod_examples/tree/main/lib/timer
    • worked with StateNotifier and int Stream

Timer Example

  1. Counter
    • worked with StateNotifier

Timer Example

  1. Infinite List
    • worked with StateNotifier
    • worked with DeBouncer

Timer Example

  1. Login
    • worked with StateNotifier
    • worked with ref.listen for show snackbar message and navigation
    • worked with Formz package
    • Fake user and authentication repository

Timer Example

  1. Tabs / Bottom Navigation Bar Items with Lottie animation.
    • worked with StateProvider
    • flutter_hooks
    • Persistent state between tabs with flutter_hooks Tabs / Bottom Navigation Bar Items with Lottie animation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published