dghub_picker 0.0.5 copy "dghub_picker: ^0.0.5" to clipboard
dghub_picker: ^0.0.5 copied to clipboard

Min Thant Htet.

DGHub Studio #

Buy Me a Coffee #

Buy Me A Coffee

Pub

What is #

Easy language package. Check example folder.

Installation #

In the dependencies: section of your pubspec.yaml, add the following line:

dependencies:
  dghub_picker: <latest_version>

Import package #

import 'package:dghub_picker/dghub_picker.dart';

  DGHubCurrencyPickerButton(result: (r) {});

  DGHubIconPickerButton(result: (r) {});

  DGHubImagePickerSingle(resultPath: (r) {}, resultBytes: (f) {});

  DGHubColorPickerButton(title: 'Background', result: (r) {});

  • Package created by Min Thant Htet