//Here i will publish all the flutter programs from basic to intermediate once for all my friends who are kick-starting with flutter programming //I have introduce the basic program on flutter to understand how the flutter works. //you can see in my repository of flutter ,i have uploaded the dirt file. // basically flutter framework run on dart language. //sample code import'package:flutter/material.dart'; void main(){ runApp:RunApp( title:new Text("first_page")) home:child:new Text("hello world"), ) } //you can check using two platform andriod studio or visual studio code.
-
Notifications
You must be signed in to change notification settings - Fork 0
vrajraj/FLUTTER
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Here i will publish all the flutter programs from basic to intermediate once for all my friends who are kick-starting with flutter programming
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published