Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moak13/giga_bank_test
https://github.com/moak13/giga_bank_test
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/moak13/giga_bank_test
- Owner: moak13
- License: apache-2.0
- Created: 2023-11-15T11:57:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T05:42:44.000Z (about 1 year ago)
- Last Synced: 2024-10-19T06:28:13.311Z (3 months ago)
- Language: Dart
- Size: 297 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# giga_bank_test
A new Flutter project.
## Things to note
- This application is built using the stacked framework. Kindly visit the [website](https://stacked.filledstacks.com)
- the framework has a CLI tool which allows you to speed up development. Kindly check that out also when you visit the website.
- This framework deals heavily on codegen, kindly make sure you use that to rebuild logic. Thankfully, stacked got us covered on that aspect as well. By calling `stacked generate` needed codegen counterparts are done.
- Plan to remove a feature due to business reasons, stacked has us covered as well by calling `stacked delete view ` or the likes based on what you need to do.
- Goodluck and have a nice ride.