clonify 0.2.0 copy "clonify: ^0.2.0" to clipboard
clonify: ^0.2.0 copied to clipboard

A powerful CLI tool for managing multiple Flutter project clones with different configurations, branding, and Firebase projects. Perfect for white-label apps.

0.2.0 - 2024-11-11 (Pre-release) #

  • Added version command to check the package version.
  • Simplified asset selection process.
  • Implemented a custom fields feature for more flexible project cloning.

0.1.0 - 2024-11-10 (Pre-release) #

Features #

Core Functionality:

  • 🎨 Manage multiple Flutter project clones from a single codebase
  • 📦 Rename packages and app names per clone
  • 🔥 Optional Firebase integration with project creation
  • 📱 Auto-generate launcher icons and splash screens
  • 🏗️ Build multiple platforms (Android APK/AAB, iOS IPA)
  • 💾 Configuration persistence and easy client switching

Commands:

  • clonify init - Initialize Clonify environment
  • clonify create - Create new clone configuration
  • clonify configure - Apply clone configuration to Flutter project
  • clonify build - Build platform-specific artifacts
  • clonify list - List all configured clones
  • clonify which - Show current clone configuration
  • clonify clean - Clean up partial/broken clones
  • clonify upload - Upload to app stores (partial implementation)
  • clonify --version / clonify -v - Display tool version

Global Installation:

  • Install globally via dart pub global activate clonify
  • Use clonify command directly without dart run

Asset Management:

  • Simplified asset selection during initialization
  • Direct questions for launcher icon, splash screen, and logo
  • No more confusing method selection

Custom Configuration Fields:

  • Define custom fields during initialization (e.g., socketUrl, apiKey, feature flags)
  • Support for multiple data types: string, int, bool, double
  • Custom fields are automatically prompted during clone creation
  • Generated as constants in lib/generated/clone_configs.dart
  • Type-safe access to custom configuration in Flutter code

Optional Features:

  • Firebase integration (fully optional)
  • Fastlane integration (optional, partial)
  • Custom colors and gradients per clone
  • Multiple asset management

Testing:

  • Comprehensive test suite (54+ tests)
  • No real Flutter project required for testing
  • Mock-based testing infrastructure
  • Integration tests for full workflows

Known Limitations #

  • Upload functionality is partially implemented
  • Requires manual Xcode configuration for iOS builds
  • Firebase APNs key must be uploaded manually

Breaking Changes #

None (initial pre-release)

Notes #

This is a pre-release version for testing and feedback. The API may change in future releases.

Requirements:

  • Dart SDK ^3.8.1
  • Flutter SDK (for building apps)
  • Firebase CLI (optional, for Firebase features)
  • Fastlane (optional, for upload features)

Feedback Welcome: Please report issues at https://github.com/DevMohammadSalameh/clonify/issues

0
likes
0
points
95
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful CLI tool for managing multiple Flutter project clones with different configurations, branding, and Firebase projects. Perfect for white-label apps.

Repository (GitHub)
View/report issues

Topics

#cli #flutter #white-label #multi-tenant #clone

License

unknown (license)

Dependencies

args, flutter_launcher_icons, flutter_native_splash, intl_utils, logger, package_rename_plus, path, yaml, yaml_edit

More

Packages that depend on clonify