Skip to content

Releases: nylo-core/nylo

v5.0.2

24 May 07:42
Compare
Choose a tag to compare
  • 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

18 May 18:02
Compare
Choose a tag to compare
  • Small update to fix SDK constraints for new projects
    • sdk: '>=2.15.0 <4.0.0'

v5.0.0

17 May 00:36
Compare
Choose a tag to compare
  • 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

17 May 00:22
Compare
Choose a tag to compare
  • Flutter v3.10.0 fix
    • Update theme_provider package
    • Dependency updates

v4.3.1

04 Mar 02:18
Compare
Choose a tag to compare
  • Fix extension methods fontWeightBold and fontWeightLight

v4.3.0

03 Mar 07:43
Compare
Choose a tag to compare
  • 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

22 Feb 08:12
Compare
Choose a tag to compare
  • 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

20 Feb 22:46
Compare
Choose a tag to compare
  • Pubspec.yaml dependency updates.
  • Small refactor to TextStyles and the default home_page.dart page.

v4.1.0

31 Jan 01:58
Compare
Choose a tag to compare
  • 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

01 Jan 19:39
Compare
Choose a tag to compare
  • 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