Migrated to flutter bloc package for receptions screen and added options to filter the appointments#30
Open
dhushyanth-s wants to merge 17 commits intoaptmtfrom
Open
Migrated to flutter bloc package for receptions screen and added options to filter the appointments#30dhushyanth-s wants to merge 17 commits intoaptmtfrom
dhushyanth-s wants to merge 17 commits intoaptmtfrom
Conversation
Contributor
dhushyanth-s
commented
Oct 25, 2020
- Migrated to flutter bloc package for the screen of the receptions
- Added options to filter appointments as per your convenience
- Added buttons to close, open and delete receptions easily
- Added pull-to-refresh functionality in receptions screen
Member
piyushchauhan
left a comment
There was a problem hiding this comment.
The bloc is not functioning properly. It is getting stuck after status update requested.
lib/views/receptions.dart
Outdated
| void initState() { | ||
| receptionsBloc = ReceptionsBloc(selectedDate); | ||
| receptionsBloc.date = selectedDate; | ||
| _tabController = TabController(length: 4, vsync: this); |
Member
There was a problem hiding this comment.
Since there are not tabs no need of this.
lib/views/receptions.dart
Outdated
| counter: "UPCOMING", | ||
| ), | ||
| ), | ||
| FilterChip( |
Member
There was a problem hiding this comment.
Make a common widget so that the code is not so redundant.
piyushchauhan
requested changes
Nov 8, 2020
Member
piyushchauhan
left a comment
There was a problem hiding this comment.
-
Btn visibility logic (sent on whatsapp)
-
At once only 1 chip should be selected. By default Upcoming chip should be selected whenever the app loads.
piyushchauhan
requested changes
Dec 17, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.