Skip to content

Commit 12a9fb0

Browse files
Merge pull request #162 from Sandipkakadiya/master
1.1.2 release
2 parents 79664f9 + 29d3432 commit 12a9fb0

File tree

7 files changed

+179
-44
lines changed

7 files changed

+179
-44
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 1.1.2 - 2020-07-30
4+
5+
### Fixed
6+
* [GFAppBar] clear button does not fire onChanged #149
7+
* [GFCarousel] initialPage Not Honored if Page Indicators Enabled. #144
8+
* [GFCarousel] timer of the autoPlay is not disposed #143
9+
* [GFCarousel] active page indicator is not being updated without "onPageChanged" #139
10+
* [GFTabBar] Docs say about isScrollable which is not supported #132
11+
12+
### Update
13+
* couple of compoenents (WIP)
14+
- GFCheckboxTile
15+
- GFRadioTile
16+
17+
18+
319
## 1.1.1 - 2020-06-26
420

521
### Added

analysis_options.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ linter:
1313
# conflicts with the Flutter convention of putting {Key key} first and {Widget child} last
1414
# - always_put_required_named_parameters_first
1515
- always_require_non_null_named_parameters
16-
# - annotate_overrides
16+
- annotate_overrides
1717
- avoid_annotating_with_dynamic
1818
- avoid_as
1919
- avoid_bool_literals_in_conditional_expressions
@@ -33,7 +33,7 @@ linter:
3333
- avoid_relative_lib_imports
3434
- avoid_renaming_method_parameters
3535
- avoid_return_types_on_setters
36-
# - avoid_returning_null
36+
- avoid_returning_null
3737
- avoid_returning_null_for_void
3838
- avoid_returning_this
3939
- avoid_setters_without_getters
@@ -49,6 +49,7 @@ linter:
4949
# - cascade_invocations
5050
- close_sinks
5151
- comment_references
52+
# required for couple of GetWidget pattern
5253
# - constant_identifier_names
5354
- control_flow_in_finally
5455
- curly_braces_in_flow_control_structures
@@ -75,7 +76,7 @@ linter:
7576
# - omit_local_variable_types
7677
- one_member_abstracts
7778
- only_throw_errors
78-
# in some places it is required to override fileds
79+
# in some places it is required to override fields
7980
# - overridden_fields
8081
- package_api_docs
8182
- package_names

example/pubspec.lock

Lines changed: 51 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,69 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4+
archive:
5+
dependency: transitive
6+
description:
7+
name: archive
8+
url: "https://pub.dartlang.org"
9+
source: hosted
10+
version: "2.0.11"
11+
args:
12+
dependency: transitive
13+
description:
14+
name: args
15+
url: "https://pub.dartlang.org"
16+
source: hosted
17+
version: "1.5.2"
418
async:
519
dependency: transitive
620
description:
721
name: async
822
url: "https://pub.dartlang.org"
923
source: hosted
10-
version: "2.4.1"
24+
version: "2.4.0"
1125
boolean_selector:
1226
dependency: transitive
1327
description:
1428
name: boolean_selector
1529
url: "https://pub.dartlang.org"
1630
source: hosted
17-
version: "2.0.0"
31+
version: "1.0.5"
1832
charcode:
1933
dependency: transitive
2034
description:
2135
name: charcode
2236
url: "https://pub.dartlang.org"
2337
source: hosted
24-
version: "1.1.3"
25-
clock:
26-
dependency: transitive
27-
description:
28-
name: clock
29-
url: "https://pub.dartlang.org"
30-
source: hosted
31-
version: "1.0.1"
38+
version: "1.1.2"
3239
collection:
3340
dependency: transitive
3441
description:
3542
name: collection
3643
url: "https://pub.dartlang.org"
3744
source: hosted
38-
version: "1.14.12"
45+
version: "1.14.11"
3946
convert:
4047
dependency: transitive
4148
description:
4249
name: convert
4350
url: "https://pub.dartlang.org"
4451
source: hosted
4552
version: "2.1.1"
53+
crypto:
54+
dependency: transitive
55+
description:
56+
name: crypto
57+
url: "https://pub.dartlang.org"
58+
source: hosted
59+
version: "2.1.3"
4660
cupertino_icons:
4761
dependency: "direct main"
4862
description:
4963
name: cupertino_icons
5064
url: "https://pub.dartlang.org"
5165
source: hosted
5266
version: "0.1.3"
53-
fake_async:
54-
dependency: transitive
55-
description:
56-
name: fake_async
57-
url: "https://pub.dartlang.org"
58-
source: hosted
59-
version: "1.1.0"
6067
flutter:
6168
dependency: "direct main"
6269
description: flutter
@@ -85,7 +92,14 @@ packages:
8592
path: ".."
8693
relative: true
8794
source: path
88-
version: "1.1.1"
95+
version: "1.1.2"
96+
image:
97+
dependency: transitive
98+
description:
99+
name: image
100+
url: "https://pub.dartlang.org"
101+
source: hosted
102+
version: "2.1.4"
89103
matcher:
90104
dependency: transitive
91105
description:
@@ -106,7 +120,7 @@ packages:
106120
name: path
107121
url: "https://pub.dartlang.org"
108122
source: hosted
109-
version: "1.7.0"
123+
version: "1.6.4"
110124
path_drawing:
111125
dependency: transitive
112126
description:
@@ -121,6 +135,13 @@ packages:
121135
url: "https://pub.dartlang.org"
122136
source: hosted
123137
version: "0.1.4"
138+
pedantic:
139+
dependency: transitive
140+
description:
141+
name: pedantic
142+
url: "https://pub.dartlang.org"
143+
source: hosted
144+
version: "1.8.0+1"
124145
petitparser:
125146
dependency: transitive
126147
description:
@@ -135,6 +156,13 @@ packages:
135156
url: "https://pub.dartlang.org"
136157
source: hosted
137158
version: "1.0.1"
159+
quiver:
160+
dependency: transitive
161+
description:
162+
name: quiver
163+
url: "https://pub.dartlang.org"
164+
source: hosted
165+
version: "2.0.5"
138166
sky_engine:
139167
dependency: transitive
140168
description: flutter
@@ -146,7 +174,7 @@ packages:
146174
name: source_span
147175
url: "https://pub.dartlang.org"
148176
source: hosted
149-
version: "1.7.0"
177+
version: "1.5.5"
150178
stack_trace:
151179
dependency: transitive
152180
description:
@@ -181,7 +209,7 @@ packages:
181209
name: test_api
182210
url: "https://pub.dartlang.org"
183211
source: hosted
184-
version: "0.2.15"
212+
version: "0.2.11"
185213
typed_data:
186214
dependency: transitive
187215
description:
@@ -232,5 +260,5 @@ packages:
232260
source: hosted
233261
version: "3.5.0"
234262
sdks:
235-
dart: ">=2.6.0 <3.0.0"
263+
dart: ">=2.4.0 <3.0.0"
236264
flutter: ">=1.12.8 <2.0.0"

lib/components/button/gf_button.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ class _GFButtonState extends State<GFButton> {
10191019
} else if (widget.fullWidthButton == true) {
10201020
return MediaQuery.of(context).size.width;
10211021
} else {
1022-
return null;
1022+
return MediaQuery.of(context).size.width * 0.88;
10231023
}
10241024
}
10251025

0 commit comments

Comments
 (0)