From dfa60aabdcd17bb26e0985decef5983dabe1e1b3 Mon Sep 17 00:00:00 2001 From: iampawan Date: Sat, 21 Mar 2020 12:41:26 +0530 Subject: [PATCH] Bug Fixes for stable channel --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 11 +++++++++-- lib/src/flutter/card.dart | 4 ++-- lib/src/flutter/selectable_text.dart | 2 +- pubspec.lock | 9 ++++++++- pubspec.yaml | 2 +- 6 files changed, 25 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2176e84..79aa3a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.1.1] - March 21, 2020 + +- Bug Fixes for stable channel + ## [0.1.0] - March 20, 2020 - initial release to public. diff --git a/example/pubspec.lock b/example/pubspec.lock index 3f12510..a568829 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -102,6 +102,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.6.4" + pedantic: + dependency: transitive + description: + name: pedantic + url: "https://pub.dartlang.org" + source: hosted + version: "1.8.0+1" petitparser: dependency: transitive description: @@ -162,7 +169,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.15" + version: "0.2.11" typed_data: dependency: transitive description: @@ -183,7 +190,7 @@ packages: path: ".." relative: true source: path - version: "0.1.0" + version: "0.1.1" xml: dependency: transitive description: diff --git a/lib/src/flutter/card.dart b/lib/src/flutter/card.dart index c3c9a06..2d30676 100644 --- a/lib/src/flutter/card.dart +++ b/lib/src/flutter/card.dart @@ -31,7 +31,7 @@ class _VelocityXCardBuilder extends VelocityXWidgetBuilder } final Widget _child; - Color _shadowColor; + // Color _shadowColor; double _elevation = 1.0; ShapeBorder _shape; @@ -58,7 +58,7 @@ class _VelocityXCardBuilder extends VelocityXWidgetBuilder clipBehavior: Clip.antiAlias, elevation: _elevation, shape: roundedValue.isNotNull ? RoundedRectangleBorder(borderRadius: BorderRadius.circular(roundedValue)) : _shape, - shadowColor: _shadowColor, + // shadowColor: _shadowColor, ); } } diff --git a/lib/src/flutter/selectable_text.dart b/lib/src/flutter/selectable_text.dart index 50c3c7d..3a7679e 100644 --- a/lib/src/flutter/selectable_text.dart +++ b/lib/src/flutter/selectable_text.dart @@ -160,7 +160,7 @@ class VelocityXSelectableTextBuilder extends VelocityXWidgetBuilder