Open in app
Home
Notifications
Lists
Stories

Write
Berkesaritas
Berkesaritas

Home

Apr 10

Flutter What is setState() ?

SetState import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({Key? key}) : super(key: key); // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', theme: ThemeData( // This is the theme of your application. // //…

Flutter

5 min read

Flutter What is setState() ?
Flutter What is setState() ?

Apr 10

Use Flutter in Visual Studio Code

Hello , What is Visual Studio Code ? Visual Studio Code is a source code editor developed by Microsoft for Windows, Linux and MacOS. Why I am writing this post ? Because , I don’t like Android Studio.If you read this post I think you agree with me :) Step 1 : Install Flutter Extensions in Vs Code If…

Flutter

2 min read

Use Flutter in Visual Studio Code
Use Flutter in Visual Studio Code

Apr 10

What is “Flutter” ?

Flutter is an open source UI development kit created by Google. It is used to develop apps for Android, iOS, Windows, Mac, Linux and the web.

Flutter

1 min read

What is “Flutter” ?

Flutter is an open source UI development kit created by Google. It is used to develop apps for Android, iOS, Windows, Mac, Linux and the web.

--

--

Berkesaritas

Berkesaritas

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable