wed 0.0.6 copy "wed: ^0.0.6" to clipboard
wed: ^0.0.6 copied to clipboard

Platformweb

A web Dart framework, to create declarative UIs.

0.0.6 #

General #

  • update README.md file:
    • update example and initial documentation.
  • update classes documentations.

Components #

  • update Component class:
    • create setState method.
    • create build method.
    • update constructor.
  • create GlobalProps class:
  • create Tags enum with supported html tags.
  • update Div, Button and Span components and their props classes:
    • update in classes and props:
      • add styles property.
      • add classes property.
      • add id property.
      • add tag property.

Css #

  • create Css types props:
    • BorderRadius
    • Display
    • Cursor
    • EdgeInsets: Padding and Margin.
    • TextAlign
  • create Css style helpers:
    • DisplayFlex
    • Units:
      • Units.px
      • Units.none
      • Units.rem
      • Units.vh
      • Units.vw
      • Units.percent

0.0.4 #

  • Added DivProps class.
  • Added BorderRadius class css type.
  • Update README.md file.
  • Update lib example.

0.0.3 #

  • Update README.md file.

0.0.2 #

  • Added Div component.
  • Added Button component.
  • Added renderApp function.
  • Added CssBaseStyle class.
  • Added ComponentBaseProps class.
  • Added ButtonProps class.
  • Refactor README.md file.
  • New LICENSE file.

0.0.1 #

  • Initial version.
9
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A web Dart framework, to create declarative UIs.

Homepage

Documentation

API reference

License

MIT (license)

More

Packages that depend on wed