Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.36 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.36 KB

Task for Flutter Developer

Summary

Your task is to create a blogging application with the given UI.
Readers will be able to like blogs and articles uploaded from the admin side.

Details

  • Create a repository on your personal github account. Commit all your work to that repository.
  • Code review will be done.
  • Please add clear and concise commit messages to your commits.
  • Provide documentation / usage information for all implementations.
  • Optionally, provide a brief documentation regarding the widget implementations.
  • Try to implement clean architecture
  • Strictly try to implement BLoC Pattern for state management.

UI

  • Implement the UI shared through Figma in flutter with clean code implementation.
  • Code must be properly structured.
  • File should be properly named.
  • Try to be as creative as possible when it comes down to in-app animations.

API Integration

API sheet will be given after the completion of UI.

Git

Work on separate branches for major features. This is crucial for code review.

Timeline and reporting

  • You have a week(5 working days) for completing this task.
  • There will be daily progress reporting. You will be required to report your days progress via readme of the repository.