flutter_ios_capabilities_setup 0.1.2
flutter_ios_capabilities_setup: ^0.1.2 copied to clipboard
Configure iOS capabilities for Flutter without Xcode. Firebase, Push Notifications, Background Modes, and Google Maps — from Windows, macOS, or Linux.
example/example.md
flutter_ios_capabilities_setup Example #
Basic usage #
# 1. Navigate to your Flutter project root
cd your_flutter_project
# 2. Add GoogleService-Info.plist to ios/Runner/
# 3. Run the tool
flutter_ios_capabilities_setup
# 4. Select capabilities and follow prompts
What gets configured #
After running the tool, these files are updated automatically:
ios/Runner/Runner.entitlementsios/Runner/Info.plistios/Runner/AppDelegate.swiftios/Runner.xcodeproj/project.pbxproj