added submit and reject for liked tenders
This commit is contained in:
+2
-2
@@ -17,7 +17,7 @@ void main() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
|
||||
await SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]);
|
||||
|
||||
|
||||
// Initialize the logger
|
||||
appLogger.init();
|
||||
|
||||
@@ -55,7 +55,7 @@ class _MyAppState extends State<MyApp> {
|
||||
final themeProvider = context.watch<ThemeProvider>();
|
||||
|
||||
return MaterialApp.router(
|
||||
title: 'Flutter Demo',
|
||||
title: 'OppLens',
|
||||
debugShowCheckedModeBanner: false,
|
||||
scrollBehavior: MaterialScrollBehavior().copyWith(
|
||||
dragDevices: {
|
||||
|
||||
Reference in New Issue
Block a user