防采集标记:亢少军老师的课程和资料

import 'package:flutter/material.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Welcome to Flutter',
      home: Scaffold(
        appBar: AppBar(
          title: Text('Welcome to Flutter'),
        ),
        body: Center(
          child: Text('Hello World'),
        ),
      ),
    );
  }
}

Flutter技术入门与实战: http://product.dangdang.com/26485813.html 
Flutter交流学习群:894109159
Flutter开源项目请关注: https://github.com/kangshaojun
Flutter****:https://edu.csdn.net/lecturer/2436

作者: 亢少军 

Flutter技术入门与实战-开启Flutter之旅-编写第一个程序

相关文章:

  • 2022-12-23
  • 2021-06-02
  • 2021-12-05
  • 2021-07-29
  • 2021-09-15
  • 2021-10-03
  • 2021-10-03
  • 2021-11-28
猜你喜欢
  • 2022-01-31
  • 2021-12-17
  • 2022-12-23
  • 2021-05-18
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
相关资源
相似解决方案