omni_platform 0.3.0 copy "omni_platform: ^0.3.0" to clipboard
omni_platform: ^0.3.0 copied to clipboard

discontinued

A package that integrates the declarative and pragmatic instruments provided by the packages virtual_platform and physical_platform.

Welcome to omni_platform, a package that simplifies the cross-platform development process by providing a virtual platform than can be changed at runtime, virtual platform instruments and physical platform instruments.

omni_platform integrates the packages virtual_platform and physical_platform, without adding any extra functionality. This way you only need to declare one package in your pubspec.yaml.

Getting started #

You need to add omni_platform to your dependencies.

dependencies:
  omni_platform: ^latest # replace latest with version number

Next, you have to import package:omni_platform/omni_platform.dart.

Usage #

Platforms and platform groups #

Platform appleSystems mobileSystems desktopSystems
android
ios
linux
macos
windows
web
fuchsia

Priority order: from left to right.

1
likes
150
pub points
4%
popularity

Publisher

verified publishermanuelplavsic.ch

A package that integrates the declarative and pragmatic instruments provided by the packages virtual_platform and physical_platform.

Repository (GitLab)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, physical_platform, virtual_platform

More

Packages that depend on omni_platform