Marcelo Glasberg
Marcelo Glasberg
assorted_layout_widgets
Flutter package: Assorted layout widgets that boldly go where no native Flutter widgets have gone before.
async_redux
Flutter Package: A Redux version tailored for Flutter, which is easy to learn, to use, to test, and has no boilerplate. Allows for both sync and async reducers.
fast_immutable_collections
Dart Package: Immutable lists, sets, maps, and multimaps, which are as fast as their native mutable counterparts. Extension methods and comparators for native Dart collections.
i18n_extension
Flutter package: Easy and powerful internationalization using Dart extensions.
indexed_list_view
Flutter package: Similar to a ListView, but lets you programmatically jump to any item, by index.
align_positioned
Flutter Package: When your desired layout or animation is too complex for Columns and Rows, this widget lets you position/size/rotate/transform its child in complex ways.
animated_size_and_fade
Flutter Package: A widget that does a fade and size transition between widgets of same width but different heights, and you don't need to know their sizes in advance.
back_button_interceptor
Flutter Package: May be used to intercept the Android back-button, as an alternative to `WillPopScope`.
flutter_layout_article
Flutter Article: The Advanced Layout Rule Even Beginners Must Know
image_pixels
Flutter Package: Lets you extend the background color of an image, or else build any widget that depends on the image width/height, and the color of its pixels.