Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor code to use Provider Architecture #80

Open
Sameerkash opened this issue Apr 12, 2021 · 5 comments
Open

Refactor code to use Provider Architecture #80

Sameerkash opened this issue Apr 12, 2021 · 5 comments

Comments

@Sameerkash
Copy link

Feature request:

On the course the current code is headed, it can get really messy to manage state and other code.
It'd be best if architecture is implemented when the code hasn't grown too much yet.

I'd like to propose using the Provider package with ChangeNotifier as this is beginner-friendly and least complex to implement.

The Tasks of this issue would be

  • Adding provider package and creating a MultiProvider using ChangeNotifier for any state.
  • Create a ChangeNotifier for handling Authentication and move auth logic into that.

Since we'll be having multiple services as this app demands so, we will use getIt package for easy singleton access across the app.

  • Refactor any service class to use GetIt.

This issue can of course be split up as it'll be a lot of code refactoring to be done by two people

@Sameerkash Sameerkash added Level3 GSSOC21 enhancement New feature or request labels Apr 12, 2021
@Mohitmadhav
Copy link
Contributor

Can we use Bloc state management @Sameerkash?

@Sameerkash
Copy link
Author

@Mohitmadhav I think Bloc would make it necessarily complicated. Provider would be preferred.

@Priyanshu078
Copy link

Can I work on this issue?
I can solve this issue using provider

@Priyanshu078
Copy link

@Sameerkash

@Runner-Shane
Copy link

Hi, is there anyone working on this issue? if not then can I work on this.

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

No branches or pull requests

5 participants