刚用Android Studio调试了个bug...头都大了,还是VS Code舒服些,不过flutter热重载确实香啊 🤔
Widget build(BuildContext context) {
return Scaffold(body: Text('Hello'));
}
登录/注册