REDDIT
My wit's end
I am an EE, and I've developed a few electronic billiards products. These products connect to your mobile devices and allow you to see/track your stroke accuracy, etc. I am proud of myself but far too...
REDDIT
Game of BONK
Hi! Bonk is a "rummy-style" card game built with Flutter. The idea was to be able to play with family and friends, but it turned out great and we figured why not share it with the community? Please gi...
PUBDEV
widgetbook_golden_test_alchemist v0.4.0
Utility for running golden tests on Widgetbook use cases using Alchemist.
PUBDEV
widgetbook_golden_test_core v0.4.0
Core utilities for running golden tests on Widgetbook use cases.
PUBDEV
pin_code_fields_liquid_glass v0.1.0-dev.1
iOS 26 Liquid Glass styled PIN input field for Flutter. Built on pin_code_fields with GPU-accelerated glass effects.
PUBDEV
flutter_soloud v3.4.10
A low-level audio plugin for Flutter, mainly meant for games and immersive apps. Based on the SoLoud (C++) audio engine.
PUBDEV
raygun4flutter v3.5.0
Raygun4flutter package is the official Raygun crash reporting provider for Flutter.
PUBDEV
flutter_usabilla v2.5.0
Flutter Usabilla SDK is a flutter plugin/wrapper based on Usabilla native Android / iOS SDK, providing you to collect feedback from your users with great ease and flexibility.
PUBDEV
progressive_video_cache v1.0.0
Progressive file-based video caching for Flutter Reels apps. Play from growing local files with instant offline playback.
REDDIT
Does anyone have experience with Gamified Animations in Flutter
Hey, Iâm a beginner in Flutter and currently working on a gamified app with a focus on âjuicyâ and smooth animations. For example: I have a progress bar that grows whenever a user completes a qu...
PUBDEV
is_ios_app_on_mac v0.1.1+1
This plugin checks to see if your iOS app is being run on an Apple Silicon Mac or VisionOS.
PUBDEV
bloc_enhancer_gen v0.7.0
A code generator for simplifying Bloc event and state classes, enhancing code readability and reducing naming conflicts.
PUBDEV
bloc_enhancer v0.7.0
An annotation package simplifying Bloc event and state classes, enhancing code readability and reducing naming conflicts.
PUBDEV
very_good_analysis v10.1.0
Lint rules for Dart and Flutter used internally at Very Good Ventures.
PUBDEV
coffee_required v0.0.1
A humorous debug-only guard that enforces coding hours, break reminders, and coffee breaks with sarcastic or corporate overlay messages.
PUBDEV
paygilant_plugin v4.1.3
Paygilant Plugin exposes a dart interface, which wraps the native SDK, and enables a smooth integration with the Flutter development environment.
REDDIT
Confused about "Iterable" in Dart How is it different from a List?
Iâm currently practicing Dart and I keep seeing the term Iterable. Iâve googled it, but this sentence from the documentation is really confusing me: I don't quite get it. If I already have a List,...