dartshine 1.0.3 copy "dartshine: ^1.0.3" to clipboard
dartshine: ^1.0.3 copied to clipboard

A web framework which aims to have a clear, clean syntax.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dartshine

Use it

The package has the following executables:

$ dartshine

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartshine

With Flutter:

 $ flutter pub add dartshine

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

dependencies:
  dartshine: ^1.0.3

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:dartshine/dartshine.dart';
3
likes
110
points
28
downloads

Publisher

verified publisherzoubheir.com

Weekly Downloads

A web framework which aims to have a clear, clean syntax.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

mime, path, sqlite3

More

Packages that depend on dartshine