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

Demonstrates how to use the hello plugin.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hello_example

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

dependencies:
  hello_example: ^1.0.0+1

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

Import it

Now in your Dart code, you can use:

import 'package:hello_example/main.dart';
0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

Demonstrates how to use the hello plugin.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

cupertino_icons, flutter

More

Packages that depend on hello_example