ArizArmeidi /
FlutterDex
A simple PokeDex App with Modern UI created using Flutter and Dart and using API from PokeApi.
53/100 healthLoading repository data…
mts-lucas / repository
APP de pokedex desenvolvido e flutter como medida avaliativa da disciplina de POO
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Código desenvolvido para o mini projeto da disciplina de Poo do curso de sistemas de informação O projeto se trata de uma PokeDex, uma enciclopédia de Pokemon, que puxa dados de uma api. A pokedex exibe diversos pokemons, possuindo informações detalhadas sobre cada um e seus tipos. O código foi desenvolvido utilizando a linguagem dart e o framework Flutter.
flutter_dex
├─ lib
│ ├─ components
│ │ ├─ appBar.dart
│ │ ├─ bottomNavBar.dart
│ │ ├─ buttomQuiz.dart
│ │ ├─ buttomRegions.dart
│ │ └─ homeButtom.dart
│ ├─ detail
│ │ ├─ datailPokemon.dart
│ │ │ └─ pkmView.dart
│ ├─ homepage
│ │ ├─ cardView.dart
│ │ ├─ filterPage.dart
│ │ └─ homePage.dart
│ ├─ main.dart
│ ├─ quiz
│ │ ├─ quizView.dart
│ │ └─ telaQuiz.dart
│ ├─ search
│ │ ├─ SearchInput.dart
│ │ └─ telaSearch.dart
│ └─ utils
│ ├─ captalize.dart
│ ├─ colors.dart
│ ├─ dexfonts.dart
│ ├─ loading.dart
│ └─ search.dart
├─ pubspec.lock
└─ pubspec.yaml
git clone https://github.com/mts-lucas/flutter-dex.git
cd flutter-dex
flutter pub get
flutter run
Este projeto é licenciado sob a licença MIT.
Selected from shared topics, language and repository description—not editorial ratings.
ArizArmeidi /
A simple PokeDex App with Modern UI created using Flutter and Dart and using API from PokeApi.
53/100 healthCreating the Data Model and Fetching Pokemon Information, Listing the Data with Future Builder, Creating Responsive AppTitle Widget Applying Screen Utils and Google Fonts Packages, Using Orientation Builder and ListItem Widget, Completing the List and Using CacheNetworkImage
29/100 healthkacianoghelere /
A flutter pokedex app developed with de pokeapi.co, GraphQL and Hive
40/100 healthedusantsales /
O projeto é uma aplicação web/mobile de conteúdos sobre pokémons (pokédex, séries, vídeos, notícias, times, etc...).
39/100 healthSourish-Kanna /
A PokeDex application developed using Flutter as part of the Skill Development Program in college. The app leverages the PokéAPI, a RESTful API, to retrieve and showcase detailed information about various Pokémon, offering users an interactive and engaging way to explore the Pokémon universe.
63/100 healthRevTpark /
Pokedex Flutter app integrated with tflite model
29/100 health