test_plugin_rehan 0.0.5 copy "test_plugin_rehan: ^0.0.5" to clipboard
test_plugin_rehan: ^0.0.5 copied to clipboard

Testing flutter plugin for example code

example/lib/example.dart

import 'package:flutter/material.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return const Placeholder();
  }
}
0
likes
140
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

Testing flutter plugin for example code

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on test_plugin_rehan

Packages that implement test_plugin_rehan