PUBDEV
sliver_sticky_collapsable_panel v3.0.3
A Sliver implementation of sticky collapsable panel, with a box header rebuild on status and a sliver child as panel content.
REDDIT
I built a policy-driven password generation engine for Dart & Flutter
Hey everyone, I just published a new package called password_engine and wanted to share it here. I built this library because I noticed that most password generation in Dart apps relies on hacky helpe...
REDDIT
I built a policy-driven password generation engine for Dart & Flutter
Hey everyone, I just published a new package called password_engine and wanted to share it here. I built this library because I noticed that most password generation in Dart apps relies on hacky helpe...
PUBDEV
password_engine v1.0.0
A comprehensive and extensible password generation library for Dart and Flutter
PUBDEV
zeba_academy_study_timer v1.0.0
Pomodoro study timer with streak tracking, XP rewards and analytics.
PUBDEV
version_sentry v1.3.0
A Flutter package to help apps stay up-to-date by fetching the latest version from the Play Store (Android) or App Store (iOS)
PUBDEV
xtal_dataview v0.3.0
A comprehensive Flutter charting library with Area, Bar, Column, Heatmap, Sunburst, Dual-Axes, and Horizontal Bar charts. Features interactive tooltips, smooth animations, and customizable themes.
REDDIT
Inviting every Flutter developer to try our beta for free!
Hello everybody, I and my co-founder have been developing AI Flutter App builder for last 8 months. What started as templates for Dart is now turned into a full fledged software that Plans, Design Scr...
PUBDEV
zeba_academy_loading_kit v1.0.0
Advanced Flutter loading UI kit with skeleton loaders, shimmer effects, and animated indicators.
PUBDEV
dart_neo4j_ogm_generator v1.2.1
Code generator for dart_neo4j_ogm annotations. Generates Cypher query construction methods for Neo4j OGM.
PUBDEV
dart_neo4j v1.2.1
A comprehensive Neo4j driver for Dart supporting both bolt:// and neo4j:// URI schemes with type-safe result access.
PUBDEV
dart_packstream v1.2.1
A Dart library for serializing and deserializing data using the Packstream format.
PUBDEV
dart_neo4j_ogm v1.2.1
Annotations for Neo4j Object-Graph Mapping (OGM) code generation in Dart.
PUBDEV
devfeedbackhub_analytics v1.0.0
DevFeedbackHub Analytics SDK - Track tester behavior and reward goal achievements
PUBDEV
flutter_mini_chart v1.0.0
Lightweight, animated, interactive charts for Flutter. Bar, pie, doughnut charts with zero dependencies.
REDDIT
Newbie doubt
Why are we using repository in flutter bloc which have the same content as our model classes. Somebody pls explain