Skip to content

Inconsistent State Management (Provider vs Riverpod) #65

Description

@thet1nk3r3r

Description

The project currently uses both Provider and Riverpod for state management in different parts of the app. This creates inconsistency and confusion in the codebase.

Problem

  • Mixed usage of Provider and Riverpod
  • Harder to maintain and onboard new contributors
  • Inconsistent state management patterns

Expected Fix

  • Standardize state management to Riverpod only
  • Replace all Provider usages with Riverpod equivalents

Scope

  • Identify all usages of Provider
  • Refactor them using Riverpod (StateNotifier, AsyncNotifier, etc.)
  • Ensure consistency across the app

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions