get_dialog_service 1.0.0 get_dialog_service: ^1.0.0 copied to clipboard
show dialog widget based on getx
import 'package:example/root.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const Root());
}