2026-02-08 dotnet-10cryptographysecurity .NET 10 Post-Quantum Cryptography: ML-KEM, ML-DSA, and SLH-DSA .NET 10 adds native support for post-quantum cryptography algorithms ML-KEM, ML-DSA, and SLH-DSA, preparing your applications for a quantum-resistant future.
2026-02-08 dotnetcsharpperformance Polars.NET: a Rust DataFrame engine for .NET 10 that leans on LibraryImport A new Polars.NET project is trending after a Feb 6, 2026 community post. The headline is simple: a .NET-friendly DataFrame API backed by Rust Polars, with a stable C ABI and LibraryImport-based interop to keep overhead low.
2026-02-08 flutterdartdebugging Flutter: Droido 1.2.0 is a debug-only network inspector with zero release impact Droido 1.2.0 landed on Feb 8, 2026 as a debug-only network inspector for Flutter. The interesting part is not the UI. It is the packaging story: keep a modern inspector in debug builds while ensuring release builds remain clean, small, and unaffected.
2026-02-07 dartflutter biometric_signature 10.0.0: `simplePrompt()` is the feature, new `BiometricError` values are the real breaking change (Flutter 3.x) biometric_signature 10.0.0 adds simplePrompt() and new BiometricError values. Here is how to handle the breaking change and future-proof your Flutter 3.x auth flows.
2026-02-07 dotnetwindows .NET Framework 3.5 Goes Standalone on New Windows Builds: What Breaks Starting with Windows 11 Build 27965, .NET Framework 3.5 is no longer an optional Windows component. Here is what breaks in CI, provisioning, and golden images, and how to fix it.
2026-02-07 dotnetfluttersqlite TrailBase v0.23.7: A Single-Binary Firebase Alternative for .NET 10 and Flutter TrailBase is an open-source, single-executable backend built on Rust, SQLite, and Wasmtime. Version 0.23.7 ships UI fixes and improved error handling.
2026-01-23 flutter Debugging Flutter iOS from Windows: a real device workflow (Flutter 3.x) A pragmatic workflow for debugging Flutter iOS apps from Windows: offload the build to macOS in GitHub Actions, install the IPA on a real iPhone, and use flutter attach for hot reload and DevTools.
2026-01-23 flutter Flutter Particles 2.0.2: a quick tour (and a tiny integration snippet) on Flutter 3.x particles_flutter 2.0.2 adds particle shapes, rotation, boundary modes, and emitters. A quick tour of what changed and a tiny integration snippet for Flutter 3.x projects.
2026-01-23 dotnet NuGet “become owner” request spam: what to do (and what to lock down) in .NET 9/.NET 10 Defend your .NET packages against NuGet ownership request spam. Lock files, Package Source Mapping, and Central Package Management practices for .NET 9 and .NET 10.
2026-01-23 aspnetdotnetdotnet-10 Scalar in ASP.NET Core: why your Bearer token is ignored (.NET 10) If your Bearer token works in Postman but not in Scalar, the problem is likely your OpenAPI document. Here is how to declare a proper security scheme in .NET 10.