dartness_server 0.6.1 copy "dartness_server: ^0.6.1" to clipboard
dartness_server: ^0.6.1 copied to clipboard

Dartness is a framework for building efficient, scalable dart server-side applications. It provides an easy and quick way to develop modern standalone server.

0.0.0 #

  • Initial version.

0.1.0-alpha #

0.3.0-alpha #

  • Created Get, Post, Put, Delete, Head, Options, and Trace methods.
  • Created Header annotation.
  • Created Body annotation.
  • Created QueryParam annotation.
  • Created PathParam annotation.

0.4.0-alpha #

  • Removed dart:mirrors in order to be able to compile and bring stability to the framework
  • Created dartness_generator

0.4.3-alpha #

  • Added @Headers

0.4.4-alpha #

  • Updated dependencies

version: 0.4.5-alpha #

  • Updated dart sdk to 3.0.0

0.5.0-alpha #

  • Easiest way of creating an app by @Application annotation and modules

0.5.1-alpha #

  • Dependency injection by name
  • Custom instance by useFactory in ProviderMetadata
  • Added @Inject annotation

0.6.0 #

  • Added https exceptions

0.6.1 #

  • Fixed error with QueryParam as a List
10
likes
120
pub points
32%
popularity

Publisher

unverified uploader

Dartness is a framework for building efficient, scalable dart server-side applications. It provides an easy and quick way to develop modern standalone server.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

collection, injector, shelf, shelf_plus, shelf_router

More

Packages that depend on dartness_server