Skip to content

Releases: nylo-core/framework

v7.1.25

Choose a tag to compare

@agordn52 agordn52 released this 06 Jul 03:19

Fixed

  • `make:api_service` — acronym-spelled names (e.g. `PaymentsAPIService`) no longer produce a doubled `ApiServiceApiService` class name; the suffix is now stripped case-insensitively and falls back to `api` for suffix-only input
  • Generated API service now always imports `package:nylo_framework/nylo_framework.dart` (previously omitted when a custom `--url` was supplied, breaking the `NyApiService` reference)
  • Generated `env.g.dart` now escapes single quotes and backslashes in keys and values, so secrets containing `'` or `\` can't break the generated Dart string literal

Changed

  • `make:api_service` info hint now points to `bootstrap/decoders.dart` (was `config/decoders.dart`)
  • Generated `env.g.dart` adds explicit local variable type annotations and a `dart:typed_data` import (satisfies the `specify_nonobvious_local_variable_types` lint)
  • Bump `nylo_support` dependency from `^7.27.2` to `^7.27.3`
  • Bump `flutter_local_notifications` dependency from `^22.0.0` to `^22.0.1`
  • Bump `dio` dependency from `^5.9.2` to `^5.10.0`

v7.1.24

Choose a tag to compare

@agordn52 agordn52 released this 07 Jun 21:13

Changed

  • Bump nylo_support dependency from ^7.27.1 to ^7.27.2
  • Bump flutter_local_notifications dependency from ^21.0.0 to ^22.0.0
  • Raise minimum environment constraints to Dart ^3.12.0 and Flutter >=3.44.0

v7.1.23

Choose a tag to compare

@agordn52 agordn52 released this 02 Jun 01:52

Changed

  • Bump nylo_support dependency from ^7.26.2 to ^7.27.1
  • Bump patrol dependency from ^4.6.0 to ^4.6.1

v7.1.22

Choose a tag to compare

@agordn52 agordn52 released this 27 May 13:15

Changed

  • Improved make:interceptor Metro stub: added docstrings for onRequest, onResponse, and onError, and replaced super.onRequest(...) with handler.next(options) so the generated interceptor passes the request through explicitly

v7.1.21

Choose a tag to compare

@agordn52 agordn52 released this 25 May 11:20

Changed

  • Updated make:state_managed_widget Metro stub to use the new NyStateManaged API with baseState/id instead of stateName, simplifying the generated widget

v7.1.20

Choose a tag to compare

@agordn52 agordn52 released this 23 May 13:37

Changed

  • Bump nylo_support dependency from ^7.26.1 to ^7.26.2
  • Bump error_stack dependency from ^2.1.3 to ^2.1.4

v7.1.19

Choose a tag to compare

@agordn52 agordn52 released this 23 May 13:15

Changed

  • Bump nylo_support dependency from ^7.26.0 to ^7.26.1
  • Bump collection dependency from ^1.18.0 to ^1.19.1
  • Bump patrol dependency from ^4.5.0 to ^4.6.0

v7.1.18

Choose a tag to compare

@agordn52 agordn52 released this 21 May 02:59

Added

  • New make:deep_link_provider Metro command to scaffold a deep link provider pre-wired for Nylo's deep-link capture

Changed

  • Bump nylo_support dependency from ^7.24.2 to ^7.26.0
  • Raise minimum environment constraints to Dart ^3.10.7 and Flutter >=3.38.4
  • Relax collection dependency constraint from ^1.19.1 to ^1.18.0

v7.1.17

Choose a tag to compare

@agordn52 agordn52 released this 10 May 11:54

Changed

  • Bump nylo_support dependency from ^7.24.1 to ^7.24.2
  • Bump error_stack dependency from ^2.1.2 to ^2.1.3

v7.1.16

Choose a tag to compare

@agordn52 agordn52 released this 10 May 04:43

Changed

  • Bump nylo_support dependency from ^7.24.0 to ^7.24.1