configuração inicial Flutter
This commit is contained in:
6
lib/utils/routes.dart
Normal file
6
lib/utils/routes.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
import 'package:rkm/screens/home_screen.dart';
|
||||
import 'package:rkm/screens/login_screen.dart';
|
||||
var routes = {
|
||||
'/home': (context) => const HomeScreen(),
|
||||
'/login': (context) => const LoginScreen(),
|
||||
};
|
||||
Reference in New Issue
Block a user