device_preview_module 1.1.0
device_preview_module: ^1.1.0 copied to clipboard
this is a module for juneflow, which provides a preview of the app on different devices using the device_preview package.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add device_preview_module
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
device_preview_module: ^1.1.0
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:device_preview_module/main.dart';
import 'package:device_preview_module/util/_/initial_app/build_app_widget/build_material_app/_.dart';
import 'package:device_preview_module/util/_/initial_app/build_app_widget/build_material_app/device_preview_module/_.dart';
import 'package:device_preview_module/util/_/initial_app/build_app_widget/build_my_app/_.dart';
import 'package:device_preview_module/util/_/initial_app/build_app_widget/build_my_app/device_preview_module/_.dart';
import 'package:device_preview_module/util/_/initial_app/build_app_widget/build_run_app/_.dart';
import 'package:device_preview_module/util/_/initial_app/build_app_widget/build_run_app/device_preview_module/_.dart';
import 'package:device_preview_module/util/_/initial_app/ready_functions/after_material_app/_.dart';
import 'package:device_preview_module/util/_/initial_app/ready_functions/after_material_app/device_preview_module/_.dart';
import 'package:device_preview_module/util/_/initial_app/ready_functions/before_material_app/_.dart';
import 'package:device_preview_module/util/_/initial_app/ready_functions/before_material_app/device_preview_module/_.dart';
import 'package:device_preview_module/util/_/initial_app/ready_functions/before_run_app/_.dart';
import 'package:device_preview_module/util/_/initial_app/ready_functions/before_run_app/device_preview_module/_.dart';
import 'package:device_preview_module/util/_/module_functions/device_preview_module/_.dart';
import 'package:device_preview_module/util/_/shared_params/_/material_app.dart';
import 'package:device_preview_module/util/_/shared_params/_/material_app_obj.dart';
import 'package:device_preview_module/util/_/shared_params/_/start_app_params.dart';
import 'package:device_preview_module/util/_/shared_params/device_preview_module/_.dart';
import 'package:device_preview_module/util/config/device_preview_module/_.dart';
import 'package:device_preview_module/util/config/global_imports.dart';
import 'package:device_preview_module/util/usage/device_preview_module/usage.dart';
import 'package:device_preview_module/util/usage/device_preview_module/usage_view.dart';