Marcelo Glasberg

Results 15 repositories owned by Marcelo Glasberg

assorted_layout_widgets

143
Stars
36
Forks
Watchers

Flutter package: Assorted layout widgets that boldly go where no native Flutter widgets have gone before.

async_redux

226
Stars
40
Forks
Watchers

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

200
Stars
29
Forks
Watchers

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

294
Stars
64
Forks
Watchers

Flutter package: Easy and powerful internationalization using Dart extensions.

indexed_list_view

250
Stars
20
Forks
Watchers

Flutter package: Similar to a ListView, but lets you programmatically jump to any item, by index.

align_positioned

76
Stars
9
Forks
Watchers

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

46
Stars
7
Forks
Watchers

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

102
Stars
21
Forks
Watchers

Flutter Package: May be used to intercept the Android back-button, as an alternative to `WillPopScope`.

flutter_layout_article

97
Stars
41
Forks
Watchers

Flutter Article: The Advanced Layout Rule Even Beginners Must Know

image_pixels

23
Stars
5
Forks
Watchers

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.