Video Plus

Thank you for purchasing code. It really means a lot and It's our pleasure to serve top-notch service to you. Thank you so much for choosing WRTeam . If you have trouble with the code and documentation please contact to our Support Team Here

How to Setup Backend Panel

How to Install Video Plus on Your shared hosting?

  1. Create your domain or subdomain in your shared hosting
  2. Create an empty database in your shared hosting and remember this credentials:
    i. database name
    ii. database username
    iii. database password
  3. Upload the source code you have downloaded from CodeCanyon and unzip it.
  4. Now navigate to the url where your project is located.
    ex. mydomain.com or subdomain.mydomain.com
  5. The installation screen should appear and guide you in the process.

Thats it! Now you are ready to run your first Video Plus : https://videos.wrteam.in

Default Login Details
Username: admin@gmail.com
Password: admin123

How to Setup Java jdk-11 on windows

  1. If your System already have Java jdk-8 installed then you can skip this step.
  2. Download Java-11 jdk by clicking below link.
    (JAVA jdk-11)
  3. Download Java-11 JDK for your version 32 bit or JDK download 64 bit.

  4. Flutter UI Component

  5. When you click on the Installation link the popup will be open. Click on I reviewed and accept the Oracle Technology Network License Agreement for Oracle Java SE development kit and you will be redirected to the login page. If you don’t have an oracle account you can easily sign up by adding basics details of yours.


  6. Flutter UI Component

  7. Once the Java JDK 11 download is complete, run the exe for install JDK. Click Next

  8. Flutter UI Component

  9. Select the PATH to install Java in Windows… You can leave it Default. Click next.

  10. Flutter UI Component

  11. Once you install Java in windows, click Close

  12. Flutter UI Component

  13. Now set your enviournment variable
  14. From the Start search bar in , type ‘env’ and select Edit environment variables for your account

  15. Flutter UI Component

  16. Under User variables check if there is an entry called Path:
  17. Click on Edit. then Dialog will open from it, now click on new and Copy the path of bin folder which is installed in JDK folder. then Paste Path of bin folder in Variable value. Click on OK Button.
  18. Flutter UI Component

  19. Now check everything is ok or not
  20. open cmd and do following shown in below picture

  21. Flutter UI Component

  22. Now open Android Studio and create new flutter project then select your flutter sdk file to the location where we have downloaded earlier and that's it

  23. Flutter UI Component

How to setup flutter

    Visit flutter official website : https://docs.flutter.dev/get-started/install for full install guide.
    If you prefer video tutorials, we recommend this playlist for the full installation process
  1. Extract the zip file and copy flutter folder into your desired installation location for the Flutter SDK (eg. C:\src\flutter; do not install Flutter in a directory like C:\Program Files\).

  2. Inside Flutter folder find flutter_console.bat. Start it by double-clicking. <\li>

    Flutter UI Component
  3. Now set your enviournment variable
  4. From the Start search bar in , type ‘env’ and select Edit environment variables for your account

  5. Flutter UI Component

  6. Under User variables check if there is an entry called Path:
  7. Click on Edit.new Dialog open from it click on new and copy full path to flutter\bin as its value
  8. Now Restart your pc for changes to take effect
  9. Flutter UI Component

  10. Now check everything is ok or not
  11. open cmd and do following shown in below picture

  12. Flutter UI Component

  13. Now open Android Studio and create new flutter project then select your flutter sdk file to the location where we have downloaded earlier and that's it

  14. Flutter UI Component

    https://www.youtube.com/playlist?list=PLSzsOkUDsvdtl3Pw48-R8lcK2oYkk40cm
      Install Flutter from marketplace
    Video Plus

How to run this project


  1. Unzip the downloaded code. After unzipping you will have Video Plus - Flutter Code zip folder.
    Unzip Video Plus - Flutter Code folder and open it in Android Studio or Visual Studio Code.
  2. Open ide teminal and execute flutter pub get command.
  3. If you are running this app for ios then run these following commands in terminal.
    cd ios
    pod install
    cd ..
  4. open terminal and execute flutter run

