openvidu_flutter 0.0.1 copy "openvidu_flutter: ^0.0.1" to clipboard
openvidu_flutter: ^0.0.1 copied to clipboard

Migration of the openvidu-android to Flutter.

Changelog #

All notable changes to the Essential Utils project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased] #

  • Initial planning and design.

[0.0.1] - 2024-04-27 #

Added #

  • DateUtils with functions for formatting dates (formatAsUsDate) and computing "time ago" (timeAgoSinceDate).
  • StringUtils with methods to capitalize words (capitalizeWords) and check for palindromes (isPalindrome).
  • ColorUtils with functionality to create MaterialColor from any color (createMaterialColor) and to determine the best contrasting font color (getBestFontColor).

Changed #

Deprecated #

Removed #

Fixed #

Security #