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

test create my own button .

example/lib/main.dart

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

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: Text('dsr button'),
        ),
        body: Center(
          child: DsrButton(
            text: 'i love you',
          ),
        ),
      ),
    );
  }
}
1
likes
120
pub points
0%
popularity

Publisher

unverified uploader

test create my own button .

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on dsr_button