Skip to content

Commit 97e3bb1

Browse files
committed
v1.2.6
1 parent b2c72f4 commit 97e3bb1

File tree

8 files changed

+18
-14
lines changed

8 files changed

+18
-14
lines changed

.flutter-plugins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is a generated file; do not edit or check into version control.
2-
app_badge_plus=/Users/anthony/.pub-cache/hosted/pub.dev/app_badge_plus-1.2.0/
2+
app_badge_plus=/Users/anthony/.pub-cache/hosted/pub.dev/app_badge_plus-1.2.1/
33
flutter_local_notifications=/Users/anthony/.pub-cache/hosted/pub.dev/flutter_local_notifications-19.0.0/
44
flutter_local_notifications_linux=/Users/anthony/.pub-cache/hosted/pub.dev/flutter_local_notifications_linux-6.0.0/
55
flutter_local_notifications_windows=/Users/anthony/.pub-cache/hosted/pub.dev/flutter_local_notifications_windows-1.0.0/

.flutter-plugins-dependencies

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.2.6] - 2025-03-27
2+
3+
* Dependency updates
4+
15
## [1.2.5] - 2025-03-21
26

37
* Small fix for login_page stub

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dart pub add scaffold_ui
4444
This will add the following to your pubspec.yaml:
4545
```yaml
4646
dependencies:
47-
scaffold_ui: ^1.2.5
47+
scaffold_ui: ^1.2.6
4848
```
4949
5050
## Setup Guides

example/.flutter-plugins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is a generated file; do not edit or check into version control.
2-
app_badge_plus=/Users/anthony/.pub-cache/hosted/pub.dev/app_badge_plus-1.2.0/
2+
app_badge_plus=/Users/anthony/.pub-cache/hosted/pub.dev/app_badge_plus-1.2.1/
33
flutter_local_notifications=/Users/anthony/.pub-cache/hosted/pub.dev/flutter_local_notifications-19.0.0/
44
flutter_local_notifications_linux=/Users/anthony/.pub-cache/hosted/pub.dev/flutter_local_notifications_linux-6.0.0/
55
flutter_local_notifications_windows=/Users/anthony/.pub-cache/hosted/pub.dev/flutter_local_notifications_windows-1.0.0/

example/.flutter-plugins-dependencies

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

example/pubspec.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ packages:
1313
dependency: transitive
1414
description:
1515
name: app_badge_plus
16-
sha256: a254b58e8b0f47ab6b4a3d596b839b8a8bdc187da7dc69a6b02fa09fab5fd7c8
16+
sha256: "3b319d12719ecd4fd2c44099f1ce1df622eff7d958f3c99776b17313bfcf25e3"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "1.2.0"
19+
version: "1.2.1"
2020
args:
2121
dependency: transitive
2222
description:
@@ -239,10 +239,10 @@ packages:
239239
dependency: transitive
240240
description:
241241
name: flutter_multi_formatter
242-
sha256: "68274ade17e836e7de9080ad354aa4322906baee2abf49afb1f6fec99ff17aea"
242+
sha256: "01e8ba4cfae4b52377d1c83e57293da24eb64696d7c2df064acc4ae97bb4a157"
243243
url: "https://pub.dev"
244244
source: hosted
245-
version: "2.13.0"
245+
version: "2.13.7"
246246
flutter_secure_storage:
247247
dependency: transitive
248248
description:
@@ -425,10 +425,10 @@ packages:
425425
dependency: transitive
426426
description:
427427
name: nylo_support
428-
sha256: c095ee4a01860163a603079fc560e9a2d0bb9ca57342867676bcccb30a9318a0
428+
sha256: "129db2690adf8b17fb602ed7478eeab0651a97eba1ecd5b0f7ddc503d7d871be"
429429
url: "https://pub.dev"
430430
source: hosted
431-
version: "6.21.0"
431+
version: "6.22.0"
432432
path:
433433
dependency: transitive
434434
description:
@@ -547,7 +547,7 @@ packages:
547547
path: ".."
548548
relative: true
549549
source: path
550-
version: "1.2.5"
550+
version: "1.2.6"
551551
shared_preferences:
552552
dependency: transitive
553553
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: scaffold_ui
22
description: "The fastest way to scaffold services in your Nylo project! Auth & IAP integrations for Supabase, Firebase, Laravel, RevenueCat and more."
3-
version: 1.2.5
3+
version: 1.2.6
44
homepage: https://nylo.dev
55
repository: https://github.com/nylo-core/scaffold_ui
66
issue_tracker: https://github.com/nylo-core/scaffold_ui/issues
@@ -20,7 +20,7 @@ environment:
2020

2121
dependencies:
2222
args: ^2.7.0
23-
nylo_support: ^6.21.0
23+
nylo_support: ^6.22.0
2424
dart_console: ^4.1.1
2525
flutter:
2626
sdk: flutter

0 commit comments

Comments
 (0)