You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
376 B
Dart
12 lines
376 B
Dart
// import 'package:flutter/material.dart';
|
|
// import 'gif_loader_container.dart';
|
|
// class GifLoaderDialogUtils {
|
|
// static showMyDialog(BuildContext context) {
|
|
// showDialog(context: context, builder: (ctx) => GifLoaderContainer());
|
|
// }
|
|
//
|
|
// static hideDialog(BuildContext context) {
|
|
// if (Navigator.canPop(context)) Navigator.of(context).pop();
|
|
// }
|
|
// }
|