Skip to content

Commit f224442

Browse files
Merge pull request #86 from Sandipkakadiya/review
Review
2 parents 6c13162 + 733f08c commit f224442

File tree

4 files changed

+15
-88
lines changed

4 files changed

+15
-88
lines changed

CHANGELOG.md

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

3+
## 1.0.4 - 2020-02-04
4+
5+
### Fixed
6+
* GFSearchBar - minor issue fixed
7+
8+
### Added
9+
* added new component
10+
- GFRating
11+
12+
13+
14+
315
## 1.0.3 - 2020-01-30
416

517
### Fixed

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ packages:
8080
path: ".."
8181
relative: true
8282
source: path
83-
version: "1.0.3"
83+
version: "1.0.4"
8484
image:
8585
dependency: transitive
8686
description:

pubspec.lock

Lines changed: 1 addition & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@ packages:
5050
url: "https://pub.dartlang.org"
5151
source: hosted
5252
version: "2.1.1"
53-
coverage:
54-
dependency: transitive
55-
description:
56-
name: coverage
57-
url: "https://pub.dartlang.org"
58-
source: hosted
59-
version: "0.13.4"
6053
crypto:
6154
dependency: transitive
6255
description:
@@ -74,48 +67,13 @@ packages:
7467
description: flutter
7568
source: sdk
7669
version: "0.0.0"
77-
glob:
78-
dependency: transitive
79-
description:
80-
name: glob
81-
url: "https://pub.dartlang.org"
82-
source: hosted
83-
version: "1.2.0"
8470
image:
8571
dependency: transitive
8672
description:
8773
name: image
8874
url: "https://pub.dartlang.org"
8975
source: hosted
9076
version: "2.1.4"
91-
js:
92-
dependency: transitive
93-
description:
94-
name: js
95-
url: "https://pub.dartlang.org"
96-
source: hosted
97-
version: "0.6.1+1"
98-
json_annotation:
99-
dependency: transitive
100-
description:
101-
name: json_annotation
102-
url: "https://pub.dartlang.org"
103-
source: hosted
104-
version: "3.0.1"
105-
lcov:
106-
dependency: transitive
107-
description:
108-
name: lcov
109-
url: "https://pub.dartlang.org"
110-
source: hosted
111-
version: "5.5.0"
112-
logging:
113-
dependency: transitive
114-
description:
115-
name: logging
116-
url: "https://pub.dartlang.org"
117-
source: hosted
118-
version: "0.11.4"
11977
matcher:
12078
dependency: transitive
12179
description:
@@ -130,27 +88,6 @@ packages:
13088
url: "https://pub.dartlang.org"
13189
source: hosted
13290
version: "1.1.8"
133-
node_interop:
134-
dependency: transitive
135-
description:
136-
name: node_interop
137-
url: "https://pub.dartlang.org"
138-
source: hosted
139-
version: "1.0.3"
140-
node_io:
141-
dependency: transitive
142-
description:
143-
name: node_io
144-
url: "https://pub.dartlang.org"
145-
source: hosted
146-
version: "1.0.1+2"
147-
package_config:
148-
dependency: transitive
149-
description:
150-
name: package_config
151-
url: "https://pub.dartlang.org"
152-
source: hosted
153-
version: "1.1.0"
15491
path:
15592
dependency: transitive
15693
description:
@@ -184,13 +121,6 @@ packages:
184121
description: flutter
185122
source: sdk
186123
version: "0.0.99"
187-
source_maps:
188-
dependency: transitive
189-
description:
190-
name: source_maps
191-
url: "https://pub.dartlang.org"
192-
source: hosted
193-
version: "0.10.8"
194124
source_span:
195125
dependency: transitive
196126
description:
@@ -233,13 +163,6 @@ packages:
233163
url: "https://pub.dartlang.org"
234164
source: hosted
235165
version: "0.2.11"
236-
test_coverage:
237-
dependency: "direct dev"
238-
description:
239-
name: test_coverage
240-
url: "https://pub.dartlang.org"
241-
source: hosted
242-
version: "0.4.1"
243166
typed_data:
244167
dependency: transitive
245168
description:
@@ -254,13 +177,6 @@ packages:
254177
url: "https://pub.dartlang.org"
255178
source: hosted
256179
version: "2.0.8"
257-
vm_service:
258-
dependency: transitive
259-
description:
260-
name: vm_service
261-
url: "https://pub.dartlang.org"
262-
source: hosted
263-
version: "2.3.1"
264180
xml:
265181
dependency: transitive
266182
description:
@@ -269,4 +185,4 @@ packages:
269185
source: hosted
270186
version: "3.5.0"
271187
sdks:
272-
dart: ">=2.6.0 <3.0.0"
188+
dart: ">=2.4.0 <3.0.0"

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: getflutter
22
description: GetFlutter is open source libraries that come with pre-build 1000+ UI components. It makes development faster & more enjoyable. You can customize the component as per your need.
3-
version: 1.0.3
3+
version: 1.0.4
44
#author: GetFlutter <[email protected]>
55
homepage: https://github.com/ionicfirebaseapp/getflutter
66

@@ -15,7 +15,6 @@ dependencies:
1515
dev_dependencies:
1616
flutter_test:
1717
sdk: flutter
18-
test_coverage: ^0.4.1
1918

2019
flutter:
2120
uses-material-design: true

0 commit comments

Comments
 (0)