Skip to content

Instantly share code, notes, and snippets.

@furkantoptass
Created April 16, 2021 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save furkantoptass/42e93be0ba046d99c9ce918706bc16ca to your computer and use it in GitHub Desktop.
Save furkantoptass/42e93be0ba046d99c9ce918706bc16ca to your computer and use it in GitHub Desktop.
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false, //Bu kod eklenerek etiket kaldırılabilir.
...
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment