• Packages
Results 19 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

244
likes
160
points
6.82k
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

406
likes
150
points
306k
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.1.0" to clipboard
fast_immutable_collections: ^11.1.0 copied to clipboard

394
likes
150
points
58.6k
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

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

377
likes
150
points
29.6k
downloads
Widgets like SideBySide, ColumnSuper, RowSuper, FitHorizontally, Box, WrapSuper, TextOneLine, Delayed, Pad, ButtonBarSuper, NormalizedOverflowBox, showDialogSuper etc.#widget#layout#ui#keyboard#button

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

176
likes
150
points
46.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

269
likes
150
points
11.4k
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

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

101
likes
150
points
5.09k
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

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

227
likes
150
points
1.46k
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

network_to_file_imagecopy "network_to_file_image: ^7.0.0" to clipboard
network_to_file_image: ^7.0.0 copied to clipboard

184
likes
150
points
1.41k
downloads
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#widget

themedcopy "themed: ^8.1.0" to clipboard
themed: ^8.1.0 copied to clipboard

66
likes
150
points
2.27k
downloads
The themed package lets you define a theme with const values, and then, by using some dark Dart magic, go and change them dynamically anyway.#theme#theming#ui#color#font