flutter_dialog_shower 1.1.0
flutter_dialog_shower: ^1.1.0 copied to clipboard
A Flutter project. Writted with pure dart, supported both iOS and Android.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'app.dart';
void main() {
// debugPaintSizeEnabled = true;
// debugPaintPointersEnabled = true;
// debugRepaintRainbowEnabled = true;
// debugPaintLayerBordersEnabled = true;
runApp(const App());
}