ez_function 0.1.0 copy "ez_function: ^0.1.0" to clipboard
ez_function: ^0.1.0 copied to clipboard

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 c [...]

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" />
1
likes
120
points
61
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, fluttertoast, http, intl, path_provider, plugin_platform_interface, shared_preferences, url_launcher

More

Packages that depend on ez_function

Packages that implement ez_function