Dart series: functions in dart language
cataloguebrief introductionParameters of functionmain functionAnonymous functionclosureReturn value of functionsummary
brief introduction
Function is the content of all programming languages. Whether object-oriented or process-oriented, function is a very important part. What is the difference between functions in dart and functions in java?
As ...
Posted by planetsim on Wed, 10 Nov 2021 13:28:00 +0100
[fluent] basic component [03] Scaffold
1. Write in front
stay Last article The Container component in Flutter is introduced in. Today, continue to learn the Scaffold component in the basic component of Flutter.
[collection of basic grammar]
[fluent] var, final and const in Dart are basically used
[fluent] num of Dart data type
[fluent] String of Dart data type
[fluent] Dart' ...
Posted by jstone3503 on Sat, 06 Nov 2021 19:21:25 +0100
[fluent] 02: Dart basic syntax
preface:
The environment has been configured. Next, learn the language developed by fluent, dart.
1, View Dart version
View dart location
2, Create Dart project
First create an empty
Select the project storage location.
Set the location of the sdk.
Set the Module name.
Open demo1.dart to see ...
Posted by bruckerrlb on Thu, 21 Oct 2021 22:55:44 +0200