skip to Main Content

Error while building after updating flutter

After updating Flutter and Dart, building app fails due to following error. Error (Xcode): ../../.pub-cache/hosted/pub.dev/flutter_screenutil-5.6.0/lib/src/screen_util.dar t:58:5: Error: Type 'FlutterWindow' not found. 2 apps have same error, and it worked before updating. Other collaborator also has error after updating, but different…

VIEW QUESTION

Android Studio – android button id declaration

I have set the button id in xml file but while I tried to find the id of the button it showing an error xml file <androidx.appcompat.widget.AppCompatButton android:id="@+id/btnrotation" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/rorationbtn" android:layout_below="@+id/imgbox" android:layout_centerInParent="true" android:layout_marginTop="50dp"> </androidx.appcompat.widget.AppCompatButton> java file public class rotation…

VIEW QUESTION
Back To Top
Search