customize 2.1.2 copy "customize: ^2.1.2" to clipboard
customize: ^2.1.2 copied to clipboard

discontinued

Customize is awesome Flutter package to create beautiful UI with handy dart methods.

[2.1.2] #

Used Quickly instead of this

[2.1.1] #

Discontinued package

[2.1.0] #

* bug fixed
* slighlty change color shades
* fixed empty state widget button
* fixed text field border
* add italic font family extension

[2.0.0] #

* Refactoring code
* Rename pNotT padding to pnt
* Apply color to text directly
* Added String Methods
    * countWord()
    * withDefault()
* Added List Methods
    * sortedDesc() // for simple list
    * sortByDesc() // for list of object
    * latest()
    * oldest()
    * latestFirst()
    * oldestFirst()
    * isNull()
    * isNotNull()
* not only radius // eg. notTopLeft() - apply radius to all side except this
* Remove callout widget

[1.0.3] #

* Removed Faker class

[1.0.2] #

* bug fixed in extension
* added not only padding

[1.0.1] #

* bug fixed

[1.0.0] #

* bug fixed
* Added more padding numbers
* Fixed Button widget
* Added TextField

[0.2.2] #

* bug fixed

[0.2.1] #

* bug fixed

[0.2.0] #

* Added Null Safety

[0.1.3] #

* Fixed bug and added some documentation

[0.1.2] #

* Removed FxMargin, instead use FxPadding.
* Added Widget FxButton.
* Fixed Box Shadow.
* Added some extra border method to direct apply borders.
* Added some extension methods on widget like shadow, borderRadius, visibility, InkWell and much more.
* Added Faker class to generates fake data
    - faker.word() // lorem
    - faker.words(2) // [lorem, ipsum]

[0.1.1] #

- Widgets
    + height box
    + width box
    + square box

- String Methods
    + isMobileNumber
    + minLength()
    + maxLength()
    + range()
    + mask()
    + countBy()
    + toTitleCase()
    + toSentenceCase
    + toCapitalCase

- List Methods
    + countBy()
    + groupBy
    + groupByOnMap()

- Map Methods
    + isEmptyOrNull
    + isNotEmptyOrNull
    + getId

[0.1.0] #

- Added some List methods
    + flatten
    + flattenMap
    + countBy
    + pluck()
    + sorted()
    + sortBy()
    + diff()
    + chunk()
    + only()
    + notOnly()
    + whereIn()
    + whereNotIn()
    + whereBetween()
    + whereNotBetween()
    + containsInMap()
    + containsKeyInMap()
    + containsValueInMap()

[0.0.5] #

- Alert box
- icon box
- Empty state

[0.0.4] Container extensions #

- BorderRadius
** Bug fixed

[0.0.3] Added BuildContext extensions #

    * Get MediaQuery size
    * Get Orientation
* Added Widget extensions
    * Opcaity [opcaity25],[opcaity50],[opcaity75],[opcaity100]
- Decoration
- Box Shadow

[0.0.2] extension methods added #

[0.0.1] methods added #

21
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Customize is awesome Flutter package to create beautiful UI with handy dart methods.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

unknown (LICENSE)

Dependencies

flutter, get

More

Packages that depend on customize