Skip to content

Commit 9bd7ebc

Browse files
committed
Publish version 1.1.4
1 parent cd81663 commit 9bd7ebc

File tree

4 files changed

+32
-26
lines changed

4 files changed

+32
-26
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.1.4
2+
- Update flutter lints version
3+
4+
Thanks [knottx](https://github.com/knottx)
5+
16
# 1.1.3
27
- Replace self linter with **flutter_lints**
38
- Fix linter issues
@@ -14,7 +19,7 @@
1419
- Add ErrorBuilder method for custom error states builders
1520
- Make errorWidget Deprecated
1621

17-
Thanks [qcks](https://github.com/lionnner)
22+
Thanks [lionnner](https://github.com/lionnner)
1823

1924
## 1.0.0
2025

example/lib/main.dart

+6-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class JsonViewApp extends StatelessWidget {
2121

2222
class _HomeScreen extends StatefulWidget {
2323
const _HomeScreen({
24-
Key key,
24+
Key? key,
2525
}) : super(key: key);
2626

2727
@override
@@ -33,7 +33,7 @@ class _HomeScreenState extends State<_HomeScreen> {
3333
Widget build(BuildContext context) {
3434
final theme = Theme.of(context);
3535
return Scaffold(
36-
appBar: AppBar(title: Text('flutter_json_view 1.1.2')),
36+
appBar: AppBar(title: const Text('flutter_json_view 1.1.2')),
3737
body: Padding(
3838
padding: const EdgeInsets.all(10),
3939
child: SingleChildScrollView(
@@ -44,14 +44,14 @@ class _HomeScreenState extends State<_HomeScreen> {
4444
const SizedBox(height: 2),
4545
JsonView.string(
4646
'{"author":{"name": "Stas", "lastName": "Ilin", "githubLogin": "Frezyx", "age": 19, "man": true, "height": 186.5}}',
47-
theme: JsonViewTheme(viewType: JsonViewType.collapsible),
47+
theme: const JsonViewTheme(viewType: JsonViewType.collapsible),
4848
),
4949
const SizedBox(height: 10),
5050
Text('Base', style: theme.textTheme.headlineSmall),
5151
const SizedBox(height: 2),
5252
JsonView.string(
5353
'{"author":{"name": "Stas", "lastName": "Ilin", "githubLogin": "Frezyx", "age": 19, "man": true, "height": 186.5}}',
54-
theme: JsonViewTheme(viewType: JsonViewType.base),
54+
theme: const JsonViewTheme(viewType: JsonViewType.base),
5555
),
5656
const SizedBox(height: 10),
5757
Text('Big data', style: theme.textTheme.headlineSmall),
@@ -60,7 +60,8 @@ class _HomeScreenState extends State<_HomeScreen> {
6060
height: 400,
6161
child: JsonView.asset(
6262
'assets/github_user.json',
63-
theme: JsonViewTheme(viewType: JsonViewType.collapsible),
63+
theme:
64+
const JsonViewTheme(viewType: JsonViewType.collapsible),
6465
),
6566
),
6667
],

pubspec.lock

+19-19
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ packages:
3737
dependency: transitive
3838
description:
3939
name: collection
40-
sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c"
40+
sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
4141
url: "https://pub.dev"
4242
source: hosted
43-
version: "1.17.1"
43+
version: "1.17.2"
4444
fake_async:
4545
dependency: transitive
4646
description:
@@ -67,14 +67,6 @@ packages:
6767
description: flutter
6868
source: sdk
6969
version: "0.0.0"
70-
js:
71-
dependency: transitive
72-
description:
73-
name: js
74-
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
75-
url: "https://pub.dev"
76-
source: hosted
77-
version: "0.6.7"
7870
lints:
7971
dependency: transitive
8072
description:
@@ -87,18 +79,18 @@ packages:
8779
dependency: transitive
8880
description:
8981
name: matcher
90-
sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb"
82+
sha256: "1803e76e6653768d64ed8ff2e1e67bea3ad4b923eb5c56a295c3e634bad5960e"
9183
url: "https://pub.dev"
9284
source: hosted
93-
version: "0.12.15"
85+
version: "0.12.16"
9486
material_color_utilities:
9587
dependency: transitive
9688
description:
9789
name: material_color_utilities
98-
sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724
90+
sha256: "9528f2f296073ff54cb9fee677df673ace1218163c3bc7628093e7eed5203d41"
9991
url: "https://pub.dev"
10092
source: hosted
101-
version: "0.2.0"
93+
version: "0.5.0"
10294
meta:
10395
dependency: transitive
10496
description:
@@ -124,10 +116,10 @@ packages:
124116
dependency: transitive
125117
description:
126118
name: source_span
127-
sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250
119+
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
128120
url: "https://pub.dev"
129121
source: hosted
130-
version: "1.9.1"
122+
version: "1.10.0"
131123
stack_trace:
132124
dependency: transitive
133125
description:
@@ -164,10 +156,10 @@ packages:
164156
dependency: transitive
165157
description:
166158
name: test_api
167-
sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb
159+
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
168160
url: "https://pub.dev"
169161
source: hosted
170-
version: "0.5.1"
162+
version: "0.6.0"
171163
vector_math:
172164
dependency: transitive
173165
description:
@@ -176,6 +168,14 @@ packages:
176168
url: "https://pub.dev"
177169
source: hosted
178170
version: "2.1.4"
171+
web:
172+
dependency: transitive
173+
description:
174+
name: web
175+
sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10
176+
url: "https://pub.dev"
177+
source: hosted
178+
version: "0.1.4-beta"
179179
sdks:
180-
dart: ">=3.0.0 <4.0.0"
180+
dart: ">=3.1.0-185.0.dev <4.0.0"
181181
flutter: ">=1.17.0"

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_json_view
22
description: Displaying json models in a Flutter widget with customization.
3-
version: 1.1.3
3+
version: 1.1.4
44
homepage: https://github.com/Frezyx/flutter_json_view
55

66
topics:

0 commit comments

Comments
 (0)