51. Widgets of fluent are shared across components (Provider)

In the development of fluent, state management is an eternal topic. The general principle is: if the state is private to the component, it should be managed by the component itself; If the state is to be shared across components, it should be managed by the common parent element of each component. It is easy to understand the state management o ...

Added by premiso on Fri, 28 Jan 2022 09:46:35 +0200

Use BLOC mode to build your Flutter project

Original text: Use BLOC mode to build your Flutter projectHey, man! I came back with another new article about Flutter. This time, we will discuss and demonstrate "how to build the Flutter project". In this way, you can easily maintain, expand and test your fluent project. Before delving into practical topics, I would like to share a ...

Added by Alffallen on Wed, 26 Jan 2022 01:34:55 +0200

Flutter entry series - flutter air safety

What is empty security?? Under what circumstances is it safe to use empty space? What version? Since Flutter 2, Flutter has enabled null security by default in the configuration. By incorporating null checking into the type system, these errors can be caught during the development process, so as to prevent the crash caused by the reproduction ...

Added by mullz on Tue, 25 Jan 2022 10:47:47 +0200

Research on Reverse Technology of fluent app

Introduction to Flutter Flutter is a mobile application development framework launched and open-source by Google, focusing on cross platform, high fidelity and high performance. Developers can develop apps through Dart language, and a set of code can run on iOS and Android platforms at the same time. Flutter provides rich components and in ...

Added by fxmzb123 on Mon, 24 Jan 2022 22:36:50 +0200

Create an animated screen in the shutter

original texthttps://medium.com/@baran.asl...codehttps://github.com/ducafecat/...reference resourceshttps://pub.flutter-io.cn/pac...https://pub.flutter-io.cn/pac...https://pub.flutter-io.cn/pac...textHello everyone, today I want to show you how to create an animation screen in fluent, like this;Install dependenciesYou can pub.dev Get dependenci ...

Added by artweb on Sat, 22 Jan 2022 23:50:25 +0200

Fluent frame analysis Constraint

1. Preface stay Fluent framework analysis (IV) - RenderObject In this article, we briefly introduced the core rules of RenderObject layout in fluent. Constraint is down, Size is up, and the parent node sets the position of this node. In this article, we will analyze this rule in detail. 2. Analysis of layout principles The core rules of Rend ...

Added by tet3828 on Sat, 22 Jan 2022 23:45:33 +0200

Create an animated screen in the shutter

[the external chain image transfer fails. The source station may have an anti-theft chain mechanism. It is recommended to save the image and upload it directly (img-bkqsqvki-164263681111)( https://ducafecat.tech/2022/01/21/2022/create-an-animation-screen-in-flutter/2022-01-20-07-40-53.png )] original text https://medium.com/@baran.aslankan ...

Added by phpwannabe25 on Sat, 22 Jan 2022 12:38:12 +0200

fish_ Detailed explanation of Redux use --- it will be used after reading!

To tell you the truth, this article has been revised many times. If you read this article carefully, you won't write fish_redux, please spray me in the comments. preface Come and learn the hard fish_redux framework, the official document of this framework is really more than fluent_ There are too many documents on the official website of bloc ...

Added by gcussi on Sat, 22 Jan 2022 05:25:12 +0200

37. TabBarView component of fluent

TabBarView is a Tab layout component provided in the Material component library. It is usually used with TabBar. TabBarView TabBarView encapsulates PageView, and its construction method is very simple TabBarView({ Key? key, required this.children, // tab page this.controller, // TabController this.physics, this.dragStartBehavior ...

Added by phice on Thu, 20 Jan 2022 17:49:49 +0200

flutter imitates Netease cloud music

gitee project address     github project address If you like, please click star Let's talk about the player selection of the project today Check out pub The main player plug-ins on dev are audioplayers and just_audio Mention the configuration of android and ios android AndroidManifest.xml <manifest xmlns:android="http://schemas.andr ...

Added by guidance on Wed, 19 Jan 2022 08:06:34 +0200