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

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

0.1.1 #

  • 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.
  • Fixed: FlUrlLauncherUtils methods changed from instance to static.
  • Fixed: FlPackageInfoManager.deviceInfo renamed to packageInfo.
  • Fixed: FlNumFormatUtils.formatWithSeparator typo (old name kept as deprecated).
  • Fixed: FlStore._maybePrefix handles empty tag correctly.