Base setup which requires in all the projects(Includes authantication, notification, crash reporting and configuration files for color and designs)
Step to convert it to your own project
- change file name of project
- Change package name of project
- Change import statement with global replacment e.g :- import 'package:fajrApp/config/size_config.dart'; In above statement change fajrApp with appropiate name
- if firebase is added then add service.json file in android > app folder and if not then remove plugin: 'com.google.gms.google-services' from app level build gradle