vgkprogaming 0.7.5 copy "vgkprogaming: ^0.7.5" to clipboard
vgkprogaming: ^0.7.5 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.7.5

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-about-us-model.dart';
import 'package:vgkprogaming/model/vgk-basic-setting.dart';
import 'package:vgkprogaming/model/vgk-card-horizontal-model.dart';
import 'package:vgkprogaming/model/vgk-card-horizontal-with-popup-model.dart';
import 'package:vgkprogaming/model/vgk-card-horizontal-with-sub-model.dart';
import 'package:vgkprogaming/model/vgk-card-image-widget-model.dart';
import 'package:vgkprogaming/model/vgk-card-vertical-top-bottom-content-model.dart';
import 'package:vgkprogaming/model/vgk-damage-model.dart';
import 'package:vgkprogaming/model/vgk-drop-down-map-model.dart';
import 'package:vgkprogaming/model/vgk-map-content.dart';
import 'package:vgkprogaming/model/vgk-map-detail.dart';
import 'package:vgkprogaming/model/vgk-map-details-model.dart';
import 'package:vgkprogaming/model/vgk-map-element.dart';
import 'package:vgkprogaming/model/vgk-short-to-kill-list-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-about-us-widget/vgk-about-us-widget.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-image-widget/vgk-card-image-widget.dart';
import 'package:vgkprogaming/widget/vgk-card-image-with-bottom-widget/vgk-card-image-with-bottom-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-common-widget/vgk-common-widget.dart';
import 'package:vgkprogaming/widget/vgk-damage-widget/vgk-best-attachment-set-list.dart';
import 'package:vgkprogaming/widget/vgk-damage-widget/vgk-hit-to-kill-canvas-widget.dart';
import 'package:vgkprogaming/widget/vgk-damage-widget/vgk-range-details.dart';
import 'package:vgkprogaming/widget/vgk-damage-widget/vgk-short-to-kill-list-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-feedback-widget/vgk-feedback-widget.dart';
import 'package:vgkprogaming/widget/vgk-loading-widget/vgk-loading-widget.dart';
import 'package:vgkprogaming/widget/vgk-map-widget/vgk-map-info.dart';
import 'package:vgkprogaming/widget/vgk-map-widget/vgk-map-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';