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

Migrated to Android V2 + changed FlatButton & RasiedButton with EvaluatedButton + added compileSdkVersion 33 in build.gradle + cupertino_icons: ^1.0.5 geolocator: ^9.0.2 #37

Open MiladZarour opened 1 year ago

MiladZarour commented 1 year ago

I migrated the project from Android V1 to Android V2 I changed FlatButton & RasiedButton with EvaluatedButton I added compileSdkVersion 33 in build.gradle in pubspec.yaml , we need to use : cupertino_icons: ^1.0.5 geolocator: ^9.0.2

MiladZarour commented 1 year ago

anyone want to use this version of the code before merging(my pull request) git clone https://github.com/londonappbrewery/Clima-Flutter.git git pull origin pull/37/head

freedomlives commented 1 year ago

@MiladZarour thanks a lot for doing this!