flutter_app_generator 1.0.0 copy "flutter_app_generator: ^1.0.0" to clipboard
flutter_app_generator: ^1.0.0 copied to clipboard

A powerful CLI tool for generating production-ready Flutter applications with pre-configured dependencies, Firebase integration, and localization support.

1.0.0 #

Initial Release #

Features

  • ๐Ÿš€ Quick Flutter App Generation: Create complete Flutter apps with a single command
  • ๐Ÿ”ฅ Firebase Integration: Optional Firebase setup with authentication, Firestore, analytics, and crashlytics
  • ๐ŸŒ Localization Ready: Pre-configured internationalization support with flutter_localizations
  • ๐Ÿ“ฑ Multi-Platform Support: Generates apps for iOS, Android, and Web with platform-specific configurations
  • ๐ŸŽจ Modern Architecture: Includes structured app architecture with themes, routing, and constants
  • ๐Ÿ“ฆ Essential Dependencies: Pre-configured with commonly used packages (go_router, google_fonts, logger, etc.)
  • ๐Ÿงน Clean Code Setup: Removes flutter_lints and uses very_good_analysis for better code standards
  • โšก Enhanced Main: Optional enhanced main.dart with comprehensive error handling and logging
  • ๐Ÿ—๏ธ Smart Structure: Automatically creates src/app/ structure with organized components
  • ๐Ÿ“ Assets Ready: Creates empty assets folder and configures flutter_launcher_icons

Command Options

  • -n, --name: App name with smart casing (required)
  • -b, --bundle-id: Custom bundle identifier
  • -d, --description: App description
  • -p, --platforms: Target platforms (web,android,ios)
  • --firebase: Include Firebase dependencies (default: true)
  • --enhanced-main: Use enhanced main.dart (default: true)
  • --verbose: Detailed output during generation

Dependencies Included

  • Core: flutter_svg, go_router, google_fonts, package_info_plus, path_provider, intl, logger
  • Firebase: firebase_core, firebase_auth, cloud_firestore, cloud_functions, firebase_crashlytics, firebase_analytics
  • Development: very_good_analysis, build_runner, freezed, json_serializable, flutter_launcher_icons
  • Special: logger_service (Git dependency), flutter_localizations, flutter_web_plugins

Platform Features

  • iOS: Updates Info.plist with correct display names
  • Android: Updates AndroidManifest.xml with app labels
  • Web: Updates index.html with proper titles

Architecture

  • Clean dependency sorting in pubspec.yaml
  • Localization setup with l10n.yaml and ARB files
  • Enhanced error handling with Firebase Crashlytics integration
  • Structured logging with file output capabilities
  • Theme and routing configuration out of the box
1
likes
160
points
34
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A powerful CLI tool for generating production-ready Flutter applications with pre-configured dependencies, Firebase integration, and localization support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, path

More

Packages that depend on flutter_app_generator