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

discontinued
outdated

Customize is awesome Flutter package to create beautiful UI.

[0.2.2] - July 15, 2021 #

* bug fixed

[0.2.1] - May 25, 2021 #

* bug fixed

[0.2.0] - May 17, 2021 #

* Added Null Safety

[0.1.3] - April 23, 2021 #

* Fixed bug and added some documentation

[0.1.2] - April 21, 2021 #

* Removed FxMargin, use FxPadding instead of FxMargin.
* 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] - April 17, 2021 #

- 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] - April 15, 2021 #

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

[0.0.5] - March 28, 2021 #

- Alert box
- icon box
- Empty state

[0.0.4] - March 23,2021 #

- Container extensions
- BorderRadius
** Bug fixed

[0.0.3] - March 22,2021 #

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

[0.0.2] - More String and Text extension methods added #

[0.0.1] - String and Text extension methods added #

21
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Customize is awesome Flutter package to create beautiful UI.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

unknown (LICENSE)

Dependencies

crypto, flutter, get

More

Packages that depend on customize