clonify 0.2.0
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
versioncommand 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 environmentclonify create- Create new clone configurationclonify configure- Apply clone configuration to Flutter projectclonify build- Build platform-specific artifactsclonify list- List all configured clonesclonify which- Show current clone configurationclonify clean- Clean up partial/broken clonesclonify 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
clonifycommand directly withoutdart 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