FlutterDex is a Pokedex made with flutter using PokéApi for data fetching.
It's good to say that I developed that thinking only for iOS, so maybe you need to do one change or another to run on Android.
After cloning this repository, use the following command to install the dependencies
flutter pub get
See more at flutter.dev
You use the command open -a Simulator
to open an iOs emulator or connect your iPhone, then you use flutter run
to start searching for your favorite Pokemons.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.