Marcelo Glasberg's repositories
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.
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.
assorted_layout_widgets
Flutter package: Assorted layout widgets that boldly go where no native Flutter widgets have gone before.
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
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.
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.
matrix4_transform
Flutter package: Helper math class for easily creating Matrix4 transformations, that you can use in Container's transform parameter and elsewhere.
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.
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.
provider_for_redux
Flutter Package: Let's you use Provider with Redux.
bdd_framework
Dart package: BDD framework for Dart/Flutter. Lets you create BDD tests in code, and gives you easy to read error messages when assertions fail. Exports to Gherkin/Cucumber feature files.
SameAppDifferentTech
This project contains the SAME MOBILE APP implemented with DIFFERENT tech stacks: React Native, Flutter, Android, iOS.
redux_app_example
Complete Flutter app example, with AsyncRedux state management. Can also be used as a template to start a new project.
HibernateInspectionsPlugin
Initial Setup version 1.0
async-redux-react
The easy version of Redux for React in 2024: power-packed, and equipped with all you need for state management.
marcelosdartplugin
Dart and Flutter plugin to add features to the IntelliJ IDE.
easy-bdd-tool-jest
Easy BDD Tool, for Jest (JavaScript/TypeScript, React etc). Create your BDD tests directly in code, and get readable error messages. Exports to Gherkin/Cucumber feature files.
flutter_hooks_async_redux
Combines flutter_hooks and async_redux packages to add Redux to flutter_hooks.
i18n_extension_core
Core Dart-only package for the i18n_extension package.
async_redux_core
The Dart-only core for the async_redux Flutter package.
asyncredux.com
Async Redux website documentation
flutter_cached_network_image
Download, cache and show images in a flutter app
flutter_ios_integration
Flutter/iOS integration
keyboard_utils
A Flutter plugin to check keyboard visibility.