londonappbrewery / Clima-Flutter

Starter code for the Clima Project from the Complete Flutter Development Bootcamp
https://www.appbrewery.co
155 stars 740 forks source link

Make it it work for current android (api 32) and flutter 2.10.3 #31

Open philippkeller opened 2 years ago

philippkeller commented 2 years ago

I also upgraded gradle and sdk version to make all warnings like Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01 go away

To use it before this PR is merged:

git clone https://github.com/londonappbrewery/Clima-Flutter.git cd Clima-Flutter git pull origin pull/31/head

Or directly clone my repo: https://github.com/philippkeller/Clima-Flutter

tauheed0007 commented 2 years ago

https://gist.github.com/tauheed0007/990796af7ba921a9b914945e98341f38 this will help you all