added openwith feature

This commit is contained in:
dstark5
2023-09-02 05:38:27 -07:00
parent f4f86a1353
commit f0d0178a2d

View File

@ -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),