File tree Expand file tree Collapse file tree 19 files changed +47
-57
lines changed
stac_linear_progress_indicator Expand file tree Collapse file tree 19 files changed +47
-57
lines changed Original file line number Diff line number Diff line change @@ -290,10 +290,10 @@ packages:
290290 dependency: transitive
291291 description:
292292 name: flutter_svg
293- sha256: "055de8921be7b8e8b98a233c7a5ef84b3a6fcc32f46f1ebf5b9bb3576d108355 "
293+ sha256: "87fbd7c534435b6c5d9d98b01e1fd527812b82e68ddd8bd35fc45ed0fa8f0a95 "
294294 url: "https://pub.dev"
295295 source: hosted
296- version: "2.2.2 "
296+ version: "2.2.3 "
297297 flutter_test:
298298 dependency: "direct dev"
299299 description: flutter
@@ -636,10 +636,10 @@ packages:
636636 dependency: transitive
637637 description:
638638 name: shared_preferences
639- sha256: "6e8bf70b7fef813df4e9a36f658ac46d107db4b4cfe1048b477d4e453a8159f5 "
639+ sha256: "2939ae520c9024cb197fc20dee269cd8cdbf564c8b5746374ec6cacdc5169e64 "
640640 url: "https://pub.dev"
641641 source: hosted
642- version: "2.5.3 "
642+ version: "2.5.4 "
643643 shared_preferences_android:
644644 dependency: transitive
645645 description:
@@ -787,14 +787,14 @@ packages:
787787 path: "../../packages/stac"
788788 relative: true
789789 source: path
790- version: "1.1.2 "
790+ version: "1.2.0 "
791791 stac_core:
792792 dependency: "direct overridden"
793793 description:
794794 path: "../../packages/stac_core"
795795 relative: true
796796 source: path
797- version: "1.1 .0"
797+ version: "1.2 .0"
798798 stac_framework:
799799 dependency: "direct overridden"
800800 description:
Original file line number Diff line number Diff line change @@ -258,10 +258,10 @@ packages:
258258 dependency: transitive
259259 description:
260260 name: flutter_svg
261- sha256: "055de8921be7b8e8b98a233c7a5ef84b3a6fcc32f46f1ebf5b9bb3576d108355 "
261+ sha256: "87fbd7c534435b6c5d9d98b01e1fd527812b82e68ddd8bd35fc45ed0fa8f0a95 "
262262 url: "https://pub.dev"
263263 source: hosted
264- version: "2.2.2 "
264+ version: "2.2.3 "
265265 flutter_test:
266266 dependency: "direct dev"
267267 description: flutter
@@ -556,10 +556,10 @@ packages:
556556 dependency: transitive
557557 description:
558558 name: shared_preferences
559- sha256: "6e8bf70b7fef813df4e9a36f658ac46d107db4b4cfe1048b477d4e453a8159f5 "
559+ sha256: "2939ae520c9024cb197fc20dee269cd8cdbf564c8b5746374ec6cacdc5169e64 "
560560 url: "https://pub.dev"
561561 source: hosted
562- version: "2.5.3 "
562+ version: "2.5.4 "
563563 shared_preferences_android:
564564 dependency: transitive
565565 description:
@@ -715,14 +715,14 @@ packages:
715715 path: "../../packages/stac"
716716 relative: true
717717 source: path
718- version: "1.1.2 "
718+ version: "1.2.0 "
719719 stac_core:
720720 dependency: "direct main"
721721 description:
722722 path: "../../packages/stac_core"
723723 relative: true
724724 source: path
725- version: "1.1 .0"
725+ version: "1.2 .0"
726726 stac_framework:
727727 dependency: "direct overridden"
728728 description:
Original file line number Diff line number Diff line change @@ -290,10 +290,10 @@ packages:
290290 dependency: transitive
291291 description:
292292 name: flutter_svg
293- sha256: "055de8921be7b8e8b98a233c7a5ef84b3a6fcc32f46f1ebf5b9bb3576d108355 "
293+ sha256: "87fbd7c534435b6c5d9d98b01e1fd527812b82e68ddd8bd35fc45ed0fa8f0a95 "
294294 url: "https://pub.dev"
295295 source: hosted
296- version: "2.2.2 "
296+ version: "2.2.3 "
297297 flutter_test:
298298 dependency: "direct dev"
299299 description: flutter
@@ -636,10 +636,10 @@ packages:
636636 dependency: transitive
637637 description:
638638 name: shared_preferences
639- sha256: "6e8bf70b7fef813df4e9a36f658ac46d107db4b4cfe1048b477d4e453a8159f5 "
639+ sha256: "2939ae520c9024cb197fc20dee269cd8cdbf564c8b5746374ec6cacdc5169e64 "
640640 url: "https://pub.dev"
641641 source: hosted
642- version: "2.5.3 "
642+ version: "2.5.4 "
643643 shared_preferences_android:
644644 dependency: transitive
645645 description:
@@ -787,14 +787,14 @@ packages:
787787 path: "../../packages/stac"
788788 relative: true
789789 source: path
790- version: "1.1.2 "
790+ version: "1.2.0 "
791791 stac_core:
792792 dependency: "direct main"
793793 description:
794794 path: "../../packages/stac_core"
795795 relative: true
796796 source: path
797- version: "1.1 .0"
797+ version: "1.2 .0"
798798 stac_framework:
799799 dependency: "direct overridden"
800800 description:
Original file line number Diff line number Diff line change 1+ ## 1.2.0
2+
3+ - Added screen caching and offline support
4+ - Added theme support with cloud loading
5+ - Added support for badge widget
6+ - Added support for tooltip widget
7+ - Added support for selectable text widget
8+ - Added support for tooltip theme configuration
9+ - Exported extension methods for easier widget and action parsing
10+ - Enhanced network widget to support custom loading and error widgets
11+
112## 1.1.2
213
314- chore: Upgrade ` dio ` to ` ^5.9.0 `
Original file line number Diff line number Diff line change 11import 'package:flutter/material.dart' ;
2- import 'package:stac/src/parsers/foundation/borders/stac_border_parser.dart' ;
3- import 'package:stac/src/parsers/foundation/borders/stac_border_radius_parser.dart' ;
4- import 'package:stac/src/parsers/foundation/colors/stac_blend_mode_parser.dart' ;
5- import 'package:stac/src/parsers/foundation/decoration/stac_decoration_image/stac_decoration_image_parser.dart' ;
6- import 'package:stac/src/parsers/foundation/effects/stac_gradient_parser.dart' ;
7- import 'package:stac/src/parsers/foundation/geometry/stac_box_shadow_parser.dart' ;
8- import 'package:stac/src/parsers/foundation/layout/stac_box_shape_parser.dart' ;
92import 'package:stac/stac.dart' ;
103import 'package:stac_core/foundation/decoration/stac_box_decoration/stac_box_decoration.dart' ;
114
Original file line number Diff line number Diff line change 11import 'package:flutter/material.dart' ;
2- import 'package:stac/src/parsers/foundation/foundation.dart' ;
32import 'package:stac/stac.dart' ;
43
54/// Parser extension for [StacButtonThemeData] .
Original file line number Diff line number Diff line change 11import 'package:flutter/material.dart' ;
2- import 'package:stac/src/parsers/foundation/geometry/stac_edge_insets_parser.dart' ;
3- import 'package:stac/src/parsers/foundation/layout/stac_clip_parser.dart' ;
4- import 'package:stac/src/parsers/foundation/text/stac_text_style_parser.dart' ;
5- import 'package:stac/src/parsers/foundation/ui_components/stac_system_ui_overlay_style_parser.dart' ;
62import 'package:stac/stac.dart' ;
73import 'package:stac_core/stac_core.dart' ;
84
Original file line number Diff line number Diff line change 11import 'package:flutter/material.dart' ;
2- import 'package:stac/src/parsers/foundation/foundation.dart' ;
32import 'package:stac/stac.dart' ;
43import 'package:stac_core/stac_core.dart' ;
54
Original file line number Diff line number Diff line change 11import 'package:flutter/material.dart' ;
2- import 'package:stac/src/parsers/foundation/alignment/stac_alignment_parser.dart' ;
3- import 'package:stac/src/parsers/foundation/decoration/stac_box_decoration_parser.dart' ;
4- import 'package:stac/src/parsers/foundation/geometry/stac_box_constraints_parser.dart' ;
5- import 'package:stac/src/parsers/foundation/geometry/stac_edge_insets_parser.dart' ;
6- import 'package:stac/src/parsers/foundation/layout/stac_clip_parser.dart' ;
72import 'package:stac/stac.dart' ;
83import 'package:stac_core/stac_core.dart' ;
94
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ import 'dart:io';
33import 'package:cached_network_image/cached_network_image.dart' ;
44import 'package:flutter/material.dart' ;
55import 'package:flutter_svg/svg.dart' ;
6- import 'package:stac/src/parsers/foundation/alignment/stac_alignment_parser.dart' ;
7- import 'package:stac/src/parsers/foundation/layout/stac_box_fit_parser.dart' ;
86import 'package:stac/stac.dart' ;
97import 'package:stac_core/stac_core.dart' ;
108
You can’t perform that action at this time.
0 commit comments