// providers/user_role_provider.dart import 'package:flutter_riverpod/flutter_riverpod.dart'; final userRoleProvider = StateProvider((ref) => null);