flutter_app_config 1.0.1
flutter_app_config: ^1.0.1 copied to clipboard
Configure app name, icon, version, and splash screen directly from pubspec.yaml. Save 30-60 minutes of manual setup with automatic Android/iOS configuration. Flutter logo included. One command setup.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.1 - 2025-12-19 #
Fixed #
- Improved README documentation to prevent "Duplicate mapping key" error
- Added clear warnings about placing
flutter_app_config:at root level, not insidedependencies: - Added troubleshooting section for common YAML configuration mistakes
1.0.0 - 2025-12-19 #
Added #
- Configure app name, package ID, version, and splash screen directly from
pubspec.yaml - Automatic Android/iOS configuration tool (
dart run flutter_app_config:configure) SplashScreenwidget with customizable duration, background color, and image- Flutter logo support for splash screen (displayed by default)
- Platform-specific configuration options (Android only, iOS only, or both)
- Automatic removal of native splash screens to avoid double splash
Features #
- Updates AndroidManifest.xml, build.gradle.kts, and strings.xml
- Updates iOS Info.plist and project.pbxproj
- Supports custom icons and Flutter logo for app icons (manual setup required)
- Configures app metadata (name, package ID, version) automatically