main.dart

import 'package:flutter/material.dart';
import 'package:flysnow_2ull/index/index.dart'; // 导入index.dart
import 'package:flysnow_2ull/index/Splash_Page.dart'; // 这里为入口函数
void main() => runApp(new MyApp()); class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return new MaterialApp(
title: 'flysnow',
home: new Index(), // 指定去加载 Index页面。
);
}
}

  

上一篇:Vim 配色设置与配色脚本语法


下一篇:zabbix监控历史数据清理