Skip to content

Instantly share code, notes, and snippets.

View kodenatan17's full-sized avatar
🛸
Superbia In Proelio

Ferry Natan Wibisono kodenatan17

🛸
Superbia In Proelio
View GitHub Profile
telkomsel.regex = ^(\\+62|\\+0|0|62)8(1[123]|52|53|21|22|23)[0-9]{5,9}$
simpati.regex = ^(\\+62|\\+0|0|62)8(1[123]|2[12])[0-9]{5,9}$
as.regex = ^(\\+62|\\+0|0|62)8(52|53|23)[0-9]{5,9}$
indosat.regex= ^(\\+62815|0815|62815|\\+0815|\\+62816|0816|62816|\\+0816|\\+62858|0858|62858|\\+0814|\\+62814|0814|62814|\\+0814)[0-9]{5,9}$
im3.regex = ^(\\+62855|0855|62855|\\+0855|\\+62856|0856|62856|\\+0856|\\+62857|0857|62857|\\+0857)[0-9]{5,9}$
Widget build(BuildContext context) {
return GetMaterialApp(
title: "Tangani App",
initialRoute: Routes.REGISTRATION_EMAIL,
getPages: AppPages.routes,
theme: ThemeData(
canvasColor: Colors.transparent,
primaryColor: Colors.transparent,
pageTransitionsTheme: const PageTransitionsTheme(builders: {
TargetPlatform.android: FadeUpwardsPageTransitionsBuilder(),