Releases: nylo-core/nylo
v5.0.2
- Fix
SyncAuthToBackpackEvent
- it now accepts a generic type for your auth model - Refactor
extensions.dart
- Dependency updates
Nylo dependency updates:
Framework changelog: https://github.com/nylo-core/framework/releases/tag/v5.0.1
Support library changelog: https://github.com/nylo-core/support/releases/tag/v5.1.1
v5.0.1
v5.0.0
- You can now set routes using
path
from your page. E.g.router.route(HomePage.path, (context) => HomePage());
- .env
APP_ENV
var is set to 'developing' for new projects - Update docs throughout the code
- Change the landing page to include
showAboutDialog
- Light and Dart themes now use Material 3 by default
- BaseApiService now includes basic HTTP request methods for get, post, put and delete
- Refactor provider classes to use
afterBoot
- Update extensions.dart to fix Text classes with null styles
- Refactor helpers.dart file to remove some logic from the framework
api
helper now accepts NyEvent's- New provider added to the default config
AuthProvider
- New file lib/config/validation_rules.dart added to allow setting custom validation rules
- New file lib/routes/guards/auth_route_guard.dart added
- Update README docs to 5.x
- Pubspec.yaml dependency updates
Nylo dependency updates:
Framework changelog: https://github.com/nylo-core/framework/releases/tag/v5.0.0
Support library changelog: https://github.com/nylo-core/support/releases/tag/v5.0.0
v4.4.0
v4.3.1
v4.3.0
- Fix NyFutureBuilder
- New Text extension helper
bootstrap/extensions.dart
- Pubspec.yaml dependency updates
Now you can apply different text styles like in the below example.
Text("Hello World").displayMedium(context),
Text("Hello World").titleSmall(context).alignRight(),
Text("Hello World").headingLarge(context).fontWeightBold(),
Text("Hello World").small(context).setColor(context, (color) => Colors.red)
Nylo dependency updates:
Framework changelog: https://github.com/nylo-core/framework/releases/tag/v4.1.4
Support library changelog: https://github.com/nylo-core/support/releases/tag/v4.3.1
v4.2.0
- Fix the
ThemeColor.get
helper method to support ColorStyles. - Pubspec.yaml dependency updates
Nylo dependency updates:
Framework changelog: https://github.com/nylo-core/framework/releases/tag/v4.1.3
Support library changelog: https://github.com/nylo-core/support/releases/tag/v4.3.0
v4.1.1
v4.1.0
- Introducing Slates - Quickly scaffold your app from packages. Learn more here
- New Logo widget
- Fix Import paths
- IOS: info.plist update
- New
dataToModel
helper method to decode JSON into your Models - Small refactor to home_page.dart
- Refactor light_theme & dart_theme
- Update the
api
helper method to accept a baseUrl parameter - Dart & Flutter version bump
- Dependency updates
Nylo dependency updates:
Framework changelog: https://github.com/nylo-core/framework/releases/tag/v4.1.0
Support library changelog: https://github.com/nylo-core/support/releases/tag/v4.1.0
v4.0.0
- Now you can use Postman collections to build your ApiServices automatically using Metro
- Set an
initialRoute
for Nylo - Set Headers or BearerToken when using the
api
helper. - Metro will automatically add new routes in the router.dart file
- New config/design.dart file to modify the global app loader
- Update deprecated parameters on themes
- New postman.json file and directory
- Dependency updates
- Update doc path
Nylo dependency updates:
Framework changelog: https://github.com/nylo-core/framework/releases/tag/v4.0.0
Support library changelog: https://github.com/nylo-core/support/releases/tag/v4.0.0