2025-03-30 12:16:43 +02:00
2025-02-27 18:09:43 +02:00
2025-02-27 18:09:43 +02:00
2025-02-27 18:09:43 +02:00
2025-02-12 14:21:40 +02:00
2025-03-30 12:16:43 +02:00
2025-02-09 15:18:18 +02:00
2025-03-30 12:16:43 +02:00
2025-03-30 12:16:43 +02:00
2025-03-30 12:16:43 +02:00

Atromic Extensions

The extensions module of the Astromic Presentation System Developed, Maintained, and is property of Michael W. Aziz (Micazi)

Content

  • on BorderDirectional
    • all() : Generate a uniform border with one borderSide. ☑️
  • on EdgeInsetsGeometry
    • copyWith() ☑️
    • resolveToDirectional() : Automatically reverse the EdgeInsets based on the dynamic TextDirection. ☑️
  • on List
    • containsAll() : Checker to see if a list contains all of the other list. ☑️
    • getUnique() : Get unique items only of a supplied list. ☑️
  • on List<Map<T,B>>
    • mergeAllMaps() : Merges a list of maps into one with a conditional functionality to approve the merge. ☑️
  • on TextAlignVertical
    • toAlignment() : convert a TextAlignVertical to an Alignment object. ☑️
  • on BorderRadiusGeometry
    • copyWith() ☑️
    • resolveToDirectional() : Automatically reverse the BorderRadius based on the dynamic TextDirection. ☑️
  • on String
    • toColor() : Parse a HexCode String into a Color object. ☑️
    • capitalize() : Capitalize the word. ☑️
    • rich() : Convert the string to a RichText Widget. ☑️
  • on Widget
    • center
    • circular
    • align
    • positioned
    • sized
    • rotated
    • flipH
    • flipV
    • safeArea
    • opacity
    • padAll
    • padSymH
    • padSymV
    • padTop
    • padBot
Description
No description provided
Readme 64 KiB
Languages
Dart 100%