shelf_modular 2.1.0 copy "shelf_modular: ^2.1.0" to clipboard
shelf_modular: ^2.1.0 copied to clipboard

Smart project structure with dependency injection and route management

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add shelf_modular
copied to clipboard

With Flutter:

 $ flutter pub add shelf_modular
copied to clipboard

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

dependencies:
  shelf_modular: ^2.1.0
copied to clipboard

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:shelf_modular/shelf_modular.dart';
copied to clipboard
34
likes
150
points
123
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.05 - 2025.04.19

Smart project structure with dependency injection and route management

Repository (GitHub)
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

http_parser, meta, mime, modular_core, shelf, shelf_web_socket, web_socket_channel

More

Packages that depend on shelf_modular