Added api for custom timetable events
This commit is contained in:
7
lib/widget/infoDialog.dart
Normal file
7
lib/widget/infoDialog.dart
Normal file
@ -0,0 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class InfoDialog {
|
||||
static show(BuildContext context, String info) {
|
||||
showDialog(context: context, builder: (context) => AlertDialog(content: Text(info)));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user