Tag

Fair 2.0

0 views collected around this technical thread.

58 Tech
58 Tech
Sep 9, 2021 · Mobile Development

Fair 2.0 Layout DSL Generation Principles

This article explains how the Fair 2.0 framework parses Dart source code into an AST, transforms the AST into a domain‑specific layout DSL, and handles variables, expressions, and method caching to enable dynamic UI updates in Flutter applications.

ASTDSLFair 2.0
0 likes · 11 min read
Fair 2.0 Layout DSL Generation Principles
58 Tech
58 Tech
Sep 7, 2021 · Mobile Development

Dynamic Logic Communication Implementation in Fair 2.0

This article explains the architecture, communication protocols, JS loading/unloading, data binding, message dispatch, and third‑party extensions of the Fair 2.0 dynamic framework for Flutter, providing detailed code examples and design principles for integrating Dart, JS, and native layers.

Dart-JS CommunicationDynamic FrameworkFair 2.0
0 likes · 12 min read
Dynamic Logic Communication Implementation in Fair 2.0