utils/upload_manager library

Functions

updateFastlaneFiles({required String fastlanePath, required String bundleId, required String appVersion, String? appVersionCode}) → Future<void>
Updates Fastlane configuration files with client-specific details.
uploadApps(String clientId, {bool skipAll = false, bool skipAndroidUploadCheck = false, bool skipIOSUploadCheck = false}) → Future<void>
Orchestrates the process of uploading Flutter applications to app stores using Fastlane.