A Flutter version of Wix.com (POC; veeeery simple Editor and Viewer 😜).
Setup your dev environment:
- Install everything Flutter needs https://flutter.dev/docs/get-started/install;
- Setup IDE https://flutter.dev/docs/get-started/editor.
Then perform flutter pub get and if everything is ok – run main.dart.
To run tests – run test.dart 😊.
In Editor you can add Components on a page, change an order of Components. Editor work in the same way in Web, iOS and Android.
Viewer can render what was configured by Editor on all platforms.