How to change package name


  1. Change package name for android app
    Execute this command in your terminal
    flutter pub run change_app_package_name:main your_new_package_name Video Plus
  2. Change package name for ios app
    Open ios folder of this project in xcode. Go Select Runner->Targets->General->Identity and enter new package name in Build Identifier.
    Video Plus
  3. Go to lib/utils/constants.dart and update package. Video Plus

How to integrate firebase

  1. Create firebase project in your account

  2. Video Plus

    Video Plus

    Video Plus

    Video Plus
    Video Plus
  3. Select flutter

  4. Video Plus
    Video Plus Visit firebase website : https://firebase.google.com/docs/cli for full integration guide.

How to enable firebase auth


  1. Go to firebase project.Click on authentication menu and goto sign-in method. Enable all the authentication method mention in below image Video Plus
  2. If your are using google sign-in you need to enable OAuth APIs that you want to use using https://console.developers.google.com/ .Enable people api and make sure you've filled out all required fields in the console for OAuth consent screen. Otherwise, you may encounter APIException errors.
  3. Now, we have to add sha1 and sha256 key in firebase, for that perform below given step for that you can do one of the below method
    • Go to the android folder. Right click gradlew file and select Open in Terminal as shown in below image.



    • Go to the terminal view and paste- gradlew signingReport as shown in below
    • for mac it should be ./gradlew signingReport


  4. Please add sha-256 key as shown in below image. Go to project settings -> your apps -> android apps Video Plus
  5. now enable SafetyNet for use with Firebase Authentication.In the Google Cloud Console, enable the Android DeviceCheck API for your project.first make sure your correct project is selected then press enable button.



  6. Remember:

  7. When we are releasing apk then we need to add release sha in firebase panel otherwise otp will not work.
  8. after release you can get sha from play console here



How to set Notification


  1. Get server key from your firebase project and set in panel. Video Plus
  2. now add in admin panel Video Plus

How to change application name


  1. Change application name for your android application. Go to android/app/src/main/AndroidManifest.xml and change name Video Plus
  2. Change application name for your ios application. Go to ios/Runner/Info.plist and change name Video Plus

How to change application colors


  1. Add your colors in lib/ui/Utils/colors.dart and do not change the color variables name Video Plus

How to change application font


  1. Go to assets/google_fonts/ and add .tff files of fonts. Video Plus

How to change application version


  1. go to pubspec.yaml EX.Update version:A.B.C+X in pubspec.yaml.
  2. Do not forget to execute flutter packages get, flutter build or flutter run after this step
Video Plus

How to change database url


  1. Go to lib/utils/constants.dart and make changes shown in below image Video Plus

Add More Language


  1. To add the language name and language code, you should go to the constant.dart file located in the utils folder. Once you have located the file, simply include the necessary language name and language code.
      GlobalMaterial support language
      Language Code
    Video Plus
  1. Please ensure to add a JSON file for the respective language, making sure that the file name corresponds to the language code. For instance, if the language code is "ur," the file name should be "ur.json". Video Plus


How to configure in-app purchase


  1. Configure in-app purchase for android applicaiton. Upload your application in playstore and create in-app products for your applicaiton as shown in below image. Id of in-app products (consumable product) in apple and play store must be same. Video Plus


Support


Its our pleasure to serve our service and support. please contact our support team.

Head of Customer Support : Janki Bhatti Skype Name : janki Bhatti

To help our customers, we constantly be in touch with every customer if they need any assistance regarding our product. We offer our customers a support from Mon – Fri 9.00am to 6.00pm IST (GMT +5.30) – We are a Team located in India – Asia.

Typically we reply our customers for all the questions and queries within 24 hours of time via comments, support forum or emails.


Contact Us


WRTeam has creative and dedicated group of developers who are mastered in Apps Developments and Web Application Development with a niche in delivering quality solutions to customers across the globe. Contact us today to find out how we can help you or for freelance work.

Visit Us : https://wrteam.in

Mail Us : support@wrteam.in

Thank you very much.