Flutter web: Change page titles dynamically
When we run the flutter web app on the tab of the browser we see “Flutter Demo” by default, But we can change it through MaterialApp Widget like this.
MaterialApp(
title: 'My App',
color: Colors.red,
theme: ThemeData(
primar...
hallucinations-in-llms-101-part-i.hashnode.dev1 min read