flutter-app-size
Analyze and optimize Flutter application size using build reports, DevTools, and reduction strategies.
Install
npx skills add https://github.com/flutter/skills --skill flutter-app-sizeStats
| Total installs | 1,003 |
| Weekly installs | 998 |
| GitHub stars | 833 |
| First seen | Mar 4, 2026 |
| Source | @flutter/skills |
Summary
- Supports Android (APK/AppBundle), iOS (IPA), and desktop platforms (Linux, macOS, Windows) with platform-specific measurement workflows
- Generates code size analysis JSON files via flutter build --analyze-size and integrates with Dart DevTools App Size Tool for component breakdown visualization
- Implements size reduction through debug info splitting, asset compression, and platform-specific tree-shaking using dart:io Platform checks
- Provides iOS-specific Xcode App Thinning Size Report generation for accurate end-user download estimates
Tags
Related skills
| Skill | Installs | vs flutter-app-size |
|---|---|---|
| 3d-web-experience | 1,081 | +78 |
| tailwindcss-mobile-first | 1,078 | +75 |
| sre-engineer | 1,068 | +65 |
| swift-expert | 1,020 | +17 |
| react-native-expert | 1,079 | +76 |
FAQ
- How many installs does flutter-app-size have?
- flutter-app-size has 1,003 total installs and 998 installs this week.
- Where is flutter-app-size hosted?
- flutter-app-size is published by @flutter/skills at https://github.com/flutter/skills.
- How many GitHub stars does flutter-app-size have?
- flutter-app-size has 833 GitHub stars.
- When was flutter-app-size first indexed?
- OrangeBot.AI first indexed flutter-app-size on Mar 4, 2026.
- How do I install flutter-app-size?
- Run: npx skills add https://github.com/flutter/skills --skill flutter-app-size