chore : delete auth package because each project has different auth , must be separated auth logic
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import 'package:rasadyar_auth/auth.dart';
|
||||
import 'package:rasadyar_chicken/presentation/pages/buy/logic.dart';
|
||||
import 'package:rasadyar_chicken/presentation/pages/buy/view.dart';
|
||||
import 'package:rasadyar_chicken/presentation/pages/buy_in_province/logic.dart';
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
sealed class ChickenRoutes {
|
||||
ChickenRoutes._();
|
||||
|
||||
static const auth = '/AuthChicken';
|
||||
static const _base = '/chicken';
|
||||
static const init = '$_base/';
|
||||
static const home = '$_base/home';
|
||||
|
||||
Reference in New Issue
Block a user