+ 3
Does flutter needs internet connection when building a Android app?
Does flutter needs internet connection when building a Android app? [like Gradle]
2 Respostas
+ 1
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~ in xamarin. Android we don't need internet connection
+ 6
Yes not only flutter but any other IDE's needs internet connection to add dependency and sync grade files.
Gradle search into the ripository for dependency using internet, but after it downloaded all libraries you can use it offline.