Loading...
Loading...
Found 210 Skills
Implements unit, widget, and integration tests for a Flutter app. Use when ensuring code quality and preventing regressions through automated testing.
Set up a macOS environment for Flutter development
Adding a Home Screen widget to your Flutter App
Interoperates with native platform APIs on Android, iOS, and the web. Use when accessing device-specific features not available in Dart or calling existing native code.
Add a native view into your Flutter app
Configure your Flutter app to support different languages and regions
Interoperate with native APIs in a Flutter app on Android, iOS, and the web
Build a form with validation
Make HTTP requests and encode / decode JSON in a Flutter app
Implements caching strategies for Flutter apps to improve performance and offline support. Use when retaining app data locally to reduce network requests or speed up startup.
Embeds native Android, iOS, or macOS views into a Flutter app. Use when integrating complex native components like maps or web views.
Builds Flutter forms with validation and user input handling. Use when creating login screens, data entry forms, or any multi-field user input.