PUBDEV
flutstrap v0.0.1
A Flutter UI library inspired by Bootstrap with responsive layouts and prebuilt components.
PUBDEV
quran_sdk v0.1.0
Offline-first Quran SDK for Flutter with Arabic and English translations, audio support, and search functionality.
REDDIT
Stop calling web wrappers "mobile apps." We need real Flutter generation.
i keep seeing these new AI builders like Bolt or Lovable blowing up, but as a Flutter dev, itâs painful to watch. Most of them just spit out React/Web code that feels laggy and "off" the second you ...
PUBDEV
cxhero v0.1.0
Lightweight event tracking for Flutter with per-session and optional user-id scoping, persisted as JSON on disk, plus configurable micro-surveys.
PUBDEV
blackbox_flutter v0.0.3
Flutter bindings for Blackbox (Observer + BoxProvider + ObservableBox) with production-grade tracking.
PUBDEV
gg v4.0.7
A collection of checks and actions like analyzing, linting, testing, code coverage, committing, pushing, publishing.
PUBDEV
blackbox_codegen v0.0.3
Code generator for blackbox_core boxes (MobX-style) with optional ObservableBox projection.
PUBDEV
astronomia v0.3.0
Astronomical algorithms in Dart — positions of Sun, Moon, and planets, eclipses, phases, coordinates, magnitudes, and more. Based on Jean Meeus's "Astronomical Algorithms".
PUBDEV
gg_test v1.1.8
gg_test is a powerful testing package designed to enhance the Flutter and Dart development experience.
PUBDEV
froom v6.0.0
The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications. This library is the runtime dependency.
PUBDEV
small_refresh v1.0.25
This is a refresh view based on CustomScrollView with Smooth animations,and you can customize your header view or footer view simply.
PUBDEV
dart_arch_test v0.2.1
ArchUnit-inspired architecture testing for Dart & Flutter. Enforce layer boundaries, slice isolation, cycles, coupling metrics, and violation baselines — all in plain Dart tests.
PUBDEV
chat_bubbles v1.9.0
Flutter chat bubble widgets, similar to Whatsapp and more shapes. Easy to use and implement chat bubbles.
PUBDEV
froom_common v5.0.0
The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications. This library is the runtime dependency.
PUBDEV
froom_generator v5.0.0
The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications. This library is the dev dependency.
PUBDEV
froom_annotation v5.0.0
The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications. Don't use this package directly. Import the froom package instead.
REDDIT
Offline first app with live updates from server
I've been working on a consumer app for a while that stores the data in the backend to be available cross platform. I didn't initially make it offline first, meaning every interaction on client needs ...
PUBDEV
flutter_model_generator v1.0.0
CLI tool that generates Flutter models, entities and feature layers from curl requests
PUBDEV
t_db v1.4.0
TDB<T> is a base abstract class for a generic binary database.It is designed to provide type-safe, object-oriented (OOP) database operations for any user-defined type `T`.