honghengqiang 1 ano atrás
pai
commit
f4ec2d7986

BIN
build/c075001b96339384a97db4862b8ab8db.cache.dill.track.dill


+ 3 - 3
build/web/flutter_service_worker.js

@@ -4,9 +4,9 @@ const TEMP = 'flutter-temp-cache';
 const CACHE_NAME = 'flutter-app-cache';
 const RESOURCES = {
   "version.json": "31e94b74b10adf8c4726b9f6a1aaac70",
-"index.html": "0e1fb50dc4eb6bca6c56bd1d6922326a",
-"/": "0e1fb50dc4eb6bca6c56bd1d6922326a",
-"main.dart.js": "c340d4f97adf3299f17d51d648512a56",
+"index.html": "2f3389fe73a7011bc49fafdc52727072",
+"/": "2f3389fe73a7011bc49fafdc52727072",
+"main.dart.js": "5ebda9d18abdff9aaa9cca0eec5f7470",
 "flutter.js": "1cfe996e845b3a8a33f57607e8b09ee4",
 "favicon.png": "6f9fbe8d82bb2e6e513a48fe5fa9a982",
 "icons/Icon-192.png": "bda638850092d23e46a7049a37ead710",

+ 1 - 1
build/web/index.html

@@ -34,7 +34,7 @@
 
   <script>
     // The value below is injected by flutter build, do not touch.
-    var serviceWorkerVersion = '170716066';
+    var serviceWorkerVersion = '2865732267';
   </script>
   <!-- This script adds the flutter initialization JS code -->
   <script src="flutter.js" defer></script>

Diferenças do arquivo suprimidas por serem muito extensas
+ 141 - 139
build/web/main.dart.js


+ 2 - 0
lib/home/home.dart

@@ -41,6 +41,8 @@ class _HomePageState extends State<HomePage>
           Material(
             color: Colors.grey[100],
             child: TabBar(
+                padding: EdgeInsets.all(5),
+                indicatorPadding: EdgeInsets.all(-5),
                 labelColor: Colors.black,
                 unselectedLabelColor: Colors.grey,
                 controller: _tabController,

+ 3 - 3
lib/widget/common_title.dart

@@ -12,11 +12,11 @@ class CommonTitleWidget extends StatelessWidget {
 
   @override
   Widget build(BuildContext context) {
-    if(Util.isWeb()){
+    if (Util.isWeb()) {
       textSize = 60.sp;
       sizeHeight = 200.h;
-      logoWidth = 80.h;
-    }else{
+      logoWidth = 80.r;
+    } else {
       textSize = 80.sp;
       sizeHeight = 240.h;
       logoWidth = 100.h;

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff