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

Flutter toolkit for image loading, WebView, storage, date/number formatting, and encryption.

0.1.0 #

  • Initial release.
  • Unified image loading: FlImageView (network / Asset / SVG).
  • WebView wrapper: FlWebView (URL / file / HTML).
  • Key-value storage: FlSPUtils, FlFSUtils, FlStore (configurable global entry).
  • Date/time & number formatting: FlDateTimeUtils, FlNumFormatUtils.
  • High-precision arithmetic: FlDecimalUtils.
  • Encryption utilities: FlCryptoUtils (hash / HMAC / Base64).
  • Extension methods: DateTimeExtension, StringExtension.