flutter_app_config 1.0.1 copy "flutter_app_config: ^1.0.1" to clipboard
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 inside dependencies:
  • 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)
  • SplashScreen widget 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
2
likes
150
points
178
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, yaml

More

Packages that depend on flutter_app_config