Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
08a5e28
master pull
shravyackm Sep 11, 2020
ec862c8
Merge branch 'master' of https://github.com/shravyackm/getflutter int…
shravyackm Sep 11, 2020
94d7dbd
adding new component gf_text_field
shravyackm Sep 11, 2020
1ce3a16
Merge branch 'master' of https://github.com/shravyackm/getflutter int…
shravyackm Sep 11, 2020
437192e
Merge pull request #35 from ionicfirebaseapp/master
Sandipkakadiya Sep 11, 2020
79a6be0
Merge pull request #36 from ionicfirebaseapp/master
Sandipkakadiya Sep 11, 2020
96322c0
single drop down is in progress with testing
shravyackm Sep 16, 2020
45bae82
multi-selection dropdown is in progress
shravyackm Sep 17, 2020
e94364f
Merge pull request #187 from deepikahr/master
Sandipkakadiya Sep 28, 2020
b097790
Merge pull request #188 from deepikahr/GFIntroScreen
deepikahr Sep 29, 2020
6be00a3
Revert "Gf intro screen completed"
deepikahr Sep 29, 2020
3a97200
Merge pull request #189 from ionicfirebaseapp/revert-188-GFIntroScreen
deepikahr Sep 29, 2020
b98c8c8
Revert "Revert "Gf intro screen completed""
Sandipkakadiya Sep 30, 2020
12d644d
Merge pull request #190 from ionicfirebaseapp/revert-189-revert-188-G…
Sandipkakadiya Sep 30, 2020
50c7177
Merge pull request #37 from ionicfirebaseapp/master
Sandipkakadiya Oct 2, 2020
3fae141
Merge pull request #191 from deepikahr/master
Sandipkakadiya Oct 2, 2020
1b765b2
Merge pull request #38 from ionicfirebaseapp/master
Sandipkakadiya Oct 2, 2020
e1b7297
local check
Oct 2, 2020
38ba269
merged
Oct 2, 2020
f704550
Merge pull request #40 from ionicfirebaseapp/master
shravyackm Oct 2, 2020
22f06d2
multi-level dropdown component added
shravyackm Oct 2, 2020
5756757
master pull
shravyackm Oct 2, 2020
18bdbe2
master pull
shravyackm Oct 2, 2020
b782f36
gfcheckbox tiles change & few components missing comments added
Oct 2, 2020
1c5732e
Merge pull request #192 from shravyackm/gf_dropdown
Sandipkakadiya Oct 2, 2020
43624f9
Merge pull request #39 from ionicfirebaseapp/master
Sandipkakadiya Oct 2, 2020
1fba485
floating widget changes & introscreen changes
Oct 2, 2020
694afb5
Merge branch 'master' of https://github.com/Sandipkakadiya/getflutter…
Oct 2, 2020
13cee3a
dropdown & multiselect changes
Oct 2, 2020
154d789
loader, listtile, progressbar, radiotile changes & comments changes
Oct 2, 2020
ee489ab
radio, radiotile, rating, sticky header changes & review
Oct 2, 2020
61d56ff
changelog added
Oct 2, 2020
3196e04
code formated , changelog added, version updated
Oct 2, 2020
1b62a84
Merge pull request #193 from Sandipkakadiya/review
Sandipkakadiya Oct 2, 2020
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
42 changes: 21 additions & 21 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"
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