我爱模板网将flutter升级了,然后出现了问题,需要 将flutter项目升级到AndroidX ,但是,在运行flutter run时,还是出了问题: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.0 and
今天,我爱模板网将flutter升级了,然后运行flutter run,报错了: Please migrate your app to AndroidX 意思应该是要将项目升级到Android X,下面是升级方法,亲测,可行: 1、将您的Android Studio更新
运行flutter doctor和 flutter upgrade,出现下面的提示: The term 'Unblock-File' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, veri
Flutter RaisedButton可以设置圆角和边框,都在shape中设置,边框和Container等常规的边框设置略有差异:
Flutter获取相册中的图片和用相机拍照 在原生开发中,拍照及从图库选择图片是非常常见的需求,而且原生的图片选择第三方库也有很多并且很完善了。 Flutter也给我们提供了好用的图片
我爱模板网利用showCupertinoModalPopup做了一个类似于js中的prompt效果的弹窗,里面有TextField,热更新时,提示下面的错误: I/flutter (25517): No Material widget found. I/flutter (25517): TextField widgets r