Urgent.News

What's breaking now, across thousands of outlets.

Tech

Flutter State Management: Riverpod vs Bloc in 2026

Two state management libraries, real production apps behind both. A criteria table, honest scores, and a decision rule you can apply to your own project. Every Flutter developer reaches the same junction within their first month: Riverpod or Bloc. I have been asked this question in some form for years, and I have shipped both — Riverpod in a consumer finance app, Bloc in a large enterprise…

Two state management libraries have stood the test of time in real production apps: Riverpod and Bloc. A criteria table, honest scores, and a decision rule are presented to help you decide which one is best for your project. Riverpod, a descendant of Provider, favors compile-time safety, easy testing, and native async handling. It scores 7.5/10 overall.

Bloc, on the other hand, embraces a structured approach with immutable states and explicit event handling. It scores 8/10 overall. The choice between Riverpod and Bloc depends on your team, app, and tolerance for structure. Riverpod is recommended as the flexible modern default for most apps and teams.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Weekly Cybersecurity Roundup; Week of August 28, 2026

Two alleged TeamPCP members were arrested in Australia, closing a supply-chain saga that ran all summer. A multi-agent AI framework conducted a near-autonomous government intrusion in Taiwan — the…

  • Two Australians, 21 and 23, arrested for supply-chain attacks
  • First publicly confirmed near-autonomous AI government intrusion in Taiwan
  • Citrix NetScaler CVE-2026-8452 exploited, web shells deployed

A fault model is not a flag

I have a small consensus tool. It takes votes on stdin, keeps per-topic state in a JSON file, and supports two algorithms: a Byzantine-fault-tolerant mode with a 2/3 weighted quorum, and a Multi-Paxos…

  • Fault model in consensus tool not a flag, leading to inconsistencies
  • BFT and Multi-Paxos algorithms operate on same durable state without coordination
  • Fix involves recording algorithm that wrote state, preventing split-brain scenarios

Open Source Isn't a Business Model Choice Anymore. It's the Only Option.

A few weeks ago, on the sidelines of an event at La Felicita (Station F), I got into a conversation with the CEO of Aiven about open-source business models.

  • Open-source is no longer a business model choice, but the only viable option.
  • Companies like MongoDB, Elastic, Redis, and HashiCorp relicensed to restrict community access.
  • ZizkaDB offers an alternative by running inside customers' own cloud environments.

More from Saturday 29 August →