為您解碼網(wǎng)站建設(shè)的點點滴滴
發(fā)表日期:2018-12 文章編輯:小燈 瀏覽次數(shù):2396
前邊,我們已經(jīng)學(xué)會了Flutter的創(chuàng)建和運行,還有熱重載,下面,我們將會創(chuàng)建一個新的Flutter,之后,所有的教程都會基于這個項目進行,以此來熟悉Flutter的方方面面,已經(jīng)掌握這個流程的可以直接跳過,開始進行下一步的學(xué)習(xí)
import 'package:flutter/material.dart';void main() => runApp(new MyApp());class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return new MaterialApp( title: 'Welcome to Flutter', home: new Scaffold( appBar: new AppBar( title: new Text('Welcome to Flutter'), ), body: new Center( child: new Text('Hello World'), ), ), ); } }
4.運行程序,檢查是否存在問題![運行程序,檢查是否存在問題] 運行效果 日期:2018-10 瀏覽次數(shù):7357
日期:2018-12 瀏覽次數(shù):4425
日期:2018-07 瀏覽次數(shù):4960
日期:2018-12 瀏覽次數(shù):4260
日期:2018-09 瀏覽次數(shù):5597
日期:2018-12 瀏覽次數(shù):10014
日期:2018-11 瀏覽次數(shù):4898
日期:2018-07 瀏覽次數(shù):4666
日期:2018-05 瀏覽次數(shù):4952
日期:2018-12 瀏覽次數(shù):4401
日期:2018-10 瀏覽次數(shù):5226
日期:2018-12 瀏覽次數(shù):6300
日期:2018-11 瀏覽次數(shù):4555
日期:2018-08 瀏覽次數(shù):4681
日期:2018-11 瀏覽次數(shù):12747
日期:2018-09 瀏覽次數(shù):5665
日期:2018-12 瀏覽次數(shù):4934
日期:2018-10 瀏覽次數(shù):4267
日期:2018-11 瀏覽次數(shù):4616
日期:2018-12 瀏覽次數(shù):6151
日期:2018-06 瀏覽次數(shù):4096
日期:2018-08 瀏覽次數(shù):5541
日期:2018-10 瀏覽次數(shù):4538
日期:2018-12 瀏覽次數(shù):4624
日期:2018-07 瀏覽次數(shù):4451
日期:2018-12 瀏覽次數(shù):4601
日期:2018-06 瀏覽次數(shù):4483
日期:2018-11 瀏覽次數(shù):4459
日期:2018-12 瀏覽次數(shù):4340
日期:2018-12 瀏覽次數(shù):5361
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.