• Packages
Results 20 packages owned by glasberg.dev
Sort by

animated_size_and_fadecopy "animated_size_and_fade: ^5.1.1" to clipboard
animated_size_and_fade: ^5.1.1 copied to clipboard

245
likes
160
points
10.6k
downloads
Does a fade and size transition between widgets of different heights. Also used to show/hide a widget.#transition#animation#widget

back_button_interceptorcopy "back_button_interceptor: ^8.0.4" to clipboard
back_button_interceptor: ^8.0.4 copied to clipboard

411
likes
150
points
385k
downloads
Back Button Interceptor. May be used to do stuff when the Android back-button is tapped, as an alternative to `WillPopScope`.#button#android#navigation

fast_immutable_collectionscopy "fast_immutable_collections: ^11.2.0" to clipboard
fast_immutable_collections: ^11.2.0 copied to clipboard

409
likes
150
points
142k
downloads
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

matrix4_transformcopy "matrix4_transform: ^4.0.1" to clipboard
matrix4_transform: ^4.0.1 copied to clipboard

185
likes
150
points
81.6k
downloads
A helper math class for easily creating Matrix4 transformations, which you can use in the Container's transform parameter and elsewhere.#math#animation#image-transformations

align_positionedcopy "align_positioned: ^5.0.1" to clipboard
align_positioned: ^5.0.1 copied to clipboard

270
likes
150
points
10.6k
downloads
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#widget

assorted_layout_widgetscopy "assorted_layout_widgets: ^12.12.1" to clipboard
assorted_layout_widgets: ^12.12.1 copied to clipboard

410
likes
140
points
66.3k
downloads
Widgets SideBySide, RowProportional, AnimatedBetween, Box, Pad, Delayed, WrapSuper, OtpCodeVerificationField, ButtonBarSuper, NormalizedOverflowBox, showDialogSuper and much more.#widget#layout#ui#keyboard#button

i18n_extensioncopy "i18n_extension: ^16.0.0" to clipboard
i18n_extension: ^16.0.0 copied to clipboard

372
likes
140
points
31.2k
downloads
Translation and Internationalization (i18n) for Flutter. Easy to use for both large and small projects. Uses Dart extensions to reduce boilerplate.#i18n#localization#translation#extension

indexed_list_viewcopy "indexed_list_view: ^4.0.0" to clipboard
indexed_list_view: ^4.0.0 copied to clipboard

233
likes
150
points
2.11k
downloads
Infinite ListView that lets you programmatically jump instantly to any item, by index. Performant for lists of any size.#list-view#list#widget#scroll#ui

image_pixelscopy "image_pixels: ^4.0.2" to clipboard
image_pixels: ^4.0.2 copied to clipboard

102
likes
150
points
3.8k
downloads
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#widget#ui

async_reduxcopy "async_redux: ^28.1.0" to clipboard
async_redux: ^28.1.0 copied to clipboard

157
likes
140
points
7.49k
downloads
The modern version of Redux. State management that's simple to learn and easy to use; Powerful enough to handle complex applications with millions of users; Testable.#redux#state-management#ui#reactive-programming#testing