add dispose to files to remove controllers when not used
This commit is contained in:
@@ -17,6 +17,12 @@ class Medcertinput extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _MedcertinputState extends State<Medcertinput> {
|
||||
@override
|
||||
void dispose() {
|
||||
// TODO: implement dispose
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return SizedBox(
|
||||
|
||||
Reference in New Issue
Block a user