Giter Site home page Giter Site logo

metaflutter's Introduction

metaflutter's People

Contributors

deven98 avatar viztushar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

metaflutter's Issues

Gradle issue

i can't run the app.
any suggestions
BUILD FAILED in 1s
Command: /root/Documents/MetaFlutter-master/android/gradlew app:properties

Finished with error: Please review your Gradle project setup in the android/ folder.

Long Widget proprieties list

as in the widget_structure_screen it list all the proprieties of the widget since we may add some other prosperities it look kinda long and boring.
any ideas about it or it is ok to add other proprieties for now

Events

This is a cool architecture.
Data driven GUI.

What's your game plan for handling events, post backs to server and pre validation ?

With darts new FFI I was thinking about adding a WASM or JS plugin that is an interpreter. What do you think ?

how does the proprities change values

how does onvaluechanged works?

`class Property extends StatefulWidget {
  final PropertyType type;
  final ValueChanged onValueChanged;
  final currentValue;
  final WidgetType widgetType;

  Property(this.type, this.onValueChanged,
      {this.currentValue, this.widgetType,});

  @override
  _PropertyState createState() => _PropertyState();
}`

i have added border radius for containers like this :

`    this.params = {
      "width": "0.0",
      "height": "0.0",
      "radius":["0.0","0.0","0.0","0.0"],
    };`

and on the propriety file like this:

` case PropertyType.radius:
        return Row(
          children: <Widget>[
            Flexible(
              child: TextField(
                decoration: InputDecoration(
                  border: OutlineInputBorder(),
                  labelText: "TopLeft",
                ),
                controller: SelectingTextEditingController(
                    text: widget.currentValue[0].toString()),
                onChanged: widget.onValueChanged,
                keyboardType: TextInputType.numberWithOptions(
                    signed: true, decimal: true),
              ),
            ),
            Flexible(
              child: TextField(
                decoration: InputDecoration(
                  border: OutlineInputBorder(),
                  labelText: "TopRight",
                ),
                controller: SelectingTextEditingController(
                    text: widget.currentValue[1].toString()),
               onChanged: (String t){
                  setState(() {
                    p
                  });
               },
                keyboardType: TextInputType.numberWithOptions(
                    signed: true, decimal: true),
              ),
            ),

          ],
        );`

i added only two for test and it is like the two text feilds are merged the value still apply but changing it doesn't work properly.

Save Projects

do you guys agree to adding a database for saving layouts, it is really frustrating losing everything and you have to go all over from zero

path may not be null or empty string. path='null'

  • Error running Gradle:
    ProcessException: Process "E:\FlutterProjects\MetaFlutter-1.1\android\gradlew.bat" exited abnormally:

FAILURE: Build failed with an exception.

  • Where:
    Build file 'E:\FlutterProjects\MetaFlutter-1.1\android\app\build.gradle' line: 54

  • What went wrong:
    A problem occurred evaluating project ':app'.

path may not be null or empty string. path='null'

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 2s
Command: E:\FlutterProjects\MetaFlutter-1.1\android\gradlew.bat app:properties

i think that the keystoreProperties is not founded

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.