Fluent and some common Dart syntax
prefaceThe last time I wrote an article related to flutter was in July. Now flutter 2.5 has been officially released, and the official website has taken on a new look.So, don't wait. It's time to learn. Start recording some common syntax of dart in the development of fluent, which can help us get twice the result with half the effort.About Dart ...
Posted by FillePille on Sun, 28 Nov 2021 04:42:08 +0100
[fluent topic] explain AppBar widgets in detail
Hello, everyone. I am nuts. The official account is "nuts front end".
AppBar
The application bar is one of the most commonly used components in various applications. It can be used to hold search fields, buttons to navigate between pages, or just page titles. Because it is such a common component, fluent provides a function called ...
Posted by Dodon on Fri, 26 Nov 2021 02:52:01 +0100
Flutter imitates Netease cloud music: play the interface, and you can find a job after reading it
[external chain picture transfer failed. The source station may have anti-theft chain mechanism. It is recommended to save the picture and upload it directly (img-xxv5rz2b-1631251709878)( https://user-gold-cdn.xitu.io/2019/1/8/1682c515f06f92b1?imageslim )]
thinking
This interface is actually relatively simple to implement, which can be roughl ...
Posted by gtrufitt on Sun, 21 Nov 2021 02:26:09 +0100
Flutter adds more functions of drop-down refresh and slide up loading to the list
In actual apps, pull-down refresh and slide up loading are more common forms of interaction. In the Flutter, there is a Flutter_ The easyrefresh open source plug-in is used to implement pull-down refresh and slide up load. This article introduces stateful components and fluent_ The basic application of easyrefresh completes asynchronous data lo ...
Posted by Sgarissta on Fri, 19 Nov 2021 16:15:10 +0100
Fluent implements an illustrated list
List is the most common form in App. ListView is provided in fluent to implement the list. This article will implement a list with pictures and texts through ListView.
Interface layout analysis
The list to be implemented in this chapter is shown in the figure above. After we get the interface design draft, the first thing we do in UI devel ...
Posted by stewart on Thu, 18 Nov 2021 15:51:24 +0100
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
This time, solve the various pain points of fluent dialog!
prefaceQ: What's the most smelly thing you've ever smelled in your life?A: My rotten dream.Brother Meng!!! I'm here again!This time, I can confidently say to you: I finally brought you a pub package that can really help you solve many pit ratio scenes!Put the previous shuttle_ smart_ Dialog, on the basis of maintaining the stability of the api, ...
Posted by noiseusse on Wed, 03 Nov 2021 03:33:33 +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
flutter regular expressions such as mailbox, phone, web address, etc
Fluent regular expression processing
Usage scenario
When using fluent, you need to operate the phone, e-mail and web address in the string. The conventional writing method takes a lot of time and energy. Here, bloggers find a better plug-in to share with you. This is a gif of this plug-in. You can see that it has powerful functions. You can c ...
Posted by cypher235 on Sat, 09 Oct 2021 11:25:24 +0200