My app’s label name is Inshorts Clone, but instead of showing Inshorts Clone, it is showing Flutter Demo in recent apps.
Suggest me a way to change ‘Flutter Demo’.
Here is a screenhot of it => screenshot
>Solution :
In main.dart
MaterialApp(
debugShowCheckedModeBanner: false,
title: 'Flutter Demo', // change to Inshorts Clone
you can change name accordingly