DigitalHR (Flutter)
  • Welcome
  • Flutter Setup
    • Installing Android Studio
    • Installing Flutter SDK
    • Import Project
    • Updating local.properties file
    • Configuring Firebase
    • Change Application Package Name
    • Change App Name
    • Server URL
    • App Logo
    • Change App Colors
    • Strings
    • Image Assets
    • App Font
  • Notification Sound
  • Publishing the App
    • Build and release android app
    • Build and release an iOS app
  • Admin Panel
    • Requirements
    • Database setup
    • Import and deploy
    • Change Time Zone
    • Setup cron job
    • Setup Firebase
  • Rate and support
  • Change Log
    • Version 8.0 Backend
    • Version 7.0 Flutter
  • Migrate from older version
    • Backend Migration
      • Roles and Permission
      • Version 10.0 to 11.0
    • Flutter Migration
      • Version 7.0 to 8.0
  • FAQ
Powered by GitBook
On this page
  1. Flutter Setup

Server URL

PreviousChange App NameNextApp Logo

Last updated 11 months ago

To set app URL, you need to convert your app URL to a base64 string and then create a QR image of that base64 String. Once that is done, pass on this QR to your staffs and they will be able to use the app normally. You need not know any programming skills to update Server URL.

1) Go on to any free base64 online converter or use this

2) Paste your URL and click on the encode button.

your URL must end with "/". Example: https://www.example.com/

3) Now go to any online free QR code generator or use this one

4) Select "Text" type

5) Paste your base64 string and the QR image is generated automatically

6) Download your QR image and pass it on to all your staffs

7) On the mobile app, users will be asked to verify their company

8) Upon Clicking they will need to scan the above QR

9) Everything will work normally.

Base64 Encode and Decode - OnlineBase64 Encode
QR Code Generator | Create Your Free QR CodesQR Code Generator
Logo
Logo