endeavor 1.0.1 copy "endeavor: ^1.0.1" to clipboard
endeavor: ^1.0.1 copied to clipboard

Endeavor is a web framework written in Dart programming language and is inspired by frameworks like [Ruby on Rails](https://rubyonrails.org), and [Express Js](https://expressjs.com). The goal of Endea [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add endeavor

With Flutter:

 $ flutter pub add endeavor

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  endeavor: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:endeavor/endeavor.dart';
1
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Endeavor is a web framework written in Dart programming language and is inspired by frameworks like [Ruby on Rails](https://rubyonrails.org), and [Express Js](https://expressjs.com). The goal of Endeavor framework is to provide developers effectively build backends in Dart. Currently, Dart is mainly used for developing client-side apps using Flutter. Our idea is to use Dart language for developing server-side applications also.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

mime, path, watcher

More

Packages that depend on endeavor