scaffoldio 0.0.9 copy "scaffoldio: ^0.0.9" to clipboard
scaffoldio: ^0.0.9 copied to clipboard

A premium project scaffolding tool for Flutter by Hiren Makwana. Build high-quality Ecommerce and Service apps in seconds.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate scaffoldio

Use it

The package has the following executables:

$ scaffoldio

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add scaffoldio

With Flutter:

 $ flutter pub add scaffoldio

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

dependencies:
  scaffoldio: ^0.0.9

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:scaffoldio/scaffoldio.dart';
3
likes
160
points
328
downloads

Publisher

unverified uploader

Weekly Downloads

A premium project scaffolding tool for Flutter by Hiren Makwana. Build high-quality Ecommerce and Service apps in seconds.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args

More

Packages that depend on scaffoldio