pulsar_web 0.2.1 copy "pulsar_web: ^0.2.1" to clipboard
pulsar_web: ^0.2.1 copied to clipboard

A lightweight frontend framework for Dart with HTML templates, CSS styles, reactivity and Jinja-like templating.

0.2.1 #

  • Changed Syntax for the inserts from {% insert "ComponentName" %} to
  • Changed the syntax for the ContentView slot from {% content %} to <@View />.
  • Changed the way to import Renderable elements into imports property-
  • Changed the way to define routes.

0.2.0 #

  • Removed the Registry class and Provider class because they ara no longer needed.
  • Classes hierarchy restructured to add the parent class Renderable. Now Component and View extends from Renderable.
  • Added View super class with LayoutView and ContentView as children.
  • Function runApp modified. It no longer receives a List
  • Added LayoutView, a class to handle the Layout for the views that needs persistante UI as a Navbar or a Footer.
  • Added ContentView, a class to handle a view that can be a main view or contained as the content of a LayoutView. It can be used as the main view in the runApp function.
  • Added Routing system for LayoutViews. The class Router can define all the possible routes for the Layout.

0.1.4 #

  • Fix for the components styleId escape characters.

0.1.3 #

  • Added universal_web instead of web package.
  • Added the disclaimer at the begining of the README file.
  • Added an example for better documentation.

0.1.2 #

  • Added support for pulsar_cli.

0.1.1 #

  • Added documentation to the classes and methods for a better understanding.

0.1.0 #

  • Added Provider for components and template inserts for reactive components.

0.0.2 #

  • Initial version.
2
likes
0
points
421
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight frontend framework for Dart with HTML templates, CSS styles, reactivity and Jinja-like templating.

Homepage
Repository (GitHub)
View/report issues

Topics

#web #frontend

License

unknown (license)

Dependencies

build_runner, jinja, shelf, shelf_static, universal_web

More

Packages that depend on pulsar_web