REDDIT
What Ai doesn't tell you when you build a flutter app?
Hello everyone! What started 6 months like a play with AI and flutter got to be a serious thing for me. While chatting with an AI about pets (i'm a pet lover with 2 Belgian Malinois, 2 cats, 1 parrot ...
PUBDEV
sdl_gamepad v1.1.2
A Dart-friendly, cross-platform gamepads API that wraps SDL3 via the sdl3 package
REDDIT
Can I not opt out of dartfmt in IntelliJ?
I despise much of the default dartfmt choices. Fine, thatâs just personal. Except it isnât. AFAICT, there is no way to opt out of dartfmt if I want to use the IntelliJ plugin. To take just one exa...
PUBDEV
digit_ui_components v0.2.4+1
A collection of reusable Flutter UI components, including atoms, molecules, and wrapper widgets, designed for consistent, scalable, and efficient UI development.
REDDIT
Can we develop an iOS app on Windows using Flutter?
Yes, partially. As a Flutter App Developer, you can write UI, logic, and manage most of the Flutter codebase on Windows. Flutterâs single codebase works well for both Android and iOS. However, Appl...
PUBDEV
flutter_native_image_compress v0.1.1
Native image resize and compression for Flutter (Android/iOS/macOS/Windows/Web).
PUBDEV
flutter_admob_native_ads v1.0.4+3
A Flutter plugin for displaying AdMob Native Ads with customizable layouts and SwiftUI-style declarative styling.
PUBDEV
rive_splash_screen_plus v0.2.0
Facilitator for having a Splash screen with a Rive animation until some work has been done for the initialization of the app
PUBDEV
oidc_cli v0.0.2
A small provider-agnostic CLI for authenticating against an OpenID Connect (OIDC) provider.
PUBDEV
rive_loading_plus v0.1.3
Loading widget based on a custom Rive animation, allow you to create beautiful custom loading widgets or dialogs. Fork of rive_loading with modern Rive support.
REDDIT
Type-Safe Forms in Flutter? Meet ZodArt â A Schema-First Validation
Hey everyone! I've just posted an article showcasing declarative Form Validation with ZodArt in Flutter. ZodArt is a type-safe, parse-first schema validation library for Dart and Flutter. Define your...