finpong_plus 0.0.1 copy "finpong_plus: ^0.0.1" to clipboard
finpong_plus: ^0.0.1 copied to clipboard

retracted

Finpong Plus Widget

example/lib/main.dart

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

import 'package:flutter/services.dart';


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

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

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {


  @override
  void initState() {
    super.initState();
  }


  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: Center(
          child: Text('Running on: '),
        ),
      ),
    );
  }
}
1
likes
0
pub points
39%
popularity

Publisher

unverified uploader

Finpong Plus Widget

Homepage

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on finpong_plus