fnplus / enroll-me-flutter

A cross-platform event management app for organisations
MIT License
24 stars 7 forks source link

Decide and Provide the Basic Implementation of App Architecture #1

Open ayush221b opened 5 years ago

ayush221b commented 5 years ago

There are a number of architectural patterns and state management techniques that can be implemented with Flutter. It is for the community to discuss and come up with an actionable approach for this project.

I propose that we go with one of the following options for state management:

  1. Scoped Models
  2. Bloc Pattern

Any edits, suggestions, and all proposals are welcome and appreciated. For more information about the project, kindly refer Readme.md

pratik037 commented 4 years ago

I suggest provider now?