Loading...
Loading...
Found 174 Skills
Cache data in a Flutter app
Set up a Linux environment for Flutter development
Measures and optimizes the size of Flutter application bundles for deployment. Use when minimizing download size or meeting app store package constraints.
Use the Flutter team's recommended app architecture
Add Flutter unit tests, widget tests, or integration tests
How to customize your app's theme using Flutter's theming system
Configures a Flutter app to support multiple languages and regions. Use when preparing an application for international markets and diverse user locales.
Builds Flutter forms with validation and user input handling. Use when creating login screens, data entry forms, or any multi-field user input.
Move between or deep link to different screens or routes within a Flutter application
Manages local data persistence using SQLite or other database solutions. Use when a Flutter app needs to store, query, or synchronize large amounts of structured data on the device.
Executes HTTP requests and handles JSON serialization in a Flutter app. Use when integrating with REST APIs or parsing structured data from external sources.
Add animated effects to your Flutter app