Config Description:
- In this configuration file, import all files such as navigation functions, index
files, common paths, and class links are defined.
- import 'package:fuzzy/helper/navigation_class.dart';
- The Navigation class in this file provides functionality for navigation,
including calls such as pushNamed, pop, and push functions.
- import 'config.dart';
- In this configuration file, import all files such as navigation
functions,
index
files, common paths, and class links are defined.
- export 'package:fuzzy/common/common_path_list.dart';
- In the common folder, all file paths are stored in a single path list
file.
- export '../../provider/provider_path_list.dart';
- In this file, the list of all screen providers is defined.
- export '../../../widgets/widget_path_list.dart';
- In this file, all the paths for common widgets are listed.
- export 'package:fuzzy/screens/screens_path_list.dart';
- In this file, all screen paths are defined according to the
authentication,bottom, and other page folders.
- export 'package:fuzzy/helper/validation.dart';
- The validation file contains all the validations used for storing form
data.
- export 'package:fuzzy/utils/common_function.dart';
- This file contains all the common functions used in the application for
storing data.