PUBDEV
flutter_idv_module_document_reader v3.2.93
This is a flutter plugin for Regula IDV Module. Use as dependency with flutter_idv.
GITHUB
3.41.0-0.0.pre: Bump engine version for flutter 3.41 beta (#180930)
Bump the engine version following the dart bump in #180916
GITHUB
Update changelog for flutter 3.38.7 stable hotfix (#180931)
Updates the changelog to prepare for the 3.38.7 stable hotfix. Includes #180867
PUBDEV
flutter_document_reader_btdevice v9.1.42
This is a flutter module for Regula document reader. It allows you to easily scan documents, for example passport, using your phone's camera. Supports Android and iOS
MASTODON
I'm am not the only one doing crazy shit with Dart!
I'm am not the only one doing crazy shit with Dart! Dart as a modding language for Minecraft!https://github.com/Norbert515/redstone_dart/#dartlang
GITHUB
Update engine.version for 3.38.6 release (#180698)
Dart version was bumped in 78fc301. Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. Comments from the gemini-code-assist bot should not be taken as authoritative...
MASTODON
Cơ hội hợp tác: Dự án app video ngắn đang tìm lập trình viên Flutter và Backend để xây dựng MVP.
Cơ hội hợp tác: Dự án app video ngắn đang tìm lập trình viên Flutter và Backend để xây dựng MVP. Dự án giai đoạn sơ khai, hợp tác cổ phần (chưa có lương).#tuyendung #laptrinh #flutter #backend #mvp #h...
PUBDEV
decorated_flutter v0.51.4
(自家用) Common encapsulation of Flutter includes the implementation of BLoC pattern and other widget combination.
PUBDEV
tencent_conference_uikit v4.0.0
tencent_conference_uikit is a UIKit about audio&video room launched by Tencent Cloud.
PUBDEV
tencent_rtc_sdk v12.9.1
With Tencent-RTC, you can quickly develop cost-effective, low-latency, and high-quality interactive audio/video services.
MASTODON
In case you're wondering why your dartssh2 lib cannot connect to a legacy government FTP…
In case you're wondering why your dartssh2 lib cannot connect to a legacy government FTP server...Clone the dartssh2 repo and set allowMalformed to true in ssh_message.dart#dartlang #flutter
MASTODON
2025 in code!
2025 in code! 🚀📈 4,508 contributions🏆 Top 1% rank⭐ 259 stars earned🔥 Longest streak: 10 daysTop Language: Kotlin 🛠️Power Level: Super Saiyan 🔥Here’s to an even better 2026! 💻✨Follow me 👇https:...
PUBDEV
ethiopian_date_picker v0.0.5
A customizable Ethiopian date picker for Flutter with localization.
MASTODON
Another fun thing here is Dart running both in the editor and in your game (potentially *multiple* games) and trying to debug them.
Another fun thing here is Dart running both in the editor and in your game (potentially *multiple* games) and trying to debug them. Each instance of Dart will have to start a service isolate on a sepa...
MASTODON
When you instruct it to perform a hot reload, it does an incremental compilation to another dill…
When you instruct it to perform a hot reload, it does an incremental compilation to another dill named "main.dart.incremental.dill", copies that to devFS, then tells the Kernel service to reload sourc...
MASTODON
So, in researching a "correct" way for Godot Dart to do hot reload, I have gone down a rabbit hole…
So, in researching a "correct" way for Godot Dart to do hot reload, I have gone down a rabbit hole of how Flutter does it, and it's wild to me how it works when it seems like Dart supports hot reload ...