mirror of
https://github.com/dstark5/Openlib.git
synced 2025-09-19 22:31:18 +08:00
added openwith feature
This commit is contained in:
@ -35,6 +35,23 @@ class AboutPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
Padding(
|
Padding(
|
||||||
padding: EdgeInsets.only(left: 7, right: 7, top: 10),
|
padding: EdgeInsets.only(left: 7, right: 7, top: 10),
|
||||||
|
child: Text(
|
||||||
|
"Version",
|
||||||
|
style: TextStyle(fontSize: 19, fontWeight: FontWeight.bold),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
Padding(
|
||||||
|
padding: EdgeInsets.only(left: 7, right: 7, top: 5),
|
||||||
|
child: Text(
|
||||||
|
"1.0.1",
|
||||||
|
style: TextStyle(
|
||||||
|
fontSize: 15,
|
||||||
|
fontWeight: FontWeight.bold,
|
||||||
|
color: Colors.grey),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
Padding(
|
||||||
|
padding: EdgeInsets.only(left: 7, right: 7, top: 15),
|
||||||
child: Text(
|
child: Text(
|
||||||
"Github",
|
"Github",
|
||||||
style: TextStyle(fontSize: 19, fontWeight: FontWeight.bold),
|
style: TextStyle(fontSize: 19, fontWeight: FontWeight.bold),
|
||||||
@ -52,7 +69,7 @@ class AboutPage extends StatelessWidget {
|
|||||||
text: 'Report An Issue',
|
text: 'Report An Issue',
|
||||||
url: 'https://github.com/dstark5/Openlib/issues'),
|
url: 'https://github.com/dstark5/Openlib/issues'),
|
||||||
Padding(
|
Padding(
|
||||||
padding: EdgeInsets.only(left: 7, right: 7, top: 10),
|
padding: EdgeInsets.only(left: 7, right: 7, top: 15),
|
||||||
child: Text(
|
child: Text(
|
||||||
"Licence",
|
"Licence",
|
||||||
style: TextStyle(fontSize: 19, fontWeight: FontWeight.bold),
|
style: TextStyle(fontSize: 19, fontWeight: FontWeight.bold),
|
||||||
|
Reference in New Issue
Block a user