/flutter-blog

Simple flutter blog-like CRUD app that uses an external REST-API.

Primary LanguageDart

Flutter Blog App

Simple flutter blog-like CRUD app that uses an external REST-API.
API was developed in GO and you can access it from here. Provider was used as a state management solution.

login drawer profile
article landing filters

The app handles:

  • Login.
  • Registration.
  • Changing user fields including: name, email, password and profile picture.
  • Lazy loads articles/users/comments from a paginated API.
  • Filtering articles and users.
  • Creating articles/comments.
  • Editing articles/comments.
  • Deleting articles/comments.
  • Favoriting articles.
  • User profiles.
  • Logout.