Loading...
Loading...
Found 208 Skills
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.
Configures a Flutter app to support multiple languages and regions. Use when preparing an application for international markets and diverse user locales.
Executes long-running tasks in background isolates to keep the UI responsive. Use when performing heavy computations or parsing large datasets.
Measure and reduce the size of the Flutter app bundle, APK, or IPA
Work with databases in a Flutter app
Build a Flutter plugin that provides native interop for other Flutter apps to use
Configures a Flutter app to support assistive technologies like Screen Readers. Use when ensuring an application is usable for people with disabilities.
Embeds native Android, iOS, or macOS views into a Flutter app. Use when integrating complex native components like maps or web views.
Executes HTTP requests and handles JSON serialization in a Flutter app. Use when integrating with REST APIs or parsing structured data from external sources.
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.