The Flutter
Micro-framework
For Modern Apps
A solid foundation for building Flutter apps.
Get Started!
Develop your next Flutter app with Nylo
Nylo is a powerful framework for developing mobile apps in Flutter. Out the box it comes with a router, secure storage, networking and more.
Download
Powerful tools for creating
Everything you need to build your next Flutter app
- Routing
- Authentication
- Forms
- Navigation Hub
- State Management
- Events
- Scheduler
appRouter() => nyRoutes((router) {
router.add(HomePage.path).initialRoute();
router.add(DiscoverPage.path);
router.add(LoginPage.path,
transitionType: TransitionType.bottomToTop());
router.add(ProfilePage.path,
routeGuard: [
AuthGuard()
]
);
});
Build complex routes, interfaces and UI pages for your Flutter application.
Learn more
We have built a cli tool called Metro, you can create almost anything on the fly.
Learn more
metro make:page HomePage
# Creates a new page called HomePage
metro make:api_service User
# Creates a new API Service called UserApiService
metro make:model User
# Creates a new model called User
metro make:stateful_widget FavouriteWidget
# Creates a new stateful widget called FavouriteWidget
class ApiService extends NyApiService {
@override
String get baseUrl => "api.example.com/v1";
Future<List<Post>> posts() async {
return await network(
request: (request) => request.get("/posts"),
);
}
}
...
class _HomePageState extends NyState<HomePage> {
@override
get init => () async {
final posts = await api<ApiService>((request) => request.posts());
};
Nylo's Community
Together, we can build better Flutter apps.
“I’m new to Dart and new to your framework (which I love)”
Peter
Senior Director of Heroku Global
“I wanted to thank you guys for the great job you are doing.”
@youssefKadaouiAbbassi
“Just to say that I am in love with @nylo_dev's website!! I mean, look at this: https://nylo.dev Definitely gonna explore it!”
@esfoliante_txt
“Really love the concept of this framework”
@Chrisvidal
“Just discovered http://nylo.dev and looking forward using in production.”
@medilox
“Nice Framework”
@ChadereNyore
"Nylo" is the best framework for flutter, which make it developing easy such as, file-structure, routing, state, color theme and so on.
@higakijin
This is incredible. Very well done!
FireflyDaniel
Big support and love from morocco <3
@imlian
Very nice Framework! Thank you so much!
@ChaoChao2509
I just discover this framework and i'm verry impressed. Thank you
@lepresk
Great work on Nylo
@dylandamsma