device_preview_module 1.1.0 copy "device_preview_module: ^1.1.0" to clipboard
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';
1
likes
95
points
83
downloads

Publisher

unverified uploader

Weekly Downloads

this is a module for juneflow, which provides a preview of the app on different devices using the device_preview package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

device_preview, flutter, go_router, june_flow_util

More

Packages that depend on device_preview_module