# What is Nylo?

<div id="introduction"></div>
## Introduction

Nylo is a micro-framework for Flutter which is designed to help simplify app development. Every project provides a simple boilerplate to help you build apps easier. Nylo is an open source and MIT-licenced too, so you can freely build your projects.

New installs of Nylo contain standardized file structure and config, so you can jump straight into developing your project.

<div id="new-to-flutter"></div>

## New to Flutter?

A great place to start learning Flutter is through the <a href="https://flutter.dev" target="_BLANK">Flutter website</a>. 
They have tons of documentation to help you understand how things work from the core. 

You can also subscribe to their YouTube <a href="https://www.youtube.com/c/flutterdev/featured" target="_BLANK">channel</a> for updates, tutorials and information on Flutter.


<div id="maintenance-and-release-schedule"></div>

## Maintenance and release schedule

The release schedule for Nylo will be once or twice a year if there are breaking changes in the upcoming releases. Bugs will be dealt with ad hoc via the GitHub repositories.

The Nylo framework and support repository follow <a href="https://semver.org" target="_BLANK">Semantic Versioning</a>.

<div id="framework-dependencies"></div>

## Framework dependencies

Nylo's <a href="https://github.com/nylo-core/framework" target="_BLANK">framework</a> + <a href="https://github.com/nylo-core/support" target="_BLANK">support</a> library use the below open source libraries:


|  |  |
--- | --- |
| [url\_launcher](https://pub.dev/packages/url_launcher) | [validated](https://pub.dev/packages/validated) |
| [google\_fonts](https://pub.dev/packages/google_fonts) | [flutter\_styled\_toast](https://pub.dev/packages/flutter_styled_toast) |
| [flutter\_launcher\_icons](https://pub.dev/packages/flutter_launcher_icons) | [animate_do](https://pub.dev/packages/animate_do) |
| [theme\_provider](https://pub.dev/packages/theme_provider) | [collection](https://pub.dev/packages/collection) |
| [intl](https://pub.dev/packages/intl) | [equatable](https://pub.dev/packages/equatable) |
| [flutter\_secure\_storage](https://pub.dev/packages/flutter_secure_storage) | [cli\_dialog](https://pub.dev/packages/cli_dialog) |
| [flutter\_dotenv](https://pub.dev/packages/flutter_dotenv) | [flutter_dotenv](https://pub.dev/packages/flutter_dotenv) |
| [page\_transition](https://pub.dev/packages/page_transition) | [pull_to_refresh_flutter3](https://pub.dev/packages/pull_to_refresh_flutter3) |
| [args](https://pub.dev/packages/args) | [pretty\_dio\_logger](https://pub.dev/packages/pretty_dio_logger) |
| [analyzer](https://pub.dev/packages/analyzer) | [skeletonizer](https://pub.dev/packages/skeletonizer) |
| [recase](https://pub.dev/packages/recase) | [dio](https://pub.dev/packages/dio) |


<div id="contributors"></div>

## Contributors

Here's a shout out to the contributors who have helped build Nylo! If you've contributed, reach out via <a href="mailto:support@nylo.dev">support@nylo.dev</a> to request us to add you here.

- <a href="https://github.com/agordn52" target="_blank">Anthony Gordon (Creator)</a>
- <a href="https://github.com/Abdulrasheed1729" target="_blank">Abdulrasheed1729</a>
- <a href="https://github.com/Rashid-Khabeer" target="_blank">Rashid-Khabeer</a>
- <a href="https://github.com/lpdevit" target="_blank">lpdevit</a>
- <a href="https://github.com/youssefKadaouiAbbassi" target="_blank">youssefKadaouiAbbassi</a>
- <a href="https://github.com/jeremyhalin" target="_blank">jeremyhalin</a>
- <a href="https://github.com/abdulawalarif" target="_blank">abdulawalarif</a>
