stac
Stac is a Server-Driven UI (SDUI) framework for Flutter. Stac allows you to build beautiful cross-platform applications with JSON in real time.
1.5.0
7.9K downloads/mo
#3260 most downloaded on pub.dev
StacDev/stac
What this package is like to depend on
Last release 3 months ago
20 May 2026
Ships fairly regularly
a new release about every 4 weeks
Most releases are documented
notes for 15 of 19 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
26 releases · first in 2025
10 releases in the last 12 months
see the full history below
Release timeline
26 releases · Feb 2025 to May 2026Releases
latest 26-
1.5.020 May 2026Release notes
Open source →What's Changed
- fix(stac_cli): Update workflow to fix Missing required environment variable: STAC_BASE_API_URL. by @divyanshub024 in #465
- Use DropdownMenuEntry for type safety by @jogendra-flutter in #452
- feat: Stac VS Code Plugin by @divyanshub024 in #448
- refactor(stac-vscode): update the Stac Live Preview image link & version bump to 0.2.0 by @divyanshub024 in #466
- fix(stac_cli): remove snake case conversion by @Potatomonsta in #467
- feat(deploy_service): add console URL logging for successful deployments by @Potatomonsta in #468
- chore(stac_cli): update cli version to 1.6.0 by @divyanshub024 in #469
- chore(stac-vscode): bump version to 0.3.0 and update stac dependency by @divyanshub024 in #470
- docs: add conceptual documentation for Stac Registry by @Shonu72 in #473
- docs: enhance widget documentation with playground examples and JSON structures by @Potatomonsta in #474
- Update Stac parsers and core models by @divyanshub024 in #475
- feat: Add support for the NavigationBar widget by @divyanshub024 in #476
- Integrate flutter_validators for form field validation by @divyanshub024 in #477
- chore: Prepare stac 1.5.0 release by @divyanshub024 in #478
- @jogendra-flutter made their first contribution in #452
- @Shonu72 made their first contribution in #473
New Contributors
Full Changelog: v1.4.0...v1.5.0
Release notes
Open source →- feat: add Material 3 navigation bar, navigation view, and generic navigation controller parsers.
- feat: use
flutter_validatorsfor 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.002 Mar 2026Release notes
Open source →What's Changed
- feat: add stac agent skills by @divyanshub024 in #444
- docs: add skills documentation by @divyanshub024 in #446
- feat: enhance input decoration with new border options by @divyanshub024 in #449
- feat(stac, stac_core): add copyWith support to textTheme by @divyanshub024 in #450
- feat(stac): re-export stac_core through stac package by @divyanshub024 in #455
- feat(stac_cli): Open-sourcing Stac CLI by @divyanshub024 in #456
- feat(stac_cli): Add stac_cli release workflow by @divyanshub024 in #458
- feat: Migrate linting from
flutter_lintstolints/recommended, update dev dependencies, and ignorepubspec_overrides.yamlfiles. by @divyanshub024 in #460 - refactor: convert stac_logger to a pure Dart package by @divyanshub024 in #461
- docs: improve package READMEs with quick start guides & detailed features by @divyanshub024 in #462
- Fix formatting in README.md by @divyanshub024 in #463
Full Changelog: v1.2.0...v1.4.0
Release notes
Open source →- feat: enhance input decoration with new border options.
- feat: add copyWith support to textTheme.
- feat: re-export stac_core through stac package.
- docs: improve package READMEs with quick start guides & detailed features.
Release notes
Open source →- Added stac agent skills
- Enhanced input decoration with new border options
- Added
copyWithsupport totextTheme - Re-exported
stac_corethroughstacpackage - Converted
stac_loggerto a pure Dart package - Improved package READMEs with quick start guides & detailed features
-
1.3.103 Feb 2026 -
1.3.003 Feb 2026Release notes
Open source →- BREAKING: Refactored caching to use global configuration via
Stac.initialize(). See Caching Docs for migration guide. - refactor: Centralize cache configuration to
Stac.initializeand setnetworkFirstas default cache strategy - feat: Add DSL entry to documentation JSON
- feat: Add stacSliverToBoxAdapter widget, parser, example, and documentation
- feat: Add stacSliverPadding widget, parser, example, and documentation
- feat: Add stacSliverSafeArea widget, parser, example, and documentation
- feat: Add stacSliverOpacity widget, parser, example, and documentation
- feat: Add stacSliverVisibility widget, parser, example, and documentation
- feat: Add stacSliverList widget, parser, example, and documentation
- feat: Add stacSliverFillRemaining widget, parser, example, and documentation
- feat: Add stacSliverGrid widget, parser, example, and documentation
- feat: Enhance the Positioned widget with new constructors
- feat: Add constructors for StacImage widget to support asset, network, and file sources
- feat: StacNavigator API and navigation documentation
- docs: Comprehensive documentation improvements with Dart examples
- docs: Add Dart code examples and wrap all examples in a CodeGroup component for sliver widget documentation
Release notes
Open source →Refactor
- Centralized cache configuration to
Stac.initializewithnetworkFirstas the default cache strategy
New Features
- Added DSL entry to documentation JSON
- Added
stacSliverToBoxAdapterwidget, parser, example, and documentation - Added
stacSliverPaddingwidget, parser, example, and documentation - Added
stacSliverSafeAreawidget, parser, example, and documentation - Added
stacSliverOpacitywidget, parser, example, and documentation - Added
stacSliverVisibilitywidget, parser, example, and documentation - Added
stacSliverListwidget, parser, example, and documentation - Added
stacSliverFillRemainingwidget, parser, example, and documentation - Added
stacSliverGridwidget, parser, example, and documentation - Enhanced
Positionedwidget with new constructors - Added constructors for
StacImagewidget to support asset, network, and file sources - Added StacNavigator API and navigation documentation
Documentation
- Comprehensive documentation improvements with Dart examples
- Added Dart code examples and wrapped all examples in a CodeGroup component for sliver widget documentation
- BREAKING: Refactored caching to use global configuration via
-
1.2.012 Jan 2026Release notes
Open source →What's Changed
- feat: Add Screen Caching & Offline Support to Stac by @divyanshub024 in #386
- Export the new stac action and widget parsers extension method by @divyanshub024 in #387
- feat: Introduce stacBadge widget and parser with example JSON by @kumar-gautam24 in #388
- feat: add loading and error widget support for StacNetworkWidget by @Potatomonsta in #391
- feat: Introduce stacTooltip widget and parser with example JSON by @akhil-ge0rge in #397
- feat: Introduce StacTooltipThemeData and parser by @akhil-ge0rge in #399
- feat: add SelectableText widget and parser with documentation and exa… by @xkaper001 in #395
- feat: Add theme support to Stac framework with cloud loading by @Potatomonsta in #393
- feat: Update modal bottom sheet action and example JSON by @Potatomonsta in #405
- refactor: Update table border JSON structure in documentation by @divyanshub024 in #406
New Contributors
- @kumar-gautam24 made their first contribution in #388
- @akhil-ge0rge made their first contribution in #397
- @xkaper001 made their first contribution in #395
Full Changelog: v1.1.0...v1.2.0
Release notes
Open source →- Added screen caching and offline support
- Added theme support with cloud loading
- Added support for badge widget
- Added support for tooltip widget
- Added support for selectable text widget
- Added support for tooltip theme configuration
- Exported extension methods for easier widget and action parsing
- Enhanced network widget to support custom loading and error widgets
Release notes
Open source →New Features
- Added screen caching and offline support
- Added theme support with cloud loading
- Added support for
StacBadgewidget - Added support for
StacTooltipwidget - Added support for
StacSelectableTextwidget - Added support for tooltip theme configuration
- Exported extension methods for easier widget and action parsing
- Enhanced network widget to support custom loading and error widgets
-
1.1.219 Nov 2025Release notes
Open source →- chore: Upgrade
dioto^5.9.0 - chore: Upgrade
flutter_svgto^2.2.2 - chore: Upgrade
build_runnerto^2.10.4 - chore: Upgrade
json_serializableto^6.11.1
Release notes
Open source →Maintenance
- Upgrade
dioto^5.9.0 - Upgrade
flutter_svgto^2.2.2 - Upgrade
build_runnerto^2.10.4 - Upgrade
json_serializableto^6.11.1
- chore: Upgrade
-
1.1.010 Nov 2025Release notes
Open source →What's Changed
- chore: Update Readme by @divyanshub024 in #369
- docs: update stac readme links by @curogom in #370
- docs: Migrate docs from Docusaurus to Mintlify by @divyanshub024 in #375
- docs: Add 'rendering_stac_widgets' page to Concepts section by @divyanshub024 in #376
- docs: Add custom widget and action documentation. by @divyanshub024 in #377
- refactor: Simplify StacRadio and StacRadioGroup implementations by @divyanshub024 in #378
- docs: Add 'What is SDUI?' documentation page by @rahulbisht25 in #380
- refactor: Add Stac Theme and ThemeData classes to stac_core by @divyanshub024 in #379
- Refactor movie app to new Stac structure by @divyanshub024 in #381
New Contributors
Full Changelog: v1.0.0...v1.1.0
Release notes
Open source →- Added theming support for Stac DSL (Dart-to-JSON conversion)
- Added
enabled,backgroundColor,side, andinnerRadiusproperties to StacRadio widget - Added
onChangedproperty to StacRadioGroup widget - Simplified StacRadio and StacRadioGroup implementations
Release notes
Open source →New Features
- Added theming support for Stac (Dart-to-JSON conversion)
- Added
enabled,backgroundColor,side, andinnerRadiusproperties toStacRadiowidget - Added
onChangedproperty toStacRadioGroupwidget - Simplified
StacRadioandStacRadioGroupimplementations
-
1.0.114 Oct 2025 -
1.0.009 Oct 2025Release notes
Open source →What's Changed
- Update README.md by @divyanshub024 in #201
- feat: Adding SliverAppBar & CustomScrollView by @nikb7 in #203
- chore: upgrade melos by @divyanshub024 in #210
- [WIP] feat: Add StacDynamicView parser for fetching and rendering API data by @divyanshub024 in #208
- Remove Handjet font and clean up JSON style properties in gallery app by @divyanshub024 in #212
- chore: update pub dependencies by @divyanshub024 in #213
- refactor: regenerate freezed and g.dart files for all parsers and act… by @divyanshub024 in #214
- Chore: Update configs by @divyanshub024 in #215
- fixed null when background is missing from ColorScheme by @oyewalekehinde in #219
- Add support for the DropdownMenu widget by @Odinachi in #216
- Chore: Reorganize parsers directory and move action parsers under parsers by @divyanshub024 in #220
- feat: Update StacTheme by @divyanshub024 in #221
- Refactor theme parsers from widgets to theme directory by @divyanshub024 in #224
- docs: update
stac_theme.dartreference by @emmanuel-ferdman in #225 - feat: Replace networkImage with CachedNetwork Image by @divyanshub024 in #231
- feat: add ClipRRect widget support by @divyanshub024 in #232
- fix: rename ItemTemplate → itemTemplate for consistency by @ayatsuno in #233
- feat: Add GestureDetector widget support with tap, drag and press handlers by @divyanshub024 in #234
- feat: Add Material 3 fixed color and new surface variants to color scheme by @divyanshub024 in #237
- feat: add ClipOval widget support by @vijaykarthiktk in #240
- feat: add support for inkwell widget by @AbhijithKonnayil in #241
- feat: add variable support with setValue widget and action by @divyanshub024 in #242
- Chore: Update Maintainers in README.md by @rahulbisht25 in #245
- fix: add null checks for gesture detector callbacks to prevent unnecessary event handling by @divyanshub024 in #246
- example: A TMDB mobile example app using stac by @divyanshub024 in #239
- feat: add support to StacDouble class by @AbhijithKonnayil in #253
- feat: update color types and utils to support Material 3 colors by @divyanshub024 in #255
- Create FUNDING.yml by @divyanshub024 in #256
- Update FUNDING.yml by @divyanshub024 in #257
- feat: add
normalandboldtoStacFontWeightby @Abdalqader27 in #261 - feat: add
copyWithStyleproperty toStacText. by @Abdalqader27 in #262 - feat: Add conditional widget with expression evaluation support by @divyanshub024 in #264
- feat: add support for color transparency using @ notation by @divyanshub024 in #268
- feat: add StacVisibility widget by @Abdalqader27 in #266
- feat: Added support for SVG files in StacImage by @Potatomonsta in #270
- docs: Update navigation menu items in footer by @divyanshub024 in #272
- Added StacSnackBarThemeData by @Potatomonsta in #276
- enabled dialogTheme in StacTheme by @Potatomonsta in #277
- feat: add StacBackdropFilter widget by @manav-m in #274
- feat: extract logging functionality into separate stac_logger package by @divyanshub024 in #281
- Added dividerColor and dividerHeight to StacTabBar by @Potatomonsta in #286
- feat: add implementation for logger with improved documentation by @divyanshub024 in #287
- refactor: split image parsers into platform-specific implementations by @divyanshub024 in #288
- Added 2 simple actions to Stac by @antonioacademy10 in #278
- Fixes and changes to DynamicView placeholder replacement logic by @Potatomonsta in #285
- fix: update default values for BorderSide by @divyanshub024 in #293
- feat: Add support for border side in BoxDecoration by @MohamedAbd0 in #291
- feat: add custom loader and error widget support to StacDynamicView by @divyanshub024 in #295
- feat: Empty list check for api responses by @MohamedAbd0 in #294
- feat: Add BoxDecoration support for indicator in StacTabBar by @rahulbisht25 in #301
- feat: Add support for the VerticalDivider by @rahulbisht25 in #306
- doc(stac): Rename
StacRequesttoStacNetworkRequestby @dhruvanbhalara in #309 - feat: Add Drawer widget support to Stac framework by @naveen-krishna in #312
- Added StacRow, StacColumn, StacPadding, StacSizedBox to DSL by @Potatomonsta in #316
- refactor: Streamline toJson & remove StacDouble Type by @divyanshub024 in #318
- Added StacStack, StacPositioned, StacExpanded, StacSpacer by @Potatomonsta in #317
- Added StacAspectRatio, StacFlexible, StacFittedBox, StacFractionallySizedBox by @Potatomonsta in #319
- refactor: Stac DSL support for ElevatedButton, TextButton, FilledButton, OutlinedButton, IconButton & FabButton by @divyanshub024 in #320
- fix: order in _onChanged of StacSliderState by @Potatomonsta in #322
- refactor: Remove StacWidget converter and add fromJson conversion in the stac_widget by @divyanshub024 in #323
- feat: Introduce StacActions and Action DSL classes by @divyanshub024 in #324
- Layout and structure widgets by @Potatomonsta in #325
- Layout and structure widgets by @Potatomonsta in #326
- Layout and structure widgets by @Potatomonsta in #327
- feat: Added DSL support for Stac actions by @divyanshub024 in #328
- refactor: DSL support for Stac icon by @divyanshub024 in #329
- Layout and structure widgets by @Potatomonsta in #330
- DSL Widgets: CheckBox, Radio, Slider, Switch by @Potatomonsta in #331
- DSL Wildgets : StacChip, StacCard, StacHero, StacRadioGroup by @Potatomonsta in #332
- DSL Widgets : added StacCustomScrollView, StacBottomNavigationBar, StacBottomNavigationView and StacBackdropFilter by @Potatomonsta in #333
- DSL Widgets : StacColoredBox, StacPlaceholder, StacClipRRect, StacCipOval, StacCircularProgressIndicator by @Potatomonsta in #334
- [breaking changes] Update Stac Parsers to support Flutter 3.35 by @divyanshub024 in #336
- DSL Widgets : added StacDrawer, StacDefaultTabController, StacPageView, StacTab, StacTabBarStac, TabViewParser by @Potatomonsta in #335
- DSL Widgets : added StacCarouselView, StacGridView, StacSliverAppBar, StacAutoComplete, StacDropDownMenu by @Potatomonsta in #337
- Stac DSL : StacCircleAvatar, StacAlertDialog, StacTable, StacTableRow, StacTableCell and StacConditional by @Potatomonsta in #338
- Rename
stac_modelspackage tostac_coreby @divyanshub024 in #339 - DSL Actions: StacSnackBarAction, StacMultiAction, StacModalBottomSheetAction, StacDelayAction, StacDialogAction by @Potatomonsta in #340
- Bugfixes by @Potatomonsta in #341
- Refactor Stac framework: Introduce StacService and stac cloud by @divyanshub024 in #343
- chore: Prepare for stac_core package release by @divyanshub024 in #344
- Moved StacAlignmentGeometry from stac to stac_core. by @Potatomonsta in #347
- BugFixes for Stac DSL by @Potatomonsta in #350
- Refactor type parsers by @divyanshub024 in #351
- Stac DSL fixes by @divyanshub024 in #353
- feat: Major STAC framework refactoring - Introduce stac_core package and Dart-to-JSON conversion by @divyanshub024 in #354
- chore: Release Stac 1.0.0-dev.7 by @divyanshub024 in #355
- refactor: Remove unused files by @divyanshub024 in #356
- refactor: Move StacAlign to Stac_core for DSL support by @divyanshub024 in #357
- Export stac_list_view, stac_list_tile, and stac_gesture_detector in stac_core by @Potatomonsta in #358
- Add StacScreen annotation and annotations barrel; re-export in barrels by @Potatomonsta in #359
- docs: upgrade freezed class to match freezed version 3.* by @Xsantosh in #360
- refactor: Move StacLinearProgressIndicator to stac_core by @divyanshub024 in #362
- refactor: Replace StacSetValue implementation with a new structure stac_core by @divyanshub024 in #363
- Stac Framework Enhancements: Navigation, Borders, Colors & Architecture Improvements by @Potatomonsta in #361
- feat: Introduce StacError and StacErrorWidget for enhanced error handling by @divyanshub024 in #364
- chore: Removed unused files and cleaned up imports by @Potatomonsta in #366
- chore: Release version 1.0.0 of stac_core by @Potatomonsta in #367
New Contributors
- @nikb7 made their first contribution in #203
- @oyewalekehinde made their first contribution in #219
- @Odinachi made their first contribution in #216
- @emmanuel-ferdman made their first contribution in #225
- @ayatsuno made their first contribution in #233
- @vijaykarthiktk made their first contribution in #240
- @AbhijithKonnayil made their first contribution in #241
- @Abdalqader27 made their first contribution in #261
- @Potatomonsta made their first contribution in #270
- @manav-m made their first contribution in #274
- @antonioacademy10 made their first contribution in #278
- @dhruvanbhalara made their first contribution in #309
- @naveen-krishna made their first contribution in #312
- @Xsantosh made their first contribution in #360
Full Changelog: v0.10.0...v1.0.0
Release notes
Open source →Breaking changes
- Minimum Flutter SDK is now 3.35.0+
- Switch: rename
activeColor→activeThumbColor(align with Flutter API) ThemeData.bottomAppBarThemenow expectsBottomAppBarThemeData(aligned with Flutter 3.35)TextSpannow takestextinstead ofdata
Features
- Introduced
StacErrorandStacErrorWidgetfor enhanced error handling (#364) - Added support for Dart-to-JSON conversion via Stac DSL
- WASM compatibility for Web/WASM platform support
- Conditional widget with expression evaluation for dynamic UI logic
- SVG rendering capability in
StacImage TextStyle.copyWith()viacopyWithStyleproperty- Border side customization in
BoxDecoration multi_action_parserfor advanced interaction handling- Integrated
SnackBarThemeDatafor consistent styling BackdropFilterwidget support- Color transparency using
@notation (e.g. "primary@50") Visibilitywidget support- Replaced
Image.networkusage withCachedNetworkImage ClipRRectwidget supportGestureDetectorwidget with tap, drag and press handlers- Material 3 fixed colors and new surface variants
ClipOvalwidget supportInkWellwidget support- Variable support with
setValuewidget and action StacDoubletype support- Updated Stac theme with new
ThemeDataclasses DropdownMenuwidget supportSliverAppBarandCustomScrollViewparsersStacDynamicViewparser for fetching and rendering API data- Improved Stac borders and styles
Release notes
Open source →This is the first stable release of Stac, marking a major milestone in server-driven UI for Flutter.
Breaking Changes
<Warning> If upgrading from pre-1.0 versions, please review these changes carefully. </Warning>
- Minimum Flutter SDK is now 3.35.0+
Switch: renamedactiveColor→activeThumbColor(aligned with Flutter API)ThemeData.bottomAppBarThemenow expectsBottomAppBarThemeData(aligned with Flutter 3.35)TextSpannow takestextinstead ofdata
New Features
- Error Handling: Introduced
StacErrorandStacErrorWidgetfor enhanced error handling - Dart-to-JSON: Added support for Dart-to-JSON conversion via Stac DSL
- WASM Compatibility: Web/WASM platform support
- Conditional Widget: Expression evaluation for dynamic UI logic
- SVG Rendering: SVG support in
StacImage - TextStyle.copyWith(): Via
copyWithStyleproperty - Border Side Customization: In
BoxDecoration - Multi Action Parser: For advanced interaction handling
- SnackBarThemeData: Integrated for consistent styling
- BackdropFilter Widget: New widget support
- Color Transparency: Using
@notation (e.g."primary@50") - Visibility Widget: New widget support
- CachedNetworkImage: Replaced
Image.networkusage - ClipRRect Widget: New widget support
- GestureDetector: With tap, drag and press handlers
- Material 3 Colors: Fixed colors and new surface variants
- ClipOval Widget: New widget support
- InkWell Widget: New widget support
- Variables: Support with
setValuewidget and action - StacDouble Type: New type support
- Theme Updates: Updated Stac theme with new
ThemeDataclasses - DropdownMenu Widget: New widget support
- SliverAppBar & CustomScrollView: New parsers
- StacDynamicView: Parser for fetching and rendering API data
- Improved Borders: Enhanced Stac borders and styles
-
1.0.0-dev.722 Sep 2025 pre-releaseNothing published for this version
-
1.0.0-dev.616 Aug 2025 pre-releaseNothing published for this version
-
1.0.0-dev.519 Jun 2025 pre-releaseNothing published for this version
-
1.0.0-dev.425 May 2025 pre-releaseNothing published for this version
-
1.0.0-dev.325 May 2025 pre-releaseNothing published for this version
-
1.0.0-dev.223 Apr 2025 pre-releaseNothing published for this version
-
1.0.0-dev.111 Apr 2025 pre-releaseNothing published for this version
-
0.11.006 Jun 2025Nothing published for this version
-
0.10.013 Feb 2025Release notes
Open source →What's Changed
- chore: added contributor banners for twitter and linkedin by @rahulbisht25 in #194
- example: Counter app example with Flutter Bloc and freezed by @divyanshub024 in #195
- chore: Add pub.dev topics by @MohamedAbd0 in #196
- feat: Remove IconAlignment from button widgets by @divyanshub024 in #197
New Contributors
- @rahulbisht25 made their first contribution in #194
Full Changelog: v0.9.0...v0.10.0
Release notes
Open source →- Migrate to Flutter 3.29
- feat: Remove IconAlignment from button widgets by @divyanshub024
-
0.9.311 Feb 2025 -
0.9.204 Feb 2025 -
0.9.104 Feb 2025Nothing published for this version
-
0.9.004 Feb 2025Release notes
Open source →What's Changed
- feat: Add Mirai parser for hero widget by @Yash-Khattar in #82
- feat: Added support for radio widget by @ishanvaghani in #90
- feat: added docs for mirai list tile by @khanjasir90 in #93
- docs: sizedbox documentation by @dakshvasudev in #96
- feat: Added support for slider widget by @ishanvaghani in #97
- docs: added mirai padding docs by @khanjasir90 in #94
- feat: Add support for Opacity widget by @vinothvino42 in #100
- Add material as default icon type and update icon example by @vinothvino42 in #101
- docs: added mirai row docs by @khanjasir90 in #104
- docs: Add Mirai Image Parser Docs by @MohamedAbd0 in #108
- chore: Update package links in documentation by @divyanshub024 in #109
- docs: Add documentation for Mirai TextField properties by @divyanshub024 in #110
- fix: filledButton onPressed and onLongPress Functionality by @ShalmonAnandas in #112
- feat: Added support for snackbar by @ishanvaghani in #103
- docs: Add companies using Mirai in Readme by @divyanshub024 in #113
- Feat: Adding Support Placeholder by @MohamedAbd0 in #114
- Feat : Adding AspectRatio, FittedBox, LimitedBox Widgets by @MohamedAbd0 in #120
- Doc: Create documentation for switch widget by @ishanvaghani in #122
- docs: Added documentation for SafeArea by @ishanvaghani in #125
- Added Documentation for MiraiTableParser, MiraiTableBorderParser, MiraiTableRowParser, MiraiTableCellParser, MiraiBorderSideParser by @ShalmonAnandas in #115
- feat: Update Mirai webview & Add docs by @divyanshub024 in #126
- Update mirai_webview package version to 0.1.0 by @divyanshub024 in #127
- fix: Simplify table border configuration by @divyanshub024 in #129
- docs: Add mirai text button documentation by @divyanshub024 in #132
- docs: Add mirai elevated button documentation by @divyanshub024 in #133
- docs: Add mirai filled button documentation by @divyanshub024 in #134
- docs: Add mirai floating action button documentation by @divyanshub024 in #135
- docs: Add mirai icon button documentation by @divyanshub024 in #136
- docs: Add mirai outlined button documentation by @divyanshub024 in #137
- docs: Add Spacer widget documentation by @divyanshub024 in #138
- docs: Add documentation for the Center widget by @divyanshub024 in #139
- docs: Add documentation for the expanded widget by @divyanshub024 in #140
- docs: Add documentation for the flexible widget by @divyanshub024 in #141
- docs: Add stack and positioned widgets documentation by @divyanshub024 in #142
- Docs: Add documentation for Mirai column widget by @divyanshub024 in #143
- Docs: Add documentation for Mirai AppBar widget by @divyanshub024 in #144
- Docs: Add documentation for Mirai CircleAvatar widget by @divyanshub024 in #145
- Docs: Add documentation for Mirai Form widget by @divyanshub024 in #146
- Docs: Add documentation for Mirai FractionallySizedBox widget by @divyanshub024 in #147
- Docs: Add documentation for Mirai Icon widget by @divyanshub024 in #148
- feat: Added support for name colors by @ishanvaghani in #131
- docs: Update Alert Dialog and add docs by @divyanshub024 in #151
- feat: Update scaffold widget and add documentation by @divyanshub024 in #153
- docs: Add NetworkWidget documentation by @divyanshub024 in #154
- Docs: Add documentation for SingleChildScrollView widget by @divyanshub024 in #155
- feat: standardize parameters in buttons by @ishanvaghani in #156
- Add Discord badge to README by @divyanshub024 in #159
- docs: Add DefaultTabController documentation by @divyanshub024 in #160
- docs: Add Card widget documentation by @divyanshub024 in #161
- docs: Add AutoComplete widget documentation by @divyanshub024 in #162
- docs: Add CarouselView documentation by @divyanshub024 in #163
- refactor: Rename MiraiCheckBoxWidget to MiraiCheckBox & Add docs by @divyanshub024 in #164
- feat: Update Chip widget with onDeleted, clipBehavior, visualDensity, materialTapTargetSize, avatarBoxConstraints & deleteIconBoxConstraints params by @divyanshub024 in #165
- docs: Add GridView widget documentation by @divyanshub024 in #166
- docs: Add PageView widget documentation by @divyanshub024 in #167
- docs: Add TextFormField widget documentation by @divyanshub024 in #168
- docs: Add BottomNavigationBar widget documentation by @divyanshub024 in #169
- docs: Add BottomNavigationView widget documentation by @divyanshub024 in #170
- docs: Add Tab bar widget documentation by @divyanshub024 in #171
- docs: Add Mirai action parser docs by @divyanshub024 in #179
- chore: Add contribution guidelines by @divyanshub024 in #180
- feat: Update docs theme by @divyanshub024 in #181
- Fix: change all icon button widget property from child to icon in app bar, icon button and scaffold example screen by @vinothvino42 in #183
- Update README.md typo by @aktxyz in #185
- Rename the repo from Mirai to Stac by @divyanshub024 in #188
- Update README.md by @divyanshub024 in #189
- Update README.md by @divyanshub024 in #191
New Contributors
- @Yash-Khattar made their first contribution in #82
- @dakshvasudev made their first contribution in #96
- @vinothvino42 made their first contribution in #100
- @MohamedAbd0 made their first contribution in #108
- @ShalmonAnandas made their first contribution in #112
- @aktxyz made their first contribution in #185
Full Changelog: v0.8.0...v0.9.0
Release notes
Open source →- feat: Add Stac parser for hero widget by @Yash-Khattar
- feat: Added support for radio widget by @ishanvaghani
- feat: Added support for slider widget by @ishanvaghani
- feat: Add support for Opacity widget by @vinothvino42
- feat: Add material as default icon type and update icon example by @vinothvino42
- fix: filledButton onPressed and onLongPress Functionality by @ShalmonAnandas
- feat: Added support for snackbar by @ishanvaghani
- feat: Adding Support Placeholder by @MohamedAbd0
- feat : Adding AspectRatio, FittedBox, LimitedBox Widgets by @MohamedAbd0
- feat: Update Stac webview @divyanshub024
- fix: Simplify table border configuration by @divyanshub024
- feat: Added support for name colors by @ishanvaghani
- feat: standardize parameters in buttons by @ishanvaghani
- feat: Update Chip widget params by @divyanshub024
- fix: change all icon button widget property from child to icon by @vinothvino42
-
0.8.303 Feb 2025 -
0.8.203 Feb 2025Nothing published for this version
-
0.8.103 Feb 2025Nothing published for this version
-
0.8.003 Feb 2025Release notes
Open source →What's Changed
- chore: Code Refactoring :) by @divyanshub024 in #5
- feat: Add Row and Column Spacing by @divyanshub024 in #6
- feat: Add Mirai carousel view with example by @divyanshub024 in #7
- feat: Add Mirai colored box parser by @divyanshub024 in #8
- fix: Replace cache network image with the Image.network. by @divyanshub024 in #11
- chore: Update readme by @divyanshub024 in #12
- docs: Mirai basic documentation by @divyanshub024 in #21
- Update netlify configs by @divyanshub024 in #22
- fix: Fix the config base url by @divyanshub024 in #23
- chore: update config by @divyanshub024 in #24
- feat: Add support for the Divider widget by @bhattkrutij in #20
- docs: Add Mirai Test documentation by @divyanshub024 in #83
- feat: added ability to override mirai parsers and action_parsers. by @khanjasir90 in #81
- feat: Added support for mirai progress indicators by @ishanvaghani in #84
- feat: added docs for mirai wrap widget by @khanjasir90 in #85
- feat: added docs for mirai align widget by @khanjasir90 in #87
- chore: Add
.netlifyfolder to gitignore by @divyanshub024 in #88 - feat: added listview docs by @khanjasir90 in #89
- chore: update to v0.8 by @divyanshub024 in #91
New Contributors
- @bhattkrutij made their first contribution in #20
- @khanjasir90 made their first contribution in #81
- @ishanvaghani made their first contribution in #84
Full Changelog: v0.7.0...v0.8.0
Release notes
Open source →- chore: Code Refactoring :) by @divyanshub024
- feat: Add Row and Column Spacing by @divyanshub024
- feat: Add Stac carousel view with example by @divyanshub024
- feat: Add Stac colored box parser by @divyanshub024
- fix: Replace cache network image with the Image.network. by @divyanshub024
- feat: Add support for the Divider widget by @bhattkrutij
- feat: added ability to override stac parsers and action_parsers. by @khanjasir90
- feat: Added support for stac progress indicators by @ishanvaghani