Skip to content

njaistudio/Prokit-Biggest-Flutter-UI-Kit

 
 

Repository files navigation

prokit_flutter

List of Video Tutorials

Note:

  • Importing mobx is a must as Mobx is used for changing colors in the entire app (eg. Dark Mode to Light Mode and vice versa).
  • Importing nb_utils is a must as nb_utils is the package that is often used in the prokit as it has many common widgets. hence it saves our time.
  • Copy the store folder from the main directory and paste it in the new project.
  • Copy this files "AppColor","AppTheme","AppWidgets","AppConstants". from utils folder located at (lib - main - utils- files).
  • We have used localizationsDelegates in muvi app for Multi-Language support so we will delete the localizationsDelegates from the main. dart file as we don't need in the example video. (do not delete when copying muvi app.)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 99.6%
  • Java 0.1%
  • HTML 0.1%
  • CMake 0.1%
  • Swift 0.1%
  • Ruby 0.0%