flutter-reducing-app-size
Analyze and optimize Flutter app size using DevTools, size analysis JSON, and platform-specific reduction strategies.
Install
npx skills add https://github.com/flutter/skills --skill flutter-reducing-app-sizeStats
| Total installs | 2,315 |
| Weekly installs | 2.3K |
| GitHub stars | 833 |
| First seen | Mar 13, 2026 |
| Source | @flutter/skills |
Summary
- Generates detailed size analysis JSON files via --analyze-size flag to identify large packages, libraries, and assets contributing to bloat
- Visualize and compare builds using DevTools app size tool with treemap inspection and diff functionality to track optimization progress
- Supports Android (APK/AAB), iOS, and desktop platforms with platform-specific workflows, including iOS app thinning size estimation via Xcode
- Implements four core reduction strategies: debug symbol splitting, unused resource removal, library resource minimization, and media compression
Tags
Related skills
| Skill | Installs | vs flutter-reducing-app-size |
|---|---|---|
| python-expert | 1,926 | -389 |
| framer-motion-animator | 2,110 | -205 |
| tanstack-query | 2,526 | +211 |
| web-perf | 3,015 | +700 |
| flutter-interoperating-with-native-apis | 2,163 | -152 |
FAQ
- How many installs does flutter-reducing-app-size have?
- flutter-reducing-app-size has 2,315 total installs and 2.3K installs this week.
- Where is flutter-reducing-app-size hosted?
- flutter-reducing-app-size is published by @flutter/skills at https://github.com/flutter/skills.
- How many GitHub stars does flutter-reducing-app-size have?
- flutter-reducing-app-size has 833 GitHub stars.
- When was flutter-reducing-app-size first indexed?
- OrangeBot.AI first indexed flutter-reducing-app-size on Mar 13, 2026.
- How do I install flutter-reducing-app-size?
- Run: npx skills add https://github.com/flutter/skills --skill flutter-reducing-app-size