cscoderr / Pokedex

Flutter Pokedex app using Riverpod, animations and clean architecture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokedex

codecov style: very good analysis License: MIT

Generated by the Very Good CLI 🤖


Screenshots

Getting Started 🚀

This project contains 3 flavors:

  • development
  • staging
  • production

To run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands:

# Development
$ flutter run --flavor development --target lib/main_development.dart

# Staging
$ flutter run --flavor staging --target lib/main_staging.dart

# Production
$ flutter run --flavor production --target lib/main_production.dart

flutter_localizations_link

About

Flutter Pokedex app using Riverpod, animations and clean architecture.

License:MIT License


Languages

Language:Dart 65.6%Language:C++ 18.3%Language:CMake 8.9%Language:HTML 4.3%Language:Ruby 1.5%Language:C 0.8%Language:Swift 0.4%Language:Kotlin 0.1%Language:Objective-C 0.0%