Top

Fuzzy Documentation

Config Description:


  1. In this configuration file, import all files such as navigation functions, index files, common paths, and class links are defined.
  2. 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.
  3. import 'config.dart';
    • In this configuration file, import all files such as navigation functions, index files, common paths, and class links are defined.
  4. export 'package:fuzzy/common/common_path_list.dart';
    • In the common folder, all file paths are stored in a single path list file.
  5. export '../../provider/provider_path_list.dart';
    • In this file, the list of all screen providers is defined.
  6. export '../../../widgets/widget_path_list.dart';
    • In this file, all the paths for common widgets are listed.
  7. 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.
  8. export 'package:fuzzy/helper/validation.dart';
    • The validation file contains all the validations used for storing form data.
  9. export 'package:fuzzy/utils/common_function.dart';
    • This file contains all the common functions used in the application for storing data.