From 516110ed7ef9b99b7ae0f3e648a10b175bf44855 Mon Sep 17 00:00:00 2001 From: Anthony Date: Fri, 5 Jul 2024 17:09:11 +0100 Subject: [PATCH] v5.31.2 --- README.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41fcb4d..33aa033 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ Some core features available * [Localization](https://nylo.dev/docs/5.20.0/localization). * [CLI for generating project files](https://nylo.dev/docs/5.20.0/metro). * [Elegant API Services for Networking](https://nylo.dev/docs/5.20.0/networking). +* [State Management](https://nylo.dev/docs/5.20.0/state-management). +* [Validation](https://nylo.dev/docs/5.20.0/validation). +* [Create Forms](https://nylo.dev/docs/5.20.0/forms). * [Creating App Icons](https://nylo.dev/docs/5.20.0/app-icons). * [Project Configuration](https://nylo.dev/docs/5.20.0/configuration). * [Streamlined Project Structure](https://nylo.dev/docs/5.20.0/directory-structure). diff --git a/pubspec.yaml b/pubspec.yaml index 776c671..7af4329 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nylo_framework description: Micro-framework for Flutter that's built to simplify app development for Flutter projects. -version: 5.31.1 +version: 5.31.2 homepage: https://nylo.dev repository: https://github.com/nylo-core/framework/tree/5.x issue_tracker: https://github.com/nylo-core/framework/issues