Dart / Flutter

In the flutter development machine use the following code snippet to import package.

dart pub add dnotifier 
OR (with Flutter)
flutter pub add dnotifier 
import 'package:dnotifier/dnotifier.dart';

Last updated