kit4 0.0.4+2 copy "kit4: ^0.0.4+2" to clipboard
kit4: ^0.0.4+2 copied to clipboard

Extension library

###Flutter Utility Library Documentation

##Overview

This Flutter library provides a set of utilities including extensions for time information display with plural forms, secure storage mechanisms, text validators, a logging service, a custom Dio interceptor, and a flexible media item for embedding media in the UI. These utilities are designed to enhance the development experience by providing common functionalities in a consistent and efficient manner.

##Features

  • Time Information Extensions: Display time-related information with proper pluralization for Russian.
  • Secure Storage: Read from and write to the device's memory using shared_preferences and flutter_secure_storage.
  • Text Validators: Validate email, passwords, numbers, phone numbers, and more.
  • Logging Service: Abstract logging service for error recording and message logging.
  • Custom Dio Interceptor: A custom interceptor for Dio to handle network requests and errors.
  • MediaItem: A versatile class for embedding various types of media in the UI.

Getting started #

Add the following dependency to your pubspec.yaml file:

dependencies:
  kit4: ^0.0.3
0
likes
100
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

Extension library

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, dio, flutter, flutter_secure_storage, intl, phone_numbers_parser, shared_preferences

More

Packages that depend on kit4