Skip to content

🐼 Pokedex demonstrates modern Flutter development based on MVVM CleanArchitecture.

License

Notifications You must be signed in to change notification settings

tegueneeeee/FlutterPokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlutterPokédex

License Flutter CI

🐼 Pokedex demonstrates modern Flutter development based on MVVM CleanArchitecture.

Tech stack & Open-source libraries

  • Riverpod
  • Clean Architecture
    • MVVM Architecture View(Page StatelessWidget) - ViewModel(StateNotifier by Riverpod) - Model(Entity by Freezed)
    • Repository Pattern
    • Remote, Local, Cache data soure
    • UseCase
  • Retrofit & Dio: Construct the REST APIs network interface.
  • Freezed: Creating immutable classes with value equality for modeling
  • go_router: Navigation simplifiles routing in app
  • Mocktail: Unit Test Mocking
  • palette_generator: For average background color

Architecture

Flutter Pokedex is based on the Clean Architecture MVVM architecture

Open API

Pokedex using the PokeAPI for constructing RESTful API.
PokeAPI provides a RESTful API interface to highly detailed objects built from thousands of lines of data related to Pokémon.

License

Designed and developed by 2023 tegueneeeee (Teakwon Kim)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

🐼 Pokedex demonstrates modern Flutter development based on MVVM CleanArchitecture.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages