https://github.com/moak13/nexaya
A simple demo app
https://github.com/moak13/nexaya
stacked
Last synced: 2 months ago
JSON representation
A simple demo app
- Host: GitHub
- URL: https://github.com/moak13/nexaya
- Owner: moak13
- Created: 2024-02-27T08:17:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-27T08:20:52.000Z (over 1 year ago)
- Last Synced: 2025-03-21T14:11:36.934Z (3 months ago)
- Topics: stacked
- Language: Dart
- Homepage:
- Size: 278 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nexaya
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.