add pickups
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import 'package:fcs/model/shared_pref.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/services.dart';
|
||||
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
|
||||
@@ -108,5 +109,7 @@ class _UserEditPageState extends State<UserEditPage> {
|
||||
);
|
||||
}
|
||||
|
||||
_submit() async {}
|
||||
_submit() async {
|
||||
Navigator.pop(context);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user