Moshe Dicker
Moshe Dicker
I find this proposal very compelling. It looks amazing from a Flutter perspective. I'm just wondering if any other language has such a syntax.
@Wdestroier That would make all widgets not be `const` and `child` not to be final. @mraleph If we just threw out `const` would this make Flutter apps slower? Would it...
@lrhn > ```dart > Center()::child: > DecoratedBox(color: .red):: child: > Text(theText) > ``` > > or > > ```dart > Center() > :::child: DecoratedBox(color: .red) > :: child: Text(theText) >...
@orestesgaolin Let's not get caught up on semantics yet, we don't know if dads letting us get a dog so don't start coming up with names for him yet
Need more code to reproduce this
> I was use your example code We have lots of example code. I'm gonna need more info to help you
`sqlite3_flutter_libs` should be removed. `drift_flutter` includes it automatically. I'm assuming there is some clashing going on.
@simolus3 Why don't we add distinct automatically? People can use `db.tableUpdates` if they just want to listen for any changes.
``` { "foo": "string", "duplicated_optional": 0, "duplicated_required": 0, "bar": "string", "baz": "string" } ``` It combines the ModelA (duplicated_optional,duplicated_required,foo), ModelB (duplicated_required, duplicated_optional, bar) and whatever is in the properties (baz)....
> I would probably advise publishing a fork first I would rather not publishing a package on pub that I do not plan on maintaining.