Getting Started
Recommended order for buyers after purchase:
Workflow
- Check requirements — confirm SDKs in System Requirements.
- Brand the app — edit the central config in General Branding.
- Configure identifiers — update display names and package/bundle IDs in App Configuration.
- Replace icons — follow App Icons.
- Connect Firebase — add
google-services.json/GoogleService-Info.plistand APNs via Firebase Setup. - Enable social auth — upload Firebase files to the admin panel and enable providers in Social Authentication.
- Configure maps — set the OSM user agent or Mapbox tile server in Map Configuration.
Project structure hints
- Branding:
lib/core/config/app_config.dart(see Central Config) - Maps:
lib/views/.../visitor_map_*.dart(updateuserAgentPackageName) - Android:
android/app/src/main/AndroidManifest.xml,android/app/build.gradle - iOS:
ios/Runner/Info.plist,ios/Runner.xcworkspace
Still stuck?
Our support team is ready to help you get set up.

