Home > Software engineering >  Web framework for Dart, does one exists?
Web framework for Dart, does one exists?

Time:03-20

The dart web seems to be more focused on as a tool rather than a framework itself. With DOM controls and low-level web programming.

Is there a Framework (like Angular, React, GWT[Java], etc.) with Dart for the web? With concepts like Models, Components, Views, Pages, or something similar.

The closest thing I found is the AngularDart project.

CodePudding user response:

Flutter supports web (as well as other platforms):

https://flutter.dev/multi-platform/web

CodePudding user response:

You can use Angular Dart
This is the documentation for Angular Dart

or

Flutter Web
Hear is the documentation for flutter web

  •  Tags:  
  • dart
  • Related