All apps that are built with Flutter.
Additionally, the app must have at least 100,000 downloads on the Google Play Store (10,000 for open-source apps).
You can submit your app on GitHub by creating a pull request.
Besides that, UseFlutter.dev uses automated tools to find new apps.
The libraries are categorized into State Management, Persistence, and Networking.
These are the categories that have the most impact on the architecture of a Flutter app.
Libraries are either manually added by users on GitHub or identified by automated tools.
Automated tools analyze the licenses included in the APK, which are usually added to comply with most popular open-source licenses, such as MIT, BSD, Apache, and GPL. However, false positives can occur when popular packages, such as "provider" or "shared_preferences", are included as transitive dependencies.