jetleaf 1.0.0+1 copy "jetleaf: ^1.0.0+1" to clipboard
jetleaf: ^1.0.0+1 copied to clipboard

A comprehensive, enterprise-grade Dart backend framework that brings Spring-like dependency injection, configuration management, and application lifecycle to Dart server-side development.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jetleaf

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

dependencies:
  jetleaf: ^1.0.0+1

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

Import it

Now in your Dart code, you can use:

import 'package:jetleaf/jetleaf.dart';
1
likes
130
points
57
downloads

Publisher

verified publisherjetleaf.hapnium.com

Weekly Downloads

A comprehensive, enterprise-grade Dart backend framework that brings Spring-like dependency injection, configuration management, and application lifecycle to Dart server-side development.

Homepage
Repository (GitHub)
View/report issues

Topics

#dart-backend #ioc #dependency-injection #configuration-management #application-framework

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

jetleaf_convert, jetleaf_core, jetleaf_env, jetleaf_lang, jetleaf_logging, jetleaf_pod, jetleaf_utils, meta

More

Packages that depend on jetleaf