Skip to content

Repository files navigation

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(),
  ),
);

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages