Skip to content

arconsis/flutter-app-architecture-example

Repository files navigation

Flutter App Architecture Example

A project applying the recommended app architecture for Android to Flutter.
You can learn more about the concepts of that architecture here

Getting Started

To access the movie api you need to create an account and get an API key from here.
Then create a file assets/config.json in your checked out project.
Add the api key into this file like the following:

{
  "apiKey": "your_key"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages