Senior Software Engineer • AI • Full stack • Mobile • Web • https://glasberg.dev
i18n_extension. Translate, localize, internationalize your Flutter app (and your Dart backend).
307indexed_list_view. Flutter package: Similar to a ListView, but lets you programmatically jump to any item, by index.
253async_redux. Powerful State Management for Flutter. Docs: https://asyncredux.com
238fast_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.
229assorted_layout_widgets. Flutter package: Useful widgets that boldly go where no native Flutter widgets have gone before.
191back_button_interceptor. Flutter Package: May be used to intercept the Android back-button, as an alternative to `WillPopScope`.
151flutter_layout_article. Flutter Article: The Advanced Layout Rule Even Beginners Must Know
110align_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.
76network_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.
65matrix4_transform. Flutter package: Helper math class for easily creating Matrix4 transformations, that you can use in Container's transform parameter and elsewhere.
59animated_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.
47themed. 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.
28provider_for_redux. Flutter Package: Let's you use Provider with Redux.
24image_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.
24weak_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.
21bdd_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.
17SameAppDifferentTech. This project contains the SAME MOBILE APP implemented with DIFFERENT tech stacks: React Native, Flutter, Android, iOS.
11redux_app_example. Complete Flutter app example, with AsyncRedux state management. Can also be used as a template to start a new project.
8bloc_superpowers. Flutter Package: Superpowers for your Cubits | AI ready
7HibernateInspectionsPlugin. Hibernate (Java ORM) Inspections Plugin for the IntelliJ/Jetbrains IDE
5tiktoken_tokenizer_gpt4o_o1. Dart package: OpenAI's Tiktoken tokenizer for models: GPT-4, GPT-4o, GPT-4o-mini, o1, o1-mini, and o1-preview.
5async-redux-react. DEPRECATED. Use kiss-for-react instead.
4async_redux_core. The Dart-only core for the async_redux Flutter package.
3marcelosdartplugin. Dart and Flutter plugin to add features to the IntelliJ IDE.
3i18n_extension_core. Core Dart-only package for the i18n_extension package.
3flutter_hooks_async_redux. Combines flutter_hooks and async_redux packages to add Redux to flutter_hooks.
3kiss-for-react. Powerful State Management for React and React Native. Docs: https://kissforreact.org
1rick-and-morty-example. Example React app that demonstrates the Kiss State Management package.
1asyncredux.com. Async Redux website documentation
1easy-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.
1kissforreact.org. State management for React. Simple to learn and easy to use; Powerful enough to handle complex applications with millions of users; Testable.
1