San Francisco / New York / Rio de Janeiro

Marcelo Glasberg

Elite
@marcglasberg

Senior Software Engineer • AI • Full stack • Mobile • Web • https://glasberg.dev

i18n_extension. Translate, localize, internationalize your Flutter app (and your Dart backend).

307

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

253

async_redux. Powerful State Management for Flutter. Docs: https://asyncredux.com

238

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.

229

assorted_layout_widgets. Flutter package: Useful widgets that boldly go where no native Flutter widgets have gone before.

191

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

151

flutter_layout_article. Flutter Article: The Advanced Layout Rule Even Beginners Must Know

110

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.

76

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.

65

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

59

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.

47

themed. Flutter package: Allows you to define colors and text styles as const values which can be changed dynamically. Improves, does not replace, Flutter's theme system.

28

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

24

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.

24

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.

21

bdd_framework. BDD (Behavior Driven Development / Specification Driven Development) tool for Dart and Flutter. Create your BDD tests purely in code, and later export to Gherkin/Cucumber feature files.

17

SameAppDifferentTech. This project contains the SAME MOBILE APP implemented with DIFFERENT tech stacks: React Native, Flutter, Android, iOS.

11

redux_app_example. Complete Flutter app example, with AsyncRedux state management. Can also be used as a template to start a new project.

8

bloc_superpowers. Flutter Package: Superpowers for your Cubits | AI ready

7

HibernateInspectionsPlugin. Hibernate (Java ORM) Inspections Plugin for the IntelliJ/Jetbrains IDE

5

tiktoken_tokenizer_gpt4o_o1. Dart package: OpenAI's Tiktoken tokenizer for models: GPT-4, GPT-4o, GPT-4o-mini, o1, o1-mini, and o1-preview.

5

async-redux-react. DEPRECATED. Use kiss-for-react instead.

4

async_redux_core. The Dart-only core for the async_redux Flutter package.

3

marcelosdartplugin. Dart and Flutter plugin to add features to the IntelliJ IDE.

3

i18n_extension_core. Core Dart-only package for the i18n_extension package.

3

flutter_hooks_async_redux. Combines flutter_hooks and async_redux packages to add Redux to flutter_hooks.

3

kiss-for-react. Powerful State Management for React and React Native. Docs: https://kissforreact.org

1

rick-and-morty-example. Example React app that demonstrates the Kiss State Management package.

1

asyncredux.com. Async Redux website documentation

1

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.

1

kissforreact.org. State management for React. Simple to learn and easy to use; Powerful enough to handle complex applications with millions of users; Testable.

1
31
Apply