home_widget_vconnex 0.0.3
home_widget_vconnex: ^0.0.3 copied to clipboard
A plugin to provide a common interface for creating HomeScreen Widgets for Android and iOS by Vconnex.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add home_widget_vconnexWith Flutter:
$ flutter pub add home_widget_vconnexThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
home_widget_vconnex: ^0.0.3Alternatively, 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:home_widget_vconnex/home_widget_vconnex.dart';