dart_package_1 1.0.0
dart_package_1: ^1.0.0 copied to clipboard
A new Flutter package with a customized TextButton.
example/dart_package_1_example.dart
import 'package:dart_package_1/dart_package_1.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}