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

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
0
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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface, uuid

More

Packages that depend on native_swiftui_pastebutton_and_textfield