Skip to content

chiefbaki/amamini-admin

Repository files navigation

amamini_admin_app

Amamini admin app.

Getting Started

In this repository, we are going to build IMDB Clone application. This project will involve some best practices and tools.

The project:

  • follows Clean Architecture
  • uses Flutter Bloc state management
  • uses go_router for navigation
  • get_it, injectable for dependency injection
  • dio, retrofit for rest api handling
  • slang for language handling

Quick start

After cloning the repository you should:

  • create .env file in project root and save tokens as AMITY_API_KEY, AMITY_ADMIN_ACCESS_TOKEN
  • then you can get started by using the Flutter version specified in the pubspec.yaml file and by running:

flutter pub get && dart run build_runner build --delete-conflicting-outputs cd packages/app_localization && flutter pub get && dart run build_runner build --delete-conflicting-outputs && cd ../../

Do not forget to set correct base url in lib/core/constants/network_constants.dart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published