londonappbrewery / xylophone-flutter

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

Make it it work for current android (api 32) and flutter 2.10.2 #44

Open philippkeller opened 2 years ago

philippkeller commented 2 years ago

After these changes you can just hit play on Android Studio and the project works right away (tested on OSX on Android and iOS emulator)

to use it:

git clone https://github.com/londonappbrewery/xylophone-flutter.git
cd xylophone-flutter
git pull origin pull/44/head

Or directly clone my repo: https://github.com/philippkeller/xylophone-flutter

spinoza1791 commented 2 years ago

After these changes you can just hit play on Android Studio and the project works right away (tested on OSX on Android and iOS emulator)

to use it:

git clone https://github.com/londonappbrewery/xylophone-flutter.git
git pull origin pull/44/head

could add the implied: 'cd xylophone-flutter' before the pull statement for newbies. Thank you!

philippkeller commented 2 years ago

thanks @spinoza1791, I added the extra line to my post above