vgkprogaming 0.1.2 copy "vgkprogaming: ^0.1.2" to clipboard
vgkprogaming: ^0.1.2 copied to clipboard

outdated

A new Flutter package project.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vgkprogaming

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

dependencies:
  vgkprogaming: ^0.1.2

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:vgkprogaming/model/vgk-card-horizontal-model.dart';
import 'package:vgkprogaming/model/vgk-card-horizontal-sub-model.dart';
import 'package:vgkprogaming/model/vgk-card-horizontal-with-popup-model.dart';
import 'package:vgkprogaming/model/vgk-card-vertical-top-bottom-content-model.dart';
import 'package:vgkprogaming/model/vgk-drop-down-map-model.dart';
import 'package:vgkprogaming/theme/vgk-shared-theme.dart';
import 'package:vgkprogaming/utils/convertors.dart';
import 'package:vgkprogaming/vgk_progaming.dart';
import 'package:vgkprogaming/widget/vgk-alert_widget/vgk-alert-style.dart';
import 'package:vgkprogaming/widget/vgk-alert_widget/vgk-alert_widget.dart';
import 'package:vgkprogaming/widget/vgk-alert_widget/vgk-animation-transition.dart';
import 'package:vgkprogaming/widget/vgk-alert_widget/vgk-constants.dart';
import 'package:vgkprogaming/widget/vgk-alert_widget/vgk-dialog-button.dart';
import 'package:vgkprogaming/widget/vgk-app-bar/vgk-app-bar.dart';
import 'package:vgkprogaming/widget/vgk-card-horizontal-widget/vgk-card-horizontal-content-widget.dart';
import 'package:vgkprogaming/widget/vgk-card-horizontal-widget/vgk-card-horizontal-widget.dart';
import 'package:vgkprogaming/widget/vgk-card-horizontal-with-popup-widget/vgk-card-horizontal-with-popup-content-widget.dart';
import 'package:vgkprogaming/widget/vgk-card-horizontal-with-popup-widget/vgk-card-horizontal-with-popup-widget.dart';
import 'package:vgkprogaming/widget/vgk-card-horizontal-with-sub-widget/vgk-card-horizontal-with-sub-content-widget.dart';
import 'package:vgkprogaming/widget/vgk-card-horizontal-with-sub-widget/vgk-card-horizontal-with-sub-widget.dart';
import 'package:vgkprogaming/widget/vgk-card-vertical-top-bottom-content-widget/vgk-card-vertical-top-bottom-content-widget.dart';
import 'package:vgkprogaming/widget/vgk-drawer-widget/vgk-drawer-widget.dart';
import 'package:vgkprogaming/widget/vgk-drawer-widget/vgk-home-drawer.dart';
import 'package:vgkprogaming/widget/vgk-loading-widget/vgk-loading-widget.dart';
import 'package:vgkprogaming/widget/vgk-range-widget/vgk-range-widget.dart';
import 'package:vgkprogaming/widget/vgk-sub-title-widget/vgk-sub-title-widget-with-animation.dart';
import 'package:vgkprogaming/widget/vgk-sub-title-widget/vgk-sub-title-widget.dart';
import 'package:vgkprogaming/widget/vgk-title-widget/vgk-title-widget.dart';
import 'package:vgkprogaming/widget/vgk-title-widget/vgk-title-with-animation-widget.dart';