PUBDEV
json_intl v3.2.0
Flutter Internationalization library based on Json files and mustache replacement strings.
PUBDEV
solana_kit_rpc_subscriptions_channel_websocket v0.0.2
WebSocket channel for RPC subscriptions for the Solana Kit Dart SDK.
PUBDEV
solana_kit_subscribable v0.0.2
Subscribable and observable pattern for the Solana Kit Dart SDK.
PUBDEV
staggered_menu_flutter v0.0.2
A staggered sliding navigation menu for Flutter with animated pre-layers, backdrop blur panel, hover effects, and fully themeable design. Drop it onto any screen and configure colours, typography, mot...
PUBDEV
fabrik_layout v1.1.0
A lightweight, opinionated layout and responsiveness foundation for Flutter applications.
PUBDEV
v2ray_box v1.0.0
A Flutter plugin for VPN connectivity with dual-core support (Xray-core & sing-box). Supports VLESS, VMess, Trojan, Shadowsocks, Hysteria, TUIC, WireGuard and more. Switch between cores at runtime.
PUBDEV
pigeon_generator v3.1.1
Integrate build_runner with pigeon code generation to automate the process of generating platform channels.
PUBDEV
fabrik_result v1.0.1
A lightweight toolkit for functional-style types like Either, built for clarity and real-world use.
PUBDEV
smart_file_picker v0.0.2
A smart and flexible Flutter package for picking images, videos, and files with built-in image cropping support.
PUBDEV
fabrik_snackbar v0.1.7
A beautifully crafted Snackbar and Toast package from the Fabrik Toolkit. Easy to use, highly customizable, and works on all platforms.
PUBDEV
stac_cached_network_image v0.0.1
A Stac widget parser for rendering cached network images using the cached_network_image package, enabling server-driven cached images.
PUBDEV
gbaas_sdk v1.0.1
Dart/Flutter SDK for BaaS (Backend as a Service) - A complete Supabase alternative with auth, database, storage, realtime, functions, and admin APIs.
PUBDEV
animated_segmented_tab_control_plus v2.0.0
A customizable segmented control that can be used with a TabView.
PUBDEV
jb v0.16.0
JBuild front-end. A modern Java build system that leverages Dartle to make building Java projects easy.
PUBDEV
app_info_flutter v1.0.0
A Flutter plugin to retrieve basic app information like name, package name, version, and build number.
PUBDEV
webviewtube v3.2.0
Play YouTube videos on mobile platforms, using WebView and IFrame Player API.
REDDIT
Building JavaScript packages with dart2wasm
For a project at work, I recently had to turn a Dart library into something usable from an existing large JavaScript project. The traditional answer to this is dart2js and some hacks to turn that into...