In order to update the position of the widgets we choose a grid implementation.
A user can specify for a widget to have x and y location properties and width and height properties that map to the places they take in the grid (so not in px but int in grid).
In order to update the position of the widgets we choose a grid implementation.
A user can specify for a widget to have x and y location properties and width and height properties that map to the places they take in the grid (so not in px but int in grid).
https://github.com/uberVU/grid looks nice.
I will try to implement the jQuery part features in Dart and make use of the core logic that is in the non-jQuery part.