endeavor 1.0.1 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';