• Packages
Results 15 packages owned by tomars.tech
Sort by

dart_helper_utilscopy "dart_helper_utils: ^5.4.1" to clipboard
dart_helper_utils: ^5.4.1 copied to clipboard

45
likes
160
points
2.9k
downloads
This package offers a collection of Dart utilities, tools for converting dynamic objects to various types, and extending core Dart classes with extensions.#utils#utilities#helpers#extensions-pack#case-conversion

flutter_helper_utilscopy "flutter_helper_utils: ^8.5.0" to clipboard
flutter_helper_utils: ^8.5.0 copied to clipboard

47
likes
160
points
1.68k
downloads
The Flutter Helper Utils Package offers various extensions and helper methods that can make development more efficient.#utilities#helpers#extensions#productivity#adaptive

enefty_iconscopy "enefty_icons: ^1.0.9" to clipboard
enefty_icons: ^1.0.9 copied to clipboard

46
likes
160
points
384
downloads
Flutter repository that contains Enefty Icon Pack. Enefty is an asset repo containing a set of icon assets made by Pickolab Studio and Licensed under CC BY 4.0

scroll_spycopy "scroll_spy: ^0.2.7" to clipboard
scroll_spy: ^0.2.7 copied to clipboard

recently created package Added 21 days ago
26
likes
160
points
394
downloads
Compute focused items and a stable primary item in a scrollable viewport (feed/autoplay/analytics).#flutter#scroll#viewport#feed#autoplay
screenshot

flutter_monacocopy "flutter_monaco: ^1.2.1" to clipboard
flutter_monaco: ^1.2.1 copied to clipboard

19
likes
160
points
244
downloads
Integrate Monaco Editor (VS Code's editor) in Flutter apps. Features 100+ languages, syntax highlighting, themes, and full API.#vscode#monaco#editor#markdown#ide

metalink_fluttercopy "metalink_flutter: ^1.0.2" to clipboard
metalink_flutter: ^1.0.2 copied to clipboard

8
likes
150
points
306
downloads
Flutter UI components for link previews using the MetaLink package#link-preview#link-detector#url#link#metadata
screenshot

metalinkcopy "metalink: ^1.0.4" to clipboard
metalink: ^1.0.4 copied to clipboard

4
likes
160
points
341
downloads
URL metadata extraction package for Dart, providing rich link previews with image manipulation capabilities.#metadata#url#preview#link#metadata-extraction

flex_switchcopy "flex_switch: ^1.2.1" to clipboard
flex_switch: ^1.2.1 copied to clipboard

4
likes
160
points
45
downloads
A multi-option segmented control for Flutter. Keyboard accessible, RTL-aware, drag-to-select, themable, and fast. #segmented-control#switch#toggle#cupertino#ios
screenshot

convert_objectcopy "convert_object: ^1.0.2" to clipboard
convert_object: ^1.0.2 copied to clipboard

0
likes
160
points
407
downloads
A comprehensive type conversion library for Dart with a fluent API, safe try* variants, robust Date/Number/URI parsing, enum helpers, and extensive collection/map/list extensions. #conversion#type-conversion#utilities#extensions#collections

doubly_linked_listcopy "doubly_linked_list: ^1.0.1" to clipboard
doubly_linked_list: ^1.0.1 copied to clipboard

recently created package Added 13 days ago
0
likes
160
points
163
downloads
A non-intrusive doubly linked list with O(1) removals/insertions. Ideal for LRU caches, queues, and frequent mid-list modifications.#data-structures#linked-list#collections#lru-cache