flutter_andomie 0.5.42 copy "flutter_andomie: ^0.5.42" to clipboard
flutter_andomie: ^0.5.42 copied to clipboard

Collection of utils with advanced style and controlling system.

0.5.42 #

  • Improve all object finder operations

0.5.41 #

  • Rename PathFinder to PathParser and add three fields in PathInfo [source, collections, documents]

0.5.40 #

  • Modify KeyGenerator [uniqueKey, dateKey, generateKey, haxKey, secretKey]

0.5.39 #

  • Remove intl and other libraries
  • Add instance mode to use third-party library from real app
  • Modify replacement utils for all none chars to custom chars

0.5.38 #

  • Update SwipeLockProvider [onSwiped, onLocked, limit, count, lockoutRemainder]

0.5.37 #

  • Add object finder operations [get, getByKey, getOrNull]

0.5.36 #

  • Add object finder operations [find, findByKey, findOrNull]
  • Remove object finder operation [get] and replace [findOrNull]

0.5.35 #

  • Number text format: PlusText [-50.toPlusText("+") to +50]
  • Number text format: PercentageText [0.5.toPercentageText("%") to 50%]

0.5.34 #

  • Number validation using operation and remove math library

0.5.33 #

  • Number validation using math library

0.5.32 #

  • Add [BMICalculator]
  • Add [auto add or remove number fractionDigits]
  • Add converter [string to num value]

0.5.31 #

  • Model
    • Selector

0.5.30 #

0.5.29 #

  • Extension
    • Spacing

0.5.28 #

  • PROVIDER
    • check color brightness
    • check image brightness

0.5.27 #

  • SWIPE_LOCK_PROVIDER
    • Initial remaining time bug fixed

0.5.26 #

  • IndexProvider

    • Pick index from length by sequence
    • Pick index as reverse from length by sequence
    • Pick T item from length by sequence
    • Pick T item as reverse from length by sequence
  • ColorGenerator

    • Pick color system from existing colors by sequence

0.5.25 #

  • ColorGenerator
    • Pick color system from existing colors by sequence or index

0.5.24 #

  • SWIPE_LOCK_PROVIDER

    • Initializes the swipe lock provider.
    • Handles swipe actions and locks further swipes after a limit.
    • Resets the swipe count and lockout status.
    • Checks if swipe actions are locked and provides the remaining lockout duration.
  • UNDO MANAGER

    • A simple undo manager to keep track of actions and allow undoing the last action.
    • Adds, inserts, and removes actions in a list.
    • Retrieves the length of the list.

0.5.23 #

0.5.22 #

  • EncoderDecoder extension support
  • Add iterator to operation for easily set limit and reverse

0.5.21 #

  • Add data executor

    • load
    • refresh
    • listen
    • listenOnlyModified
  • Rename screen loader subclasses

    • ProviderEvent to ScreenLoaderEvent
    • Loader to ScreenLoaderItem

0.5.20 #

  • Add some iterator extensions
    • isFound
    • isNotFound
    • findIndex
    • convertAs
    • convertAsyncAs
    • customizeAs
    • customizeAsyncAs

0.5.19 #

  • Add color generator utils
  • Add number utils
  • Add iterator extension
  • Remove unnecessary codes
3
likes
150
pub points
60%
popularity

Publisher

unverified uploader

Collection of utils with advanced style and controlling system.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on flutter_andomie