https://github.com/nylo-core/framework
The Nylo Micro-framework for Flutter. This Package contains all the core libraries used in Nylo.
https://github.com/nylo-core/framework
app dart development flutter framework micro-framework
Last synced: 12 days ago
JSON representation
The Nylo Micro-framework for Flutter. This Package contains all the core libraries used in Nylo.
- Host: GitHub
- URL: https://github.com/nylo-core/framework
- Owner: nylo-core
- License: mit
- Created: 2020-07-05T18:45:27.000Z (over 5 years ago)
- Default Branch: 7.x
- Last Pushed: 2026-02-26T05:03:45.000Z (26 days ago)
- Last Synced: 2026-02-26T14:05:21.890Z (25 days ago)
- Topics: app, dart, development, flutter, framework, micro-framework
- Language: Dart
- Homepage: https://nylo.dev
- Size: 798 KB
- Stars: 136
- Watchers: 3
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

## Nylo Framework
Nylo is a micro-framework for Flutter which is designed to help simplify app development. Every project provides a simple boilerplate and MVC pattern to help you build apps easier.
This project is open source and MIT-licenced, we welcome any contributions. You can join as a backer/sponsor to fund future development for this project [here](https://nylo.dev/contributions)
> **Note:** If you want to build an application using Nylo, please visit the main [Nylo repository](https://github.com/nylo-core/nylo). This repository contains the code for the framework Nylo uses.
---
## Features
Some core features available
* [Routing](https://nylo.dev/docs/7.x/router).
* [Light and dark themes](https://nylo.dev/docs/7.x/themes-and-styling).
* [Localization](https://nylo.dev/docs/7.x/localization).
* [CLI for generating project files](https://nylo.dev/docs/7.x/metro).
* [Elegant API Services for Networking](https://nylo.dev/docs/7.x/networking).
* [State Management](https://nylo.dev/docs/7.x/state-management).
* [Validation](https://nylo.dev/docs/7.x/validation).
* [Form Handling](https://nylo.dev/docs/7.x/forms).
* [Creating App Icons](https://nylo.dev/docs/7.x/app-icons).
* [Project Configuration](https://nylo.dev/docs/7.x/configuration).
* [Streamlined Project Structure](https://nylo.dev/docs/7.x/directory-structure).
## Documentation
Visit the docs on [Nylo](https://nylo.dev/docs) to view our extensive and thorough documentation.
## Changelog
Please see [CHANGELOG](https://github.com/nylo-core/framework/blob/7.x/CHANGELOG.md) for more information what has changed recently.
## Social
* [Twitter](https://twitter.com/nylo_dev)
## Security
If you discover any security related issues, please email support@nylo.dev instead of using the issue tracker.
## Licence
The MIT License (MIT). Please view the [License](https://github.com/nylo-core/framework/blob/7.x/LICENSE) File for more information.