• Packages
Results17 packages owned by glasberg.dev
Sort by
Does a fade and size transition between widgets of different heights. Also used to show/hide a widget.#transition#animation#widget
Back Button Interceptor. May be used to do stuff when the Android back-button is tapped, as an alternative to `WillPopScope`.#button#android#navigation
Immutable lists, sets, maps, and multimaps, which are as fast as their native mutable counterparts. Extension methods and comparators for native Dart collections.#collections#immutable#data-structures#functional
A lot of widgets like ColumnSuper, RowSuper, FitHorizontally, Box, WrapSuper, TextOneLine, Delayed, Pad, ButtonBarSuper, NormalizedOverflowBox, showDialogSuper, and much more.#widgets#layout#ui#keyboard#button
Greatly simplifies layouts which are difficult to implement with Columns and Rows, by letting you declaratively position and resize widgets in relation to one another.#layout#ui#widgets
Helper math class for easily creating Matrix4 transformations, that you can use in Container's transform parameter and elsewhere.#math#animation#image-transformations
Opens a local image file, if it exists there. If it doesn't, fetches the image from the network and then saves to the local file for next time.#image#network-image#cache#network#widgets
Redux state management. An optimized Redux version, which is very easy to learn and use, yet powerful and tailored for Flutter. It allows both sync and async reducers.#redux#state-management
Infinite ListView that lets you programmatically jump instantly to any item, by index. Performant for lists of any size.#list-view#list#widgets#scroll#ui
Lets you extend the background color of an image, or else build any widget that depends on an image width/height or the color of its pixels.#image#image-processing#painting#widgets#ui