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.
-
/data (All data related files)
- /entity_1 (for e.g: Person)
- /model
- /repository
- /network
- /entity_1 (for e.g: Person)
-
/presentation (All view related files)
- /module_1
- /component_1
- /bloc
- /screen
- /widget
- /component_1
- /module_1
- Install Hygen
hygen component new
hygen repository new
- Android CI - to verify every code push to/pull request on master branch is validated, error free and releases can be properly built.
- Android Artifact - Archives and hosts apk build on each tag push for sharing.
- Unit Test Cases
- E2E Test Cases
- Persistence
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.
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.