Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yousinix/lo_form
๐งช Lightweight Flutter forms library
https://github.com/yousinix/lo_form
dart flutter forms
Last synced: 12 days ago
JSON representation
๐งช Lightweight Flutter forms library
- Host: GitHub
- URL: https://github.com/yousinix/lo_form
- Owner: yousinix
- License: other
- Created: 2021-07-17T19:29:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T19:14:17.000Z (4 months ago)
- Last Synced: 2024-10-12T19:29:35.714Z (26 days ago)
- Topics: dart, flutter, forms
- Language: Dart
- Homepage: https://youssefraafatnasry.github.io/lo_form
- Size: 8.78 MB
- Stars: 81
- Watchers: 7
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Low-code and lightweight Flutter form library.
## About
[LoForm](https://YoussefRaafatNasry.github.io/lo_form/) is a low-code and lightweight Flutter form library,
inspired by [Formik](https://formik.org/), yet the implementation is very different due to the nature of TypeScript vs Dart. LoForm tries to focus on simplicity and to solve most of the drawbacks and limitations of other existing solutions.## Getting started
Check the [documentation](https://docs.page/YoussefRaafatNasry/lo_form) to know more about how to get started and to see some [examples](https://docs.page/YoussefRaafatNasry/lo_form/getting-started#simple-example).
## License
Check the [LICENSE](https://github.com/YoussefRaafatNasry/lo_form/blob/master/package/LICENSE).