native_swiftui_pastebutton_and_textfield 1.0.7 copy "native_swiftui_pastebutton_and_textfield: ^1.0.7" to clipboard
native_swiftui_pastebutton_and_textfield: ^1.0.7 copied to clipboard

PlatformiOS

This is a plugin that provides a paste button and text field from Native SwiftUI as widgets in Flutter.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'View.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Native Test',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.lightBlueAccent),
        useMaterial3: false,
      ),
      home: const MainPage(),
    );
  }
}
4
likes
150
points
62
downloads

Publisher

unverified uploader

Weekly Downloads

This is a plugin that provides a paste button and text field from Native SwiftUI as widgets in Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface, uuid

More

Packages that depend on native_swiftui_pastebutton_and_textfield