adp_mobile_preview 0.0.1 copy "adp_mobile_preview: ^0.0.1" to clipboard
adp_mobile_preview: ^0.0.1 copied to clipboard

A simple tool for previewing the mobile app on desktop as an emulator.

A simple tool for previewing the mobile app on desktop as an emulator. This can be useful for developers who want to test their mobile applications on desktop environments, without needing to run them to actual mobile devices.

IOS Android
IOS Android
AdaptiveMobilePreview(
  type: adaptiveValue(
    ios: () => DevicesType.iOS.iPhone13ProMax,
    android: () => DevicesType.android.samsungGalaxyNote20,
  ),
  child: AdpApp(
    home: YourHomePageWidget(),
  ),
);
1
likes
150
points
0
downloads

Publisher

verified publisheradpui.blogspot.com

Weekly Downloads

A simple tool for previewing the mobile app on desktop as an emulator.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

device_frame, flutter, window_manager

More

Packages that depend on adp_mobile_preview