Free and open-source social media automator with native Linux support
Works seamlessly on Linux desktop and web browsers with responsive design
11-digit numeric lock screen for enhanced security and access control
Store content and upload images directly to GitHub repositories
Automated social media posting to Twitter with image support
Adaptive interface that works on mobile, tablet, and desktop devices
Cross-platform file picker for seamless file handling
Install Flutter SDK, Dart SDK, and Git on your system
flutter --version
Get the source code from GitHub
git clone https://github.com/TADSTech/socioTADS.git
cd socioTADS
Fetch all required Flutter packages
flutter pub get
Create a .env file with your API keys
cp .env.example .env
# Edit .env with your credentials
flutter run -d linux
flutter run -d web-server
flutter build web
firebase deploy
flutter test
We welcome contributions! Here's how to get started:
git checkout -b feature/your-feature-namegit commit -m 'Add your feature'git push origin feature/your-feature-nameCheck the README for more details on development and code style.