PUBDEV
flutter_app_config v1.0.2
Configure app name, icon, version, and splash screen directly from pubspec.yaml. Save 30-60 minutes of manual setup with automatic Android/iOS configuration. Flutter logo included. One command setup.
PUBDEV
shadcn_flutter v0.0.48
Beautifully designed components from Shadcn/UI is now available for Flutter
REDDIT
Riverpod's new persist feature use case
I love this new persist feature, no need for shared preferences anymore. It made my app much faster showing data stored in local storage first while fetching new data in the background. I built my pro...
PUBDEV
thingsboard_pe_client v4.1.0
Dart implementation of ThingsBoard PE API client. Provides model objects and services to communicate with ThingsBoard PE platform using RESTful APIs and WebSocket protocol.
PUBDEV
mssql_connect v0.0.3
A Flutter plugin for Microsoft SQL Server (MSSQL) connectivity. Supports executing queries, managing connections, and SQL Server Change Tracking across multiple platforms.
PUBDEV
vertical_timeline_widget v0.0.1
A customizable Timeline widget for Flutter to display chronological data with time information, titles, and visual indicators.
PUBDEV
demo_vibration v1.0.0
A plugin for handling Vibration API on iOS, Android, web and OpenHarmony.
PUBDEV
thingsboard_client v4.1.0
Dart implementation of ThingsBoard API client. Provides model objects and services to communicate with ThingsBoard platform using RESTful APIs and WebSocket protocol.
REDDIT
Back button closes app instead of navigating to first tab in go_router 17.1.0 with ShellRoute
After upgrading to Flutter 3.38.6 and go_router 17.1.0, the back button closes the app when pressed on tabs 2, 3, etc., instead of navigating to the first tab. This only works correctly on the first t...
PUBDEV
textify v0.5.1
A cross-platform Flutter package that extracts text from clean digital images using standard fonts, run offline with no external dependencies.