Total 30,167 skills, Mobile Development has 1002 skills
Showing 12 of 1002 skills
Move between or deep link to different screens or routes within a Flutter application
Measures and optimizes the size of Flutter application bundles for deployment. Use when minimizing download size or meeting app store package constraints.
Embeds native Android, iOS, or macOS views into a Flutter app. Use when integrating complex native components like maps or web views.
Add animated effects to your Flutter app
Optimize the performance of your Flutter app
Executes HTTP requests and handles JSON serialization in a Flutter app. Use when integrating with REST APIs or parsing structured data from external sources.
Configures a Flutter app to support assistive technologies like Screen Readers. Use when ensuring an application is usable for people with disabilities.
Manage state in your Flutter application
Execute long-running tasks in a background thread in Flutter
Configure your Flutter app to support assistive technologies like Screen Readers
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.