All Git Users → marcglasberg

12 open source projects by marcglasberg

1. I18n extension
Flutter package: Easy and powerful internationalization using Dart extensions.
✭ 177
dart
2. 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.
✭ 172
dart
3. Indexed list view
Flutter package: Similar to a ListView, but lets you programmatically jump to any item, by index.
✭ 165
dart
4. Network to file image
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.
✭ 47
dart
5. Flutter layout article
Flutter Article: The Advanced Layout Rule Even Beginners Must Know
✭ 42
dart
6. back button interceptor
Flutter Package: May be used to intercept the Android back-button, as an alternative to `WillPopScope`.
7. matrix4 transform
Flutter package: Helper math class for easily creating Matrix4 transformations, that you can use in Container's transform parameter and elsewhere.
8. themed
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.
9. 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.
10. assorted layout widgets
Flutter package: Assorted layout widgets that boldly go where no native Flutter widgets have gone before.
11. weak map
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 done right, with weak-references.
✭ 19
dart
12. provider for redux
Flutter Package: Let's you use Provider with Redux.
✭ 23
dartswift
1-12 of 12 user projects