Posts List

All

How to use implicit animations in Flutter

How to use implicit animations in Flutter  1. Introduction Many widgets can help manage the animation in Flutter, and these widgets can be called implicit animation widgets. So the implicit animation widget starts with Animated in Flutter. These are pre-programmed animations where you don’t need to write the animation code yourself. Instead, you only need...

How to support multiple appsettings in asp.net 8

1. Introduction Most of time, we need to publish a .Net Core project to difference environment with corresponding configuration, so we should something config files like below appsettings.dev.json appsettings.uat.json appsettings.demo.json appsettings.prod.json by default, .Net program only get the configuration value from appsettings.json, so how can we read the specified configuration from these files? and how...

Use Drift for ORM in Flutter

1. Introduction Drift is a powerful database library for Dart and Flutter applications. To support its advanced capabilities like type-safe SQL queries, verification of out database and migrations, it uses a builder and command-line tooling that runs at compile-time.

Use the powerful theme framework in GetX

1. Introduction FlexColorScheme is a very powerful theme framework for Flutter, there is complete documentation and tutorials, and there are many existing themes that can be used, you also can design your theme online. FlexColorScheme is at its core an advanced ThemeData factory. It makes customization of ThemeData simpler. It does not expose everything you...

How the GetX easy to use in Flutter

1. Introduction Flutter is a powerful and cross-platform mobile app development framework, it’s easy to learn and build a nice user interface. But, if you are an experienced c#/Java programmer (it’s me~ ha ha), maybe you will be a little uncomfortable, because Flutter is a reactive programming framework, reactive programming is a declarative programming paradigm...
Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Thank you so much!