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

discontinued

Binod flutter package.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:binod/binod.dart';
void main() {
  runApp(MyApp());
}
class MyApp extends StatelessWidget{
  @override
  Widget build(BuildContext context) {
   return MaterialApp(
     debugShowCheckedModeBanner: false,
     home: Scaffold(
       appBar: AppBar(title: Text("Binod Package"),),
       body: Center(
         child:Binod()
       ),
     ),
   );
  }
}
3
likes
30
points
14
downloads

Publisher

verified publishercodingboy.in

Weekly Downloads

Binod flutter package.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on binod