Skip to content

Commit

Permalink
v0.0.8 fix tar.gz steps
Browse files Browse the repository at this point in the history
  • Loading branch information
DawnMagnet committed Mar 10, 2024
1 parent d60aa4d commit cc49294
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/head.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ class Head extends StatelessWidget {
@override
Widget build(BuildContext context) {
final size = MediaQuery.of(context).size;
final height = size.height;
// final height = size.height;
final width = size.width;
var buttonlist = <Widget>[];
var urllist = [
("https://www.baidu.com", "文档"),
("https://www.baidu.com", "应用下载"),
("https://www.baidu.com", "快速教程")
("https://github.com/dawnmagnet/mathocr_flutter", "文档"),
("https://github.com/DawnMagnet/mathocr_flutter/releases", "应用下载"),
("https://github.com/dawnmagnet/mathocr_flutter", "快速教程")
];
for (var i = 0; i < urllist.length; i++) {
buttonlist.add(
Expand Down

0 comments on commit cc49294

Please sign in to comment.