unify_uni_page 0.0.8+bugfix1 copy "unify_uni_page: ^0.0.8+bugfix1" to clipboard
unify_uni_page: ^0.0.8+bugfix1 copied to clipboard

A lightweight Flutter library for seamless integration of native pages using PlatformView. Provides a unified UniPage interface for Android and iOS, enabling easy embedding of native views in Flutter apps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add unify_uni_page

With Flutter:

 $ flutter pub add unify_uni_page

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  unify_uni_page: ^0.0.8+bugfix1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:unify_uni_page/unify_uni_page.dart';
0
likes
0
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter library for seamless integration of native pages using PlatformView. Provides a unified UniPage interface for Android and iOS, enabling easy embedding of native views in Flutter apps.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on unify_uni_page

Packages that implement unify_uni_page