Skip to content

har5hit/PokeDex-Flutter

Repository files navigation

Pokedex Flutter

A Demo Application for demonstrating MVVM design pattern using Bloc, Speeding up development and Team velocity with Auto generation of boilerplate code using Hygen code generator.

License

Android CI

Open in Gitpod

Screenshot

Application Structure

  • /data (All data related files)

    • /entity_1 (for e.g: Person)
      • /model
      • /repository
      • /network
  • /presentation (All view related files)

    • /module_1
      • /component_1
        • /bloc
        • /screen
        • /widget

Code Generation

Directly Try it On: Gitpod ready-to-code

Prerequisite

Generate View Components

hygen component new

Screenshot

hygen repository new

Screenshot

Github Actions (CI-CD)

  • Android CI - to verify every code push to/pull request on master branch is validated, error free and releases can be properly built.

Workflow Complete

Workflow Artifact

TODO

  • Unit Test Cases
  • E2E Test Cases
  • Persistence

Resources

Pokemon Data

PokeAPI - The RESTful Pokémon API

All the Pokémon data you'll ever need in one place, easily accessible through a modern RESTful API.

App Icon

License

Copyright 2020 Harshith Shetty ([email protected])

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.