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
18 changes: 18 additions & 0 deletions docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ This page documents the version history of Stac, including new features, breakin

---

## 1.6.0
- Added `intrinsicHeight` and `intrinsicWidth` widgets
- Mapped `cacheExtent` on `listView`, `gridView`, and `customScrollView` to Flutter's `ScrollCacheExtent`
- Raised the minimum Flutter SDK to `3.44.0` (Dart `3.12.0`)
- Upgraded package dependencies to their latest versions

---

## 1.5.0
- Added Material 3 `navigationBar`, `navigationView`, and generic navigation controller
- Switched form validation to `flutter_validators` with parameterized validator options
- Added mask input formatter support
- Added text decoration line parsing for text styles
- Added floating label behavior parsing for input decoration
- Fixed dropdown menu parsing to use `DropdownMenuEntry<Object>`

---

## 1.4.0
- Added [stac agent skills](/skills)
- Enhanced input decoration with new border options
Expand Down
4 changes: 2 additions & 2 deletions docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: "Get your first Stac app running in under 5 minutes. This guide cov

## Prerequisites

- Flutter SDK: `>=3.35.0`
- Dart SDK: `>=3.0.0 <4.0.0`
- Flutter SDK: `>=3.44.0`
- Dart SDK: `>=3.12.0 <4.0.0`

## Create a Flutter app (if needed)

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading