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
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog


## 1.2.2 - 2020-10-02

### Fixed
* [GFButton] width related issue.
* [GFRadio] minor issue.
* [GFRadioListTile] selection issue
* [GFCheckbox] minor issue.
* [GFCheckboxListTile] selection issue
* Many more minor improvements.

### Added
* few new compoenents added
- GFBottomSheet
- GFIntroScreen
- GFAnimation
- GFBorder
- GFStickyHeader



## 1.1.3 - 2020-07-30

### Fixed
Expand All @@ -9,7 +30,7 @@
* [GFCarousel] active page indicator is not being updated without "onPageChanged" #139
* [GFTabBar] Docs say about isScrollable which is not supported #132

### Update
### Added
* couple of compoenents (WIP)
- GFCheckboxTile
- GFRadioTile
Expand Down
44 changes: 22 additions & 22 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,42 +7,42 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.2"
version: "2.5.0-nullsafety.1"
boolean_selector:
dependency: transitive
description:
name: boolean_selector
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.1.0-nullsafety.1"
characters:
dependency: transitive
description:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
version: "1.1.0-nullsafety.3"
charcode:
dependency: transitive
description:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.3"
version: "1.2.0-nullsafety.1"
clock:
dependency: transitive
description:
name: clock
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
version: "1.1.0-nullsafety.1"
collection:
dependency: transitive
description:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.14.13"
version: "1.15.0-nullsafety.3"
convert:
dependency: transitive
description:
Expand All @@ -63,7 +63,7 @@ packages:
name: fake_async
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.2.0-nullsafety.1"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -92,28 +92,28 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.3"
version: "1.2.2"
matcher:
dependency: transitive
description:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.8"
version: "0.12.10-nullsafety.1"
meta:
dependency: transitive
description:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.8"
version: "1.3.0-nullsafety.3"
path:
dependency: transitive
description:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
version: "1.8.0-nullsafety.1"
path_drawing:
dependency: transitive
description:
Expand Down Expand Up @@ -148,7 +148,7 @@ packages:
name: plugin_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
version: "1.0.1"
pub_semver:
dependency: transitive
description:
Expand All @@ -167,49 +167,49 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
version: "1.8.0-nullsafety.2"
stack_trace:
dependency: transitive
description:
name: stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.5"
version: "1.10.0-nullsafety.1"
stream_channel:
dependency: transitive
description:
name: stream_channel
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.1.0-nullsafety.1"
string_scanner:
dependency: transitive
description:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.5"
version: "1.1.0-nullsafety.1"
term_glyph:
dependency: transitive
description:
name: term_glyph
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.2.0-nullsafety.1"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.17"
version: "0.2.19-nullsafety.2"
typed_data:
dependency: transitive
description:
name: typed_data
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.0-nullsafety.3"
url_launcher:
dependency: "direct main"
description:
Expand Down Expand Up @@ -251,7 +251,7 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.8"
version: "2.1.0-nullsafety.3"
xml:
dependency: transitive
description:
Expand All @@ -260,5 +260,5 @@ packages:
source: hosted
version: "4.2.0"
sdks:
dart: ">=2.9.0-14.0.dev <3.0.0"
flutter: ">=1.18.0-6.0.pre <2.0.0"
dart: ">=2.10.0-110 <2.11.0"
flutter: ">=1.18.0-6.0.pre <2.0.0"
1 change: 1 addition & 0 deletions lib/components/accordian/gf_accordian.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import 'package:flutter/material.dart';
import 'package:getwidget/getwidget.dart';

class GFAccordion extends StatefulWidget {
/// An accordion is used to show (and hide) content. Use [showAccordion] to hide & show the accordion content.
const GFAccordion(
{Key key,
this.titleChild,
Expand Down
1 change: 1 addition & 0 deletions lib/components/animation/gf_animation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import 'package:flutter/material.dart';
import 'package:getwidget/types/gf_animation_type.dart';

class GFAnimation extends StatefulWidget {
/// Wrap any widget with [GFAnimation] to animate your widget. see [GFAnimationType] for types of animations.
const GFAnimation({
Key key,
this.duration,
Expand Down
50 changes: 0 additions & 50 deletions lib/components/badge/gf_button_badge.dart
Original file line number Diff line number Diff line change
Expand Up @@ -272,53 +272,3 @@ class _GFButtonBadgeState extends State<GFButtonBadge> {
),
);
}

//
//class GFButtonBadge extends GFButton {
//
//
// Widget build(BuildContext context) => ConstrainedBox(
// constraints: const BoxConstraints(
// minHeight: 26,
// minWidth: 98,
// ),
// child: Container(
// height: size,
// child: GFButton(
// onPressed: onPressed,
// onHighlightChanged: onHighlightChanged,
// textStyle: textStyle,
// boxShadow: boxShadow,
// buttonBoxShadow: badgeBoxShadow,
// focusColor: focusColor,
// hoverColor: hoverColor,
// highlightColor: highlightColor,
// splashColor: splashColor,
// elevation: elevation,
// focusElevation: focusElevation,
// hoverElevation: hoverElevation,
// highlightElevation: highlightElevation,
// disabledElevation: disabledElevation,
// constraints: constraints,
// borderShape: borderShape,
// animationDuration: animationDuration,
// clipBehavior: clipBehavior,
// focusNode: focusNode,
// autofocus: autofocus,
// type: type,
// shape: shape,
// color: color,
// textColor: textColor,
// position: position,
// size: size,
// borderSide: borderSide,
// text: text,
// icon: icon,
// blockButton: blockButton,
// fullWidthButton: fullWidthButton,
// disabledColor: disabledTextColor,
// disabledTextColor: disabledColor,
// ),
// ),
// );
//}
3 changes: 0 additions & 3 deletions lib/components/badge/gf_icon_badge.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ class _GFIconBadgeState extends State<GFIconBadge> {
children: <Widget>[
widget.child ?? Container(),
Positioned(
// top: 2,
// left: 22,
right: 0,
child: widget.counterChild ?? Container(),
),
],
Expand Down
5 changes: 3 additions & 2 deletions lib/components/border/gf_border.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ import 'package:getwidget/components/border/gf_dashed_border.dart';
import 'package:getwidget/types/gf_border_type.dart';

class GFBorder extends StatelessWidget {
/// Create different types of borders around given child widget
GFBorder({
@required this.child,
this.color = Colors.black,
this.strokeWidth = 1,
this.type = GFBorderType.Rect,
this.type = GFBorderType.rect,
this.dashedLine = const <double>[3, 1],
this.padding = const EdgeInsets.all(10),
this.radius = const Radius.circular(0),
Expand All @@ -27,7 +28,7 @@ class GFBorder extends StatelessWidget {
final double strokeWidth;

/// color of type [Color] or GFColor which is used to change the color of the border type
final dynamic color;
final Color color;

/// dashedLine of type [List<double>] which is used for the linear and simple dashed line of border
final List<double> dashedLine;
Expand Down
Loading