londonappbrewery / xylophone-flutter

Starter code for the Xylophone project in the Complete Flutter Bootcamp
https://www.appbrewery.co
115 stars 893 forks source link

use AndroidX with 29 API to prevent build failures #7

Closed maxeema closed 4 years ago

maxeema commented 4 years ago

Almost all face the problem after cloning the repo which is not using AndroidX and 27 API on latest Flutter release More details of issue here https://stackoverflow.com/questions/59481062/flutter-on-android-studio-cloning-from-git-problem-package-get-has-not-been-ru

TheMuellenator commented 4 years ago

Updated the stub project. Should work now. Thanks for raising this.