unify_uni_page 0.0.4
unify_uni_page: ^0.0.4 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_pageWith Flutter:
$ flutter pub add unify_uni_pageThis 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.4Alternatively, 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';