ashish_hello 1.0.3 ashish_hello: ^1.0.3 copied to clipboard
The flutter_sample_package is a versatile Flutter package designed to streamline and enhance your Flutter app development experience. It offers a collection of essential widgets, tools, and utilities [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ashish_hello
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
ashish_hello: ^1.0.3
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:ashish_hello/hello.dart';
import 'package:ashish_hello/hello_method_channel.dart';
import 'package:ashish_hello/hello_platform_interface.dart';