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...
REDDIT
how do you use autoformat on vscode?
It takes time to format every single button to change it from a line to the usual flutter format, like: actions: [ TextButton( onPressed: onPressed, child: child,), ], But if I use autoformat (with da...
REDDIT
Meet Archery
What is Archery? Archery is a Laravel-inspired, Dart-native web framework built directly on dart:io. It provides a batteries-included experience for developers who want a stable, explicit, and p...
REDDIT
I built a tool to automate iOS app localization
Last year I published my first two iOS apps on the App Store. I initially only localized my apps only into the 5 most popular locales (en-US, en-UK, it, de, fr). Since ASO is my main download source r...
PUBDEV
silky_scroll v2.0.0
Silky Scroll is a package developed in Flutter to provide a smooth scrolling experience.
REDDIT
I built an AI-powered static analysis tool for Flutter - flutter_doctor_ai
Hey! Just published my first pub.dev package ð What it does: Detects large build methods, missing dispose, empty setState, and missing mounted checks Calculates health score (0-100) for your codeba...
PUBDEV
flutter_doctor_ai v0.1.0
AI-powered Flutter code analysis CLI tool. Detects issues like large build methods, missing dispose, empty setState, and provides AI-powered fix suggestions.
PUBDEV
app_name_localizer v1.0.0
A powerful CLI tool to easily and automatically localize your Flutter app name for iOS and Android without manual configuration.
PUBDEV
smart_liveliness_detection v0.3.2
This package helps you verify that a real person is present in front of the camera, not a photo, video, or mask.
PUBDEV
flutter_get_app_group_directory v1.0.0
A Flutter plugin for iOS and macOS that resolves the shared container directory for an App Group.
PUBDEV
codeable_cli v1.0.4
A CLI tool that scaffolds production-ready Flutter projects with Clean Architecture, BLoC/Cubit, Dio, Hive, GoRouter, multi-flavor builds, Firebase setup, and 40+ reusable UI components.
PUBDEV
dart_elf v1.0.2
A pure Dart library for parsing ELF binaries. Useful for writing emulators etc.
PUBDEV
simplepy v1.3.3
An interpreter for a subset of the Python language, written purely in Dart.
It is intended for adding scripting capabilities to Dart projects and for educational purposes.