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

Programming template.

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.11.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_image_with_copy_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/vgk_common_utils.dart';
import 'package:vgkprogaming/utils/vgk_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_copy_widget/vgk_card_image_with_copy_widget.dart';
import 'package:vgkprogaming/widget/vgk_card_vertical_range_widget/vgk_card_vertical_range_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.dart';
import 'package:vgkprogaming/widget/vgk_sub_title_widget/vgk_sub_title_widget_with_animation.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';