FlutterNote icon indicating copy to clipboard operation
FlutterNote copied to clipboard

Easy to learn Flutter(Flutter 即学即用,Flutter 速成必备)

Results 6 FlutterNote issues
Sort by recently updated
recently updated
newest added
trafficstars

检查一下是不是连接了真机。 这边出现的情况是在打开模拟器的时候还连接了真机。 把真机给拔了就可以了。 可能的原因是真机没有点击信任机器。

question

AppDelegate.swift:8:65: error: 'LaunchOptionsKey' is not a member type of 'UIApplication' didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?

question

[!] iOS toolchain - develop for iOS devices (Xcode 10.1) ✗ Verify that all connected devices have been paired with this computer in Xcode. If all devices have been paired,...

question

Error on line 25, column 5 of pubspec.yaml: A dependency may only have one source. sdk: flutter ^^^^^^^^^^^^^ pub get failed (65)

question

what I meet the question is directly return Scaffold ``` return new Scaffold( appBar: new AppBar( title: new Text('demo'), ), body:Text('test') ); ``` instead of return MaterialApp is solve this...

question