criado o banco de dados db_sqlite.dart, criado as conexões com as api_data.dart e criada e tela load_init_screen.dart
This commit is contained in:
@@ -7,7 +7,8 @@ class ColorPalette{
|
||||
static const Color secundary = Color(0xffcff1fc);
|
||||
static const Color border = Color(0xff78baf8);
|
||||
static const Color gray = Color(0xffababab);
|
||||
static const Color titleContainer = Color(0xffd6d6d6);
|
||||
static const Color grayBackground = Color(0xffd1d1e3);
|
||||
static const Color titleContainer = Color(0xffdedede);
|
||||
static const Color buttonDisable = Color(0xfffafcbfb);
|
||||
static const Color black54 = Colors.black54;
|
||||
static const Color blackButton = Color(0xff434343);
|
||||
|
||||
@@ -261,4 +261,15 @@ class ConstVariable{
|
||||
],
|
||||
)
|
||||
);
|
||||
|
||||
replaceText(String text){
|
||||
String replace= text.toLowerCase()
|
||||
.replaceAll('ú', 'u')
|
||||
.replaceAll('ç', 'c')
|
||||
.replaceAll('ó', 'o')
|
||||
.replaceAll('ô', 'o')
|
||||
.replaceAll('í', 'i')
|
||||
.replaceAll('ã','a');
|
||||
return replace;
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
import 'package:rkm/screens/about_screen.dart';
|
||||
import 'package:rkm/screens/attendance_list_screen.dart';
|
||||
import 'package:rkm/screens/home_screen.dart';
|
||||
import 'package:rkm/screens/load_init_screen.dart';
|
||||
import 'package:rkm/screens/login_screen.dart';
|
||||
import 'package:rkm/screens/select_service/eligibility_assessment_screen.dart';
|
||||
import 'package:rkm/screens/splash_screen.dart';
|
||||
|
||||
Reference in New Issue
Block a user