Skip to content

vsavkin/SimpleMVP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VINT

VINT is a library for building single-page applications in Dart. It helps structure your application by providing the following components:

  • Evented models and lists for representing domain concepts
  • Storages and repositories for managing persistence
  • Presenters for encapsulating interactions with the DOM
  • Validators, Event Bus, and more

INSTALLATION

Add the VINT dependency to your project’s pubspec.yaml.

name: my_project
dependencies:
  vint: any

And run pub install.

READ MORE

http://www.vintdart.com

About

VINT is a library for building single-page applications in Dart.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published