|
|
3 tygodni temu | |
|---|---|---|
| android | 3 tygodni temu | |
| assets | 3 tygodni temu | |
| ios | 3 tygodni temu | |
| lib | 3 tygodni temu | |
| test | 3 tygodni temu | |
| .gitignore | 3 tygodni temu | |
| .metadata | 3 tygodni temu | |
| README.md | 3 tygodni temu | |
| analysis_options.yaml | 3 tygodni temu | |
| devtools_options.yaml | 3 tygodni temu | |
| gradle.properties | 3 tygodni temu | |
| lib.zip | 3 tygodni temu | |
| local.properties | 3 tygodni temu | |
| pubspec.lock | 3 tygodni temu | |
| pubspec.yaml | 3 tygodni temu | |
Application Flutter cross-platform (Android/iOS) pour créer et partager du contenu optimisé pour réseaux sociaux avec assistance IA.
unzip social_content_creator.zip
cd social_content_creator
flutter pub get
flutter doctor
flutter pub get
flutter run
Android APK :
flutter build apk --release
Android App Bundle (Play Store) :
flutter build appbundle --release
iOS :
flutter build ios --release
✅ Configuration multi-profils (métier, ton, style) ✅ Import/capture d’images et vidéos ✅ Amélioration IA avec 3 versions ✅ Génération de texte personnalisé ✅ Aperçu de post (Instagram/Facebook) ✅ Partage sur réseaux sociaux (Instagram, Facebook, X, LinkedIn, TikTok) ✅ Support Material Design 3 ✅ Navigation nommée avec routes typées ✅ Gestion d’état avec Provider/Riverpod
lib/
├── core/ # Thème, constantes, utilitaires
├── data/ # Modèles, services, repositories
├── presentation/ # UI (écrans, widgets)
├── routes/ # Navigation
└── main.dart # Entry point
Éditer lib/data/services/api_service.dart et ajouter vos endpoints :
static const String baseUrl = 'https://votre-api.com';
image_picker : Sélection/capture de médiasdio : Requêtes HTTPshare_plus : Partage socialgoogle_fonts : Typographieprovider : État de l’apppath_provider : Accès fichiersVoir Social_Content_Creator_Documentation.pdf pour la documentation complète.
Version 1.0.0 - Novembre 2025