Files
packages.dart/deprecated/storyboard/CHANGELOG.md
T
2026-01-15 14:38:46 -08:00

90 lines
1.7 KiB
Markdown

## 1.0.1-dev
* Fixing metadata
## 1.0.0-dev
* Switch to InteractiveViewer
* Null Safety
* Removed `canPanAndScrollWithGesture`
* Removed `usePreferences` and `shared_preferences`
## 0.1.7
* Upgrading dependencies
## 0.1.6
* Removing screenBuilder
* Fixing #18
## 0.1.5
* Adding Device Frame Option
* Updated Example
## 0.1.4
* Adding Pan/Scroll Events with TrackPad or Scroll Wheel
## 0.1.3
* Fixes #15 Scale Reset
* Adding Label for Children and SizedChildren
* Adding sizedChildren based on CustomScreen
* Fixing Storyboard Empty Children #14
* Fixing #12 with picking up theme
* Adding Examples
## 0.1.2
* Adding Shadows for Dark Mode
## 0.1.1
* Adding customLanes so you have total control
* Added Example
## 0.1.0
* Adding Custom Lane Builder
* Adding Custom Item Builder
* Adding Support for children instead of app
* Bug Fixes
* Changing Layout Engine
* Reset now defaults to initial defaults
* Adding CrossAxisCount for wrapping rows
* Support for dynamic sizes
* Adding multiple examples
* Changing AppBar to PreferredSizeWidget
## 0.0.4
* Adding Support for Route Arguments
* Adding Shared Preferences Option
* Fixing Bug with Android Back Button
* Removing Callbacks
* Fixing Initial Route Presentation
* Updated Example
## 0.0.3
* Added Locale Support
* Added Title, onGenerateTitle
* Added builder, shortcuts, actions
* Bug Fixes
## 0.0.2
* Adding onGenerateRoute, onUnknownRoute, initialRoute
* Added Support for Custom Widgets/Screens
* Updated Documentation
* Updated Example
* Added Support for Keyboard Controls for Zoom/Pan @Nash0x7E2
* Added Constraint on Flutter v1.14.7
* Fixed MediaQuery #1
## 0.0.1
* Support for Named Routes and Home Field