ez_function

This plugin contains basic methods that you often use in any project. The goal is to help you easily access the necessary methods without having to redefine them. The plugin supports methods such as conversion methods, data formatting, file handling, data processing, and more.

Getting Started

You just need to install the appropriate version in the pubspec.yaml file

The features

  • CommonUtils: Contains basic methods
  • ConvertUtils: Convert the data type of an object
  • DataFormatUtils: Contains methods to help format data
  • DataUtils: Contains common methods for handling objects
  • FileUtils: Contains methods for file handling
  • DateTimeUtils: Methods for handling time
  • LogUtils: Contains methods for Log debug
  • ValidateUtils: Contains methods for data validation.
  • LocalDataUtils: Contains methods for local data storage
  • DownloadUtils: Contains methods for downloading files

Require for file functions

Android

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />