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.3.0
2+
3+ * Make text with the possibility of selection
4+
15## 0.2.1
26
37* Small refactoring
Original file line number Diff line number Diff line change 1717
1818``` yaml
1919dependencies :
20- flutter_json_view : ^0.2.1
20+ flutter_json_view : ^0.3.0
2121` ` `
2222
2323### Add import package
Original file line number Diff line number Diff line change 2121 <key >CFBundleVersion </key >
2222 <string >1.0 </string >
2323 <key >MinimumOSVersion </key >
24- <string >8 .0 </string >
24+ <string >9 .0 </string >
2525</dict >
2626</plist >
Original file line number Diff line number Diff line change 33 archiveVersion = 1;
44 classes = {
55 };
6- objectVersion = 46 ;
6+ objectVersion = 50 ;
77 objects = {
88
99/* Begin PBXBuildFile section */
127127 97C146E61CF9000F007C117D /* Project object */ = {
128128 isa = PBXProject;
129129 attributes = {
130- LastUpgradeCheck = 1020 ;
130+ LastUpgradeCheck = 1300 ;
131131 ORGANIZATIONNAME = "";
132132 TargetAttributes = {
133133 97C146ED1CF9000F007C117D = {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Scheme
3- LastUpgradeVersion = " 1020 "
3+ LastUpgradeVersion = " 1300 "
44 version = " 1.3" >
55 <BuildAction
66 parallelizeBuildables = " YES"
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.2.1 ' )),
18+ appBar: AppBar (title: Text ('flutter_json_view 0.3.0 ' )),
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.2.1 ' )),
19+ appBar: AppBar (title: Text ('flutter_json_view 0.3.0 ' )),
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.2.1 ' )),
18+ appBar: AppBar (title: Text ('flutter_json_view 0.3.0 ' )),
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.2.1 ' )),
17+ appBar: AppBar (title: Text ('flutter_json_view 0.3.0 ' )),
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.2.1 ' )),
18+ appBar: AppBar (title: Text ('flutter_json_view 0.3.0 ' )),
1919 body: Padding (
2020 padding: const EdgeInsets .all (10 ),
2121 child: JsonView .string (
You can’t perform that action at this time.
0 commit comments