mitesh77 / Best-Flutter-UI-Templates

completely free for everyone. Its build-in Flutter Dart.
Other
20.2k stars 4.51k forks source link

Can't run app #38

Closed IOCloudFly closed 3 years ago

IOCloudFly commented 4 years ago
QQ20200507-185345@2x

download Flutter project,A lot of error.I don't know what.

trbarton commented 4 years ago

@IOCloudFly I had exactly the same. Upgraded flutter to v1.17 to match latest code changes and works fine now.

rajivyadav23 commented 4 years ago

Upgraded to flutter to v1.17 but still error.

TinNova commented 4 years ago

@trbarton that worked, here is a link on how to upgrade your flutter: https://flutter.dev/docs/development/tools/sdk/upgrading

However, it would be good to let people know in the readme.

iqfareez commented 4 years ago

try click pub get in widget_test.dart, or to any file that showing the errors

JAATBHAIJI commented 4 years ago

1.)navigate to dart sdk 2.) Get dependencies

zyllus17 commented 3 years ago

If it still shows error on color or vsync property, update environment sdk from 2.7.0 to 2.8.0

  sdk: ">=2.8.0 <3.0.0"
buildJava commented 3 years ago

If it still shows error on color or vsync property, update environment sdk from 2.7.0 to 2.8.0

  sdk: ">=2.8.0 <3.0.0"

restart ide will solve the problem,project could not rebuild