Marcelo Glasberg

Results 15 repositories owned by Marcelo Glasberg

matrix4_transform

55
Stars
5
Forks
Watchers

Flutter package: Helper math class for easily creating Matrix4 transformations, that you can use in Container's transform parameter and elsewhere.

network_to_file_image

61
Stars
8
Forks
Watchers

Flutter Package: This is a mixture of FileImage and NetworkImage. It will download the image from the url once, save it locally in the file system, and then use it from there in the future.

provider_for_redux

24
Stars
3
Forks
Watchers

Flutter Package: Let's you use Provider with Redux.

themed

27
Stars
4
Forks
Watchers

Flutter package: Define a theme (colors, text styles etc.) as static const values which can be changed dynamically. Also comes with useful extensions to create text styles by composition.

weak_map

20
Stars
1
Forks
Watchers

Dart package: WeakMap is a map where the keys are weakly referenced. WeakContainer lets you check if an object is the same you had before. This package also contains cache functions for memoization do...