NA embedded fluent page

Directory introduction 01.Android hosted shuttle container02. Outdated NA jump shuttle scheme03. Upgrade version NA to jump to Flutter processing04. How to handle NA jump parameter transfer05. Analysis of several problems encountered in thinking06. Crash when the shutter page is closed07.Android introduces the essence of fluent08.Flutter start ...

Added by TripleDES on Wed, 22 Dec 2021 10:07:48 +0200

dart series: smooth as silk, operating files and directories

brief introduction File operation is a very common operation in IO. Is it easy to operate files in dart language? In fact, dart provides two ways to read files, one is to read all files at once, and the other is to read files as streams. The disadvantage of one-time reading is that you need to load all the file contents into memory at one ...

Added by OnePlus on Mon, 20 Dec 2021 18:06:41 +0200

Learn more about Dio's CancelToken from the source code

The previous article talked about the use of Dio's CancelToken. This article analyzes how CancelToken can cancel network requests from the source code. Relevant contents are as follows: Implementation of CancelToken classCancelToken how to cancel a network request CancelToken class There is not much code for the CalcelToken class. We can dir ...

Added by char skd1 on Sun, 19 Dec 2021 21:43:45 +0200

Building a Mac environment for fluent

target Build an iOS development environment for Flutter under Mac Basic environment To install and run fluent, your development environment must meet the following minimum requirements: Operating system: MacOS (64 bit)Disk space: 700 MB (excluding Xcode or Android Studio disk space)Tools: fluent relies on the following command line tools ba ...

Added by eazyefolife on Sun, 19 Dec 2021 04:03:57 +0200

Actual combat development of fluent - navigation bar

This paper mainly realizes the switching effect between the bottom navigation bar and the top card through fluent 1, Bottom navigation bar There are many application scenarios in the bottom navigation bar, which are basically used by every app. It is often used for top-level page hosting after app login In fluent, the creation of t ...

Added by RogerInHawaii on Fri, 17 Dec 2021 22:27:43 +0200

flutter instant messaging chat pull-down refresh more message ideas and code implementation

1, Review of ideas First of all, the chat area is a scrollable interface as a whole. Our demand is to obtain a new chat record through the user's pull-down gesture and add it to the top of the original chat record to create a non sensory connection experience for the user. After loading or loading, the user should be prompted for information. ...

Added by ldtiw on Fri, 17 Dec 2021 10:56:05 +0200

The sudden end of the Flutter network request for Dio -- the application of CancelToken

Sweet date Programmer Xiao Ming is very happy today, because today is the first anniversary of his love with his girlfriend. As we all know, it is difficult for programmers to find girlfriends. Xiao Ming is currently the only programmer in their office, and has become the envy of many programmers. Xiao Ming's work efficiency is also very high ...

Added by ben.hornshaw on Thu, 16 Dec 2021 17:52:06 +0200

The first time the car starts in 2021, the fleet fair is officially open source, and more than 2 years of experience is a must

Design and thinking of fluent dynamic framework Fair Flutter dynamic framework Fair Document launch & open source countdown Fair is a Dart oriented framework. Although JavaScript is the "best language" in the world, we still choose Dart oriented rather than JS. There are two considerations: The framework community based on J ...

Added by richardk1 on Wed, 15 Dec 2021 03:04:53 +0200

[open source project sharing] a very simple and easy-to-use composite skeleton screen. Come and have a look!

Jetpack Compose is a new library released by Google at the 2009 Google I / O conference. It is a modern toolkit for building native Android UI. It has powerful tools and intuitive Kotlin API to simplify and accelerate UI development on Android. It can help developers create views with less and more intuitive code, have more powerful functions, ...

Added by kidintraffic on Wed, 15 Dec 2021 00:59:53 +0200

[fluent] wechat project practice [02] my interface construction

1. Write in front stay Last article Flutter's wechat actual combat project has been opened in, so let's continue to write the wechat actual combat project today, the construction of my interface! 2. What are you going to do today Last time, we built the basic framework of wechat. Today, we also built the switching of four pages. Today, we ...

Added by garethj on Thu, 09 Dec 2021 03:38:35 +0200