You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-en.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,17 @@
13
13
14
14
---
15
15
16
-
Fair is a lightweight package for Flutter, which can be used to update widget tree dynamically. This package is still at an early stage.
16
+
Fair is a lightweight package for Flutter, which can be used to update widget tree and state dynamically. This package is still at an early stage.
17
17
18
-
We create Fair so we can dispatch UI changes to users as bundle(s), the way similar to React Native. With Flutter Fair integrated, you can publish your UI pages without waiting for the next release date of your App. Fair provides standard widget, it can be used as a new dynamic page or as part of existing Flutter page.
18
+
We create Fair so we can dispatch any pages changes to users as bundle(s) and JS, the way similar to React Native. With Flutter Fair integrated, you can publish your pages without waiting for the next release date of your App. Fair provides standard widget and some logic plugins, it can be used as a new dynamic page or as part of existing Flutter page.
Fair is a dynamic framework designed for Flutter, which enables projects to dynamically update Widget Tree and State through the automatic conversion of native Dart source files through the Fair Compiler tool.
0 commit comments