File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 0.1.0
1+ ## 0.1.2
2+
3+ * Fix naming seporator -> separator
4+
5+ ## 0.1.1
26
37* Fix pub issues
48* Fix README file paths
Original file line number Diff line number Diff line change 1- # flutter_json_view
2-
31<p align =" center " >
42 <img src =" https://github.com/Frezyx/flutter_json_view/blob/main/example/repo/json_view_logo.png?raw=true " width =" 300px " >
53</p >
1917
2018``` yaml
2119dependencies :
22- flutter_json_view : ^0.1.1
20+ flutter_json_view : ^0.1.2
2321` ` `
2422
2523### Add import package
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class JsonViewApp extends StatelessWidget {
1515 brightness: Brightness .dark,
1616 ),
1717 home: Scaffold (
18- appBar: AppBar (title: Text ('flutter_json_view 0.1.1 ' )),
18+ appBar: AppBar (title: Text ('flutter_json_view 0.1.2 ' )),
1919 body: Padding (
2020 padding: const EdgeInsets .all (10 ),
2121 child: JsonView .asset ('assets/github_user.json' ),
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class JsonViewApp extends StatelessWidget {
1616 ),
1717 debugShowCheckedModeBanner: false ,
1818 home: Scaffold (
19- appBar: AppBar (title: Text ('flutter_json_view 0.1.1 ' )),
19+ appBar: AppBar (title: Text ('flutter_json_view 0.1.2 ' )),
2020 body: Padding (
2121 padding: const EdgeInsets .all (10 ),
2222 child: JsonView .string (
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class JsonViewApp extends StatelessWidget {
1414 primarySwatch: Colors .pink,
1515 ),
1616 home: Scaffold (
17- appBar: AppBar (title: Text ('flutter_json_view 0.1.1 ' )),
17+ appBar: AppBar (title: Text ('flutter_json_view 0.1.2 ' )),
1818 body: Padding (
1919 padding: const EdgeInsets .all (10 ),
2020 child: JsonView .string (
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class JsonViewApp extends StatelessWidget {
1515 ),
1616 debugShowCheckedModeBanner: false ,
1717 home: Scaffold (
18- appBar: AppBar (title: Text ('flutter_json_view 0.1.1 ' )),
18+ appBar: AppBar (title: Text ('flutter_json_view 0.1.2 ' )),
1919 body: Padding (
2020 padding: const EdgeInsets .all (10 ),
2121 child: JsonView .string (
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ packages:
6868 path: ".."
6969 relative: true
7070 source: path
71- version: "0.1.1 "
71+ version: "0.1.2 "
7272 flutter_test:
7373 dependency: "direct dev"
7474 description: flutter
Original file line number Diff line number Diff line change 11name : flutter_json_view
22description : Displaying json models in a Flutter widget with customization.
3- version : 0.1.1
3+ version : 0.1.2
44author : ' youngfrezyx@gmail.com'
55homepage : https://github.com/Frezyx/flutter_json_view
66
You can’t perform that action at this time.
0 commit comments