-
Notifications
You must be signed in to change notification settings - Fork 45
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
Make a layout for FAQs in Flutter #75
Comments
Hey @DesignrKnight, I would like to work on the issue #75. |
Thanks so much, @arbazdiwan for your enthusiasm @Chinmay-KB will guide further |
sure. |
@Chinmay-KB, please reply asap. |
Sorry for the delayed response and thanks for your patience. In the new version of FAQ, there are mainly 4 parts Each question will be having certain tags based on whcoh the results will be filtered. You can take inspiration from Google maps UI, if need be. Appbase will be phased out by us and we'll be using our own API, so for the time being you can either work with dummy data or create a mock api (recommended). The current app does not have any state management. If you have any any preference for a state management package then feel free to use that, but from our side we would recommend you to use Stacked for state management as we use that in our other projects. If you have any more questions, feel free to hit us up! |
If you are clear, then it would be nice if you could share a low fidelity wireframe of how you're going to implement the UI |
sure.
…On Mon, 5 Oct 2020, 1:39 am Chinmay Kabi, ***@***.***> wrote:
If you are clear, then it would be nice if you could share a low fidelity
wireframe of how you're going to implement the UI
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#75 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF5PZSDKNQXFK4T2E3MHZH3SJDI55ANCNFSM4O37VXEA>
.
|
@Chinmay-KB , can you give me a sample of response from your API? |
The API response will look something along the lines of { |
Also, the answer will have a basic markdown, so that should render properly |
Got it @DesignrKnight @Chinmay-KB , can you please explain what kind of markdown will be there? |
Simple tags for bold, italics, bullet points, links |
after solving a lot of build issues, I am able to successfully run the App (I think there should me steps written in readme.md file to configure the project). I've received the OTP, it is asking me for roll number. Not accepting any random roll number. What to do now? please reply asap @Chinmay-KB , @DesignrKnight |
Roll number format 111AB1234 |
The present screen is made in Native Android. Re-make in Flutter.
Data would be fetched via API(not yet ready)
The text was updated successfully, but these errors were encountered: