Fundamental Tutorials of Flutter

What is Flutter? Flutter is an open-source, cross-platform UI toolkit developed by Google. It is used to build native mobile, web, and desktop applications from a single codebase. Flutter is a powerful and versatile toolkit that can be used to build a variety of applications, including: What is the top use cases of Flutter? Flutter, a UI toolkit developed by Google, is used to build natively compiled applications for mobile, web, and desktop from a single codebase. Its fast development

Read more

[SOLVED] Flutter : AAPT: error: unexpected element <queries> found in <manifest>.

The Android Gradle Plugin needs to know about new manifest elements, particularly for the manifest merger process. The plugin has a tendency to get confused if it sees elements in the manifest merger that it does not recognize, tossing out build errors like the one in the question. In this case, Android 11 was introduced <queries> as a manifest element, and older versions of the Android Gradle Plugin do not know about that element. PROBLEM SOLUTION I had this issue in flutter

Read more