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+ ## 1.1.2
2+ - Update sdk version to ** '>=2.15.0 <4.0.0'**
3+
14## 1.1.1
25- Add topics in pubspec.yaml
36
Original file line number Diff line number Diff line change 3333
3434``` yaml
3535dependencies :
36- flutter_json_view : ^1.1.1
36+ flutter_json_view : ^1.1.2
3737` ` `
3838
3939### 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.4.0 ' )),
18+ appBar: AppBar (title: Text ('flutter_json_view 1.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.4.0 ' )),
19+ appBar: AppBar (title: Text ('flutter_json_view 1.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 @@ -15,7 +15,7 @@ class JsonViewApp extends StatelessWidget {
1515 ),
1616 debugShowCheckedModeBanner: false ,
1717 home: Scaffold (
18- appBar: AppBar (title: Text ('flutter_json_view 0.4.0 ' )),
18+ appBar: AppBar (title: Text ('flutter_json_view 1.1.2 ' )),
1919 body: Padding (
2020 padding: const EdgeInsets .all (10 ),
2121 child: JsonView .map (
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.4.0 ' )),
17+ appBar: AppBar (title: Text ('flutter_json_view 1.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 @@ -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.0 ' )),
36+ appBar: AppBar (title: Text ('flutter_json_view 1.1.2 ' )),
3737 body: Padding (
3838 padding: const EdgeInsets .all (10 ),
3939 child: SingleChildScrollView (
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 : 1.1.0
3+ version : 1.1.2
44homepage : https://github.com/Frezyx/flutter_json_view
55
66topics :
@@ -11,7 +11,7 @@ topics:
1111 - inspector
1212
1313environment :
14- sdk : " >=2.12.0 <3 .0.0"
14+ sdk : " >=2.12.0 <4 .0.0"
1515 flutter : " >=1.17.0"
1616
1717dependencies :
You can’t perform that action at this time.
0 commit comments