Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions examples/counter_example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -476,10 +476,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349"
url: "https://pub.dev"
source: hosted
version: "1.17.0"
version: "1.18.0"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -795,14 +795,14 @@ packages:
path: "../../packages/stac"
relative: true
source: path
version: "1.4.0"
version: "1.5.0"
stac_core:
dependency: "direct overridden"
description:
path: "../../packages/stac_core"
relative: true
source: path
version: "1.4.0"
version: "1.5.0"
stac_framework:
dependency: "direct overridden"
description:
Expand Down Expand Up @@ -869,10 +869,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a"
sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e"
url: "https://pub.dev"
source: hosted
version: "0.7.10"
version: "0.7.11"
timing:
dependency: transitive
description:
Expand Down Expand Up @@ -994,5 +994,5 @@ packages:
source: hosted
version: "3.1.3"
sdks:
dart: ">=3.9.0 <4.0.0"
dart: ">=3.10.0-0 <4.0.0"
flutter: ">=3.35.0"
14 changes: 7 additions & 7 deletions examples/movie_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -412,10 +412,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349"
url: "https://pub.dev"
source: hosted
version: "1.17.0"
version: "1.18.0"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -723,14 +723,14 @@ packages:
path: "../../packages/stac"
relative: true
source: path
version: "1.4.0"
version: "1.5.0"
stac_core:
dependency: "direct overridden"
description:
path: "../../packages/stac_core"
relative: true
source: path
version: "1.4.0"
version: "1.5.0"
stac_framework:
dependency: "direct overridden"
description:
Expand Down Expand Up @@ -797,10 +797,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a"
sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e"
url: "https://pub.dev"
source: hosted
version: "0.7.10"
version: "0.7.11"
typed_data:
dependency: transitive
description:
Expand Down Expand Up @@ -914,5 +914,5 @@ packages:
source: hosted
version: "3.1.3"
sdks:
dart: ">=3.9.0 <4.0.0"
dart: ">=3.10.0-0 <4.0.0"
flutter: ">=3.35.0"
14 changes: 7 additions & 7 deletions examples/stac_gallery/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -452,10 +452,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349"
url: "https://pub.dev"
source: hosted
version: "1.17.0"
version: "1.18.0"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -787,14 +787,14 @@ packages:
path: "../../packages/stac"
relative: true
source: path
version: "1.4.0"
version: "1.5.0"
stac_core:
dependency: "direct overridden"
description:
path: "../../packages/stac_core"
relative: true
source: path
version: "1.4.0"
version: "1.5.0"
stac_framework:
dependency: "direct overridden"
description:
Expand Down Expand Up @@ -868,10 +868,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a"
sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e"
url: "https://pub.dev"
source: hosted
version: "0.7.10"
version: "0.7.11"
typed_data:
dependency: transitive
description:
Expand Down Expand Up @@ -1025,5 +1025,5 @@ packages:
source: hosted
version: "3.1.3"
sdks:
dart: ">=3.9.0 <4.0.0"
dart: ">=3.10.0-0 <4.0.0"
flutter: ">=3.35.0"
9 changes: 9 additions & 0 deletions packages/stac/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.5.0

- feat: add Material 3 navigation bar, navigation view, and generic navigation controller parsers.
- feat: use `flutter_validators` for form validation rules with parameterized validator options.
- feat: add mask input formatter support.
- feat: add text decoration line parsing for text styles.
- feat: add floating label behavior parsing for input decoration.
- fix: use `DropdownMenuEntry<Object>` for safer dropdown menu parsing.

## 1.4.0

- feat: enhance input decoration with new border options.
Expand Down
6 changes: 3 additions & 3 deletions packages/stac/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stac
description: Stac is a Server-Driven UI (SDUI) framework for Flutter. Stac allows you to build beautiful cross-platform applications with JSON in real time.
version: 1.4.0
version: 1.5.0
repository: https://github.com/StacDev/stac
homepage: https://stac.dev/

Expand All @@ -24,12 +24,12 @@ dependencies:
cached_network_image: ^3.4.1
flutter_svg: ^2.2.3
stac_logger: ^1.1.0
stac_core: ^1.4.0
stac_core: ^1.5.0
shared_preferences: ^2.5.4

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
build_runner: ^2.10.4
json_serializable: ^6.11.3
json_serializable: ^6.11.3
2 changes: 1 addition & 1 deletion packages/stac_cli/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ packages:
path: "../stac_core"
relative: true
source: path
version: "1.4.0"
version: "1.5.0"
stac_logger:
dependency: "direct overridden"
description:
Expand Down
8 changes: 8 additions & 0 deletions packages/stac_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.5.0

- Added `StacDefaultNavigationController`, `StacNavigationBar`, `StacNavigationView`, and `StacNavigationDestination` models for Material 3 navigation.
- Added `mask` input formatter support.
- Added validator `options` for parameterized form validation rules.
- Added text decoration line support to `StacTextStyle`.
- Added `floatingLabelBehavior` support to `StacInputDecoration`.

## 1.4.0
- Added new border option models for input decoration (`StacInputBorder`, etc).
- Added `copyWith` method to `StacThemeTextStyle` model.
Expand Down
2 changes: 1 addition & 1 deletion packages/stac_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stac_core
description: A pure Dart package that provides the core functionalities and common interfaces for the Stac server-driven UI framework.
version: 1.4.0
version: 1.5.0
repository: https://github.com/StacDev/stac
homepage: https://stac.dev/

Expand Down
Loading