FLUTTER ECOSYSTEM

ratulhasanruhan/flutter_build_uploader

आपके पोस्ट-बिल्ड कार्यप्रवाह को सरल बनाने के लिए एक Flutter CLI उपकरण:

flutter_build_uploader प्रोजेक्ट कवर
Stars
3
Forks
0
अंतिम पुश (UTC)
1 जुल॰ 2025
प्रोजेक्ट स्थिति
सक्रिय
Ratul Hasan Ruhan  GitHub avatar
GITHUB User

Ratul Hasan Ruhan ↗

Building Meaningful Tech | Software Engineer Specializing in Mobile, AI, and Localized Solutions

भाषाएँDart

तकनीकी विषय

इस रिपॉज़िटरी के पैकेज

उपयोग की गई निर्भरताएँ

निर्भरता सूची 6 आइटम

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

flutter_build_uploader

A simple, powerful Flutter CLI tool to automate post-build tasks: rename APKs, upload to GoFile.io, and optionally share via WhatsApp.


✨ Features

  • ✅ Automatically rename APK with version & timestamp
  • ☁️ Upload to gofile.io and get a shareable link
  • 💬 Optionally open WhatsApp Web with the download link
  • ⚙️ Fully configurable via pubspec.yaml
  • 🖥️ Auto-generates flutterapk.bat for Windows one-click builds

📦 Installation

Option 1: Project-level
dev_dependencies:
  flutter_build_uploader: ^0.0.4
Option 2: Global CLI
dart pub global activate flutter_build_uploader

🔧 Configuration (optional)

In your pubspec.yaml:

flutter_build_uploader:
  release: true      # true = release (default), false = debug
  whatsapp: true     # true = open WhatsApp Web (default)

🛠️ Usage

🔁 In-project (manual)
flutter build apk
dart run flutter_build_uploader
⚡ Global (after activating)
flutter build apk
flutter_build_uploader
🪟 For Windows users:

On first run, a flutterapk.bat file is created:

flutter build apk --release
dart run flutter_build_uploader

Just double-click it next time ✅


🧪 Example Output

✅ APK found. Renaming...
📦 APK renamed to: build/exports/myapp-v1.0.2-20250701_2100.apk
☁️ Uploading to GoFile.io...
✅ Uploaded! Link: https://gofile.io/d/abc123XYZ
💬 Opening WhatsApp Web...

🧠 Coming Soon

  • Google Drive and Telegram upload support
  • .aab format support
  • QR code link page
  • GitHub release automation
  • Rename pattern customization
  • GUI version (Flutter Desktop)

📄 License

MIT © Ratul Hasan Ruhan