Get File Locker up and running in minutes
Extract the downloaded ZIP file and navigate to the "Main file" folder in your terminal or command prompt.
cd "Main file"
Install all required Flutter packages using the following command:
flutter pub get
This will download and install all necessary dependencies for the project.
Update Package Name/Bundle ID:
applicationId in android/app/build.gradle.ktsCustomize App Icons:
assets/app_icon.png (1024x1024 px)assets/splash_icon.pngflutter pub run flutter_launcher_icons
flutter pub run flutter_native_splash:create
Connect a device or start an emulator, then run the app:
flutter run
The app should now be running on your device. Test all features to ensure everything works correctly.
To build for Google Play Store:
flutter build appbundle --release
Or build an APK:
flutter build apk --release
To build for App Store:
ios/Runner.xcworkspace in Xcodeflutter build ios --release
Then archive and upload via Xcode to App Store Connect.
AndroidManifest.xml and Info.plistTo enable cloud backup features:
App works without this, but cloud backup will be disabled.
To enable premium features:
lib/services/premium_purchase_service.dartThank you for purchasing File Locker. We hope you create something amazing with it!