resolve conflit

This commit is contained in:
Thinzar Win
2020-10-14 21:46:35 +06:30
75 changed files with 2002 additions and 450 deletions

View File

@@ -86,7 +86,7 @@ class _BoxListState extends State<BoxList> {
_newPickup() {
Navigator.push(
context,
BottomUpPageRoute(BoxEditor()),
CupertinoPageRoute(builder: (context) => BoxEditor()),
);
}