We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The list of cubits that we need to implement to port all functionality from stateful widget to (mostly) stateless widgets:
NavigationCubit
UserCubit
ConversationListCubit
ConversationDetailCubit
MessageListCubit
MessageCubit
AddMembersCubit
The text was updated successfully, but these errors were encountered:
boxdot
No branches or pull requests
The list of cubits that we need to implement to port all functionality from stateful widget to (mostly) stateless widgets:
NavigationCubit
-- responsible for the navigation state (a single instance per app) (feat: introduce global navigation and routing #242)UserCubit
-- currently logged in user (a single instance per app) (refactor: expose the user via a provider in the whole app #249)ConversationListCubit
-- state and functionality of the list of conversations (feat: add conversation list cubit #267)ConversationDetailCubit
-- state and functionality of the details screen of a single conversation (feat: add conversation detail cubit #264)MessageListCubit
-- state and functionality of the message list (feat: add message list and message cubits #282)MessageCubit
-- state and functionality of a single message (feat: add message list and message cubits #282)AddMembersCubit
-- state and functionality for adding members to groups (feat: make add members screen stateless #284)The text was updated successfully, but these errors were encountered: