Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 2.14 KB

README.md

File metadata and controls

40 lines (22 loc) · 2.14 KB

Flutter RealWorld Example App

Flutter codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

This codebase was created to demonstrate a fully fledged fullstack application built with Flutter including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the Flutter community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

How it works

Getting started

To build this app yourself:

  • Install Flutter
  • Clone this repo and open it with Android Studio (Don't forget to install the Flutter Plugin)
  • flutter packages get to download the Dart packages
  • flutter build apk then flutter install to install the app in release mode to Android device
  • Enjoy!

If you find any bug while using, PLEASE give me an issue. Any advice is expected also

Preview (screenshots)