Merge branch 'main' into bugfix/fd-597

This commit is contained in:
Lucas 2024-08-02 08:19:34 -03:00
commit 0ec7f051ad
38 changed files with 5352 additions and 5836 deletions

View File

@ -42,6 +42,9 @@ PODS:
- FirebaseAnalytics (~> 10.27.0)
- Firebase/CoreOnly (10.27.0):
- FirebaseCore (= 10.27.0)
- Firebase/Crashlytics (10.27.0):
- Firebase/CoreOnly
- FirebaseCrashlytics (~> 10.27.0)
- Firebase/Messaging (10.27.0):
- Firebase/CoreOnly
- FirebaseMessaging (~> 10.27.0)
@ -52,6 +55,10 @@ PODS:
- firebase_core (3.1.0):
- Firebase/CoreOnly (= 10.27.0)
- Flutter
- firebase_crashlytics (4.0.1):
- Firebase/Crashlytics (= 10.27.0)
- firebase_core
- Flutter
- firebase_messaging (15.0.1):
- Firebase/Messaging (= 10.27.0)
- firebase_core
@ -78,8 +85,19 @@ PODS:
- FirebaseCoreInternal (~> 10.0)
- GoogleUtilities/Environment (~> 7.12)
- GoogleUtilities/Logger (~> 7.12)
- FirebaseCoreExtension (10.29.0):
- FirebaseCore (~> 10.0)
- FirebaseCoreInternal (10.28.0):
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- FirebaseCrashlytics (10.27.0):
- FirebaseCore (~> 10.5)
- FirebaseInstallations (~> 10.0)
- FirebaseRemoteConfigInterop (~> 10.23)
- FirebaseSessions (~> 10.5)
- GoogleDataTransport (~> 9.2)
- GoogleUtilities/Environment (~> 7.8)
- nanopb (< 2.30911.0, >= 2.30908.0)
- PromisesObjC (~> 2.1)
- FirebaseInstallations (10.28.0):
- FirebaseCore (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
@ -94,6 +112,16 @@ PODS:
- GoogleUtilities/Reachability (~> 7.8)
- GoogleUtilities/UserDefaults (~> 7.8)
- nanopb (< 2.30911.0, >= 2.30908.0)
- FirebaseRemoteConfigInterop (10.29.0)
- FirebaseSessions (10.29.0):
- FirebaseCore (~> 10.5)
- FirebaseCoreExtension (~> 10.0)
- FirebaseInstallations (~> 10.0)
- GoogleDataTransport (~> 9.2)
- GoogleUtilities/Environment (~> 7.13)
- GoogleUtilities/UserDefaults (~> 7.13)
- nanopb (< 2.30911.0, >= 2.30908.0)
- PromisesSwift (~> 2.1)
- Flutter (1.0.0)
- flutter_inappwebview_ios (0.0.1):
- Flutter
@ -174,6 +202,8 @@ PODS:
- permission_handler_apple (9.3.0):
- Flutter
- PromisesObjC (2.4.0)
- PromisesSwift (2.4.0):
- PromisesObjC (= 2.4.0)
- SDWebImage (5.19.2):
- SDWebImage/Core (= 5.19.2)
- SDWebImage/Core (5.19.2)
@ -199,6 +229,7 @@ DEPENDENCIES:
- file_picker (from `.symlinks/plugins/file_picker/ios`)
- firebase_analytics (from `.symlinks/plugins/firebase_analytics/ios`)
- firebase_core (from `.symlinks/plugins/firebase_core/ios`)
- firebase_crashlytics (from `.symlinks/plugins/firebase_crashlytics/ios`)
- firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`)
- Flutter (from `Flutter`)
- flutter_inappwebview_ios (from `.symlinks/plugins/flutter_inappwebview_ios/ios`)
@ -222,15 +253,20 @@ SPEC REPOS:
- Firebase
- FirebaseAnalytics
- FirebaseCore
- FirebaseCoreExtension
- FirebaseCoreInternal
- FirebaseCrashlytics
- FirebaseInstallations
- FirebaseMessaging
- FirebaseRemoteConfigInterop
- FirebaseSessions
- GoogleAppMeasurement
- GoogleDataTransport
- GoogleUtilities
- nanopb
- OrderedSet
- PromisesObjC
- PromisesSwift
- SDWebImage
- SwiftyGif
@ -243,6 +279,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/firebase_analytics/ios"
firebase_core:
:path: ".symlinks/plugins/firebase_core/ios"
firebase_crashlytics:
:path: ".symlinks/plugins/firebase_crashlytics/ios"
firebase_messaging:
:path: ".symlinks/plugins/firebase_messaging/ios"
Flutter:
@ -282,12 +320,17 @@ SPEC CHECKSUMS:
Firebase: 26b040b20866a55f55eb3611b9fcf3ae64816b86
firebase_analytics: 0627e95b73eb9e04f59167687ed5bc3f6fb50f23
firebase_core: 483cfad66d24d8f3c233f31db4263830c625c909
firebase_crashlytics: 8f04c663c8734f97c4ccbe81b8511ce7060e3b28
firebase_messaging: e60c0694699d8a2e56a319e043709583f6544123
FirebaseAnalytics: f9211b719db260cc91aebee8bb539cb367d0dfd1
FirebaseCore: a2b95ae4ce7c83ceecfbbbe3b6f1cddc7415a808
FirebaseCoreExtension: 705ca5b14bf71d2564a0ddc677df1fc86ffa600f
FirebaseCoreInternal: 58d07f1362fddeb0feb6a857d1d1d1c5e558e698
FirebaseCrashlytics: 81ea6ec96519388687f6061beb838a8eec482293
FirebaseInstallations: 60c1d3bc1beef809fd1ad1189a8057a040c59f2e
FirebaseMessaging: 585984d0a1df120617eb10b44cad8968b859815e
FirebaseRemoteConfigInterop: 6efda51fb5e2f15b16585197e26eaa09574e8a4d
FirebaseSessions: dbd14adac65ce996228652c1fc3a3f576bdf3ecc
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
flutter_inappwebview_ios: 97215cf7d4677db55df76782dbd2930c5e1c1ea0
flutter_local_notifications: 4cde75091f6327eb8517fa068a0a5950212d2086
@ -302,6 +345,7 @@ SPEC CHECKSUMS:
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
permission_handler_apple: 9878588469a2b0d0fc1e048d9f43605f92e6cec2
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
PromisesSwift: 9d77319bbe72ebf6d872900551f7eeba9bce2851
SDWebImage: dfe95b2466a9823cf9f0c6d01217c06550d7b29a
share_plus: 8875f4f2500512ea181eef553c3e27dba5135aad
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78

View File

@ -51,8 +51,8 @@
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
6436409D27A31CDC00820AF7 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/InfoPlist.strings; sourceTree = "<group>"; };
6436409227A31CDD00820AF7 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
6436409227A31CD800820AF7 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/InfoPlist.strings; sourceTree = "<group>"; };
6436409127A31CDB00820AF7 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C1B4A503715BC7B0F8826983 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
@ -301,8 +301,8 @@
6436409C27A31CD800820AF7 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
6436409D27A31CDC00820AF7 /* pt */,
6436409227A31CDD00820AF7 /* en */,
6436409227A31CD800820AF7 /* pt */,
6436409127A31CDB00820AF7 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";

View File

@ -14,13 +14,13 @@ import 'package:hub/flutter_flow/nav/nav.dart';
import 'package:flutter/material.dart';
import 'package:hub/flutter_flow/random_data_util.dart';
import 'package:hub/pages/home_page/home_page_model.dart';
import 'package:hub/shared/utils/dialog_util.dart';
import 'package:qr_flutter/qr_flutter.dart';
import 'package:url_launcher/url_launcher.dart';
import '../shared/utils/log_util.dart';
Future<void> openTermsOfUse(BuildContext context) async {
log('openTermsOfUse');
final Uri url = Uri.parse('https://freaccess.com.br/pp/');
@ -108,6 +108,7 @@ Future singInLoginAction(
String? emailAdress,
String? password,
}) async {
try {
String? devUUID;
ApiCallResponse? loginCall;
@ -119,9 +120,12 @@ Future singInLoginAction(
FFAppState().passwd = password!;
}),
]);
if ((FFAppState().email != '') && (FFAppState().passwd != '')) {
devUUID = await getDevUUID();
FFAppState().devUUID = devUUID!;
loginCall = await PhpGroup.loginCall.call(
email: FFAppState().email,
password: FFAppState().passwd,
@ -136,50 +140,40 @@ Future singInLoginAction(
),
);
if (PhpGroup.loginCall.error(
(loginCall.jsonBody ?? ''),
) ==
false) {
if (PhpGroup.loginCall.error((loginCall.jsonBody ?? '')) == false) {
FFAppState().userUUID = PhpGroup.loginCall.userUUID(
(loginCall.jsonBody ?? ''),
)!;
// FFAppState().token = await FirebaseMessaging.instance.getToken();
FFAppState().createdAt = dateTimeFormat(
'd/M/y H:mm:ss',
getCurrentTimestamp,
locale: FFLocalizations.of(context).languageCode,
);
FFAppState().updatedAt = '00/00/0000 00:00:00';
FFAppState().status = PhpGroup.loginCall.userStatus(
(loginCall.jsonBody ?? ''),
)!;
FFAppState().userDevUUID = PhpGroup.loginCall.userDeviceId(
(loginCall.jsonBody ?? ''),
)!;
FFAppState().name = PhpGroup.loginCall.userName(
(loginCall.jsonBody ?? ''),
)!;
FFAppState().status =
PhpGroup.loginCall.userStatus((loginCall.jsonBody ?? ''))!;
FFAppState().userDevUUID =
PhpGroup.loginCall.userDeviceId((loginCall.jsonBody ?? ''))!;
FFAppState().name =
PhpGroup.loginCall.userName((loginCall.jsonBody ?? ''))!;
FFAppState().serialNumber = await getSerialNumber() ?? '';
FFAppState().isLogged = true;
await toggleHomePage(context);
return;
} else {
await showModalBottomSheet(
isScrollControlled: true,
backgroundColor: Colors.transparent,
useSafeArea: true,
context: context,
builder: (context) {
return Padding(
padding: MediaQuery.viewInsetsOf(context),
child: ThrowExceptionWidget(
msg: PhpGroup.loginCall.msg(
(loginCall?.jsonBody ?? ''),
)!,
),
);
},
);
if (PhpGroup.loginCall.msg((loginCall?.jsonBody ?? '')) == null) {
DialogUtil.errorDefault(context);
} else {
DialogUtil.error(context,
PhpGroup.loginCall.msg((loginCall?.jsonBody ?? '')).toString());
}
FFAppState().deleteEmail();
FFAppState().email = '';
@ -189,10 +183,13 @@ Future singInLoginAction(
FFAppState().update(() {});
}
}
return;
} else {
return;
} catch (e, s) {
DialogUtil.errorDefault(context);
LogUtil.requestAPIFailed(
'login.php', emailAdress.toString(), "Login", e, s);
}
}
@ -333,7 +330,6 @@ Future toggleSignInPage(BuildContext context) async {
}
Future toggleSignUpPage(BuildContext context) async {
context.pushNamed(
'signUpPage',
extra: <String, dynamic>{
@ -468,12 +464,12 @@ Future<bool> checkLocals({
),
),
);
safeSetState(() {}); // Chamada otimizada fora do then para evitar encadeamentos desnecessários.
safeSetState(
() {}); // Chamada otimizada fora do then para evitar encadeamentos desnecessários.
return false;
}
}
Future changeStatusAction(
BuildContext context,
String status,
@ -523,14 +519,10 @@ Future changeStatusAction(
default:
break;
}
}
/// QR Code
Uint8List assembleQRPacket(int direction, String identifier, String password) {
List<int> packet = [direction];
@ -569,13 +561,15 @@ Uint8List assembleQRPacket(int direction, String identifier, String password) {
check ^= b;
}
if (check == int.parse('0D', radix: 16) || check == int.parse('0A', radix: 16)) {
if (check == int.parse('0D', radix: 16) ||
check == int.parse('0A', radix: 16)) {
packet.add(int.parse('FF', radix: 16));
} else {
packet.add(check);
}
var bytes = packet.map((byte) => byte.toRadixString(16).padLeft(2, '0')).join((' '));
var bytes =
packet.map((byte) => byte.toRadixString(16).padLeft(2, '0')).join((' '));
log("Pacote: $packet");
log("Bytes: $bytes");
@ -586,20 +580,22 @@ Uint8List hexStringToByteArray(String s) {
int len = s.length;
Uint8List data = Uint8List(len ~/ 2);
for (int i = 0; i < len; i += 2) {
data[i ~/ 2] = ((int.parse(s[i], radix: 16) << 4) + int.parse(s[i + 1], radix: 16));
data[i ~/ 2] =
((int.parse(s[i], radix: 16) << 4) + int.parse(s[i + 1], radix: 16));
}
return data;
}
String byteToHexa(Uint8List pDados) {
return pDados.map((byte) => byte.toRadixString(16).padLeft(2, '0').toUpperCase()).join();
return pDados
.map((byte) => byte.toRadixString(16).padLeft(2, '0').toUpperCase())
.join();
}
Future<String> byteToString(Uint8List bytes) async {
return String.fromCharCodes(bytes);
}
Widget buildQrCode(
{
// required String data,
@ -610,20 +606,24 @@ Widget buildQrCode(
required double dimension,
required String identifier,
required String pass,
required int direction
}
) {
required int direction}) {
try {
log("pass: $pass");
const Color backgroundColor = Colors.white;
const Color foregroundColor = Colors.black;
return QrImageView.withQr(qr: QrCode.fromUint8List(data: assembleQRPacket(direction, identifier, pass), errorCorrectLevel: errorCorrectLevel), size: dimension, padding: const EdgeInsets.all(10), backgroundColor: backgroundColor, foregroundColor: foregroundColor);
return QrImageView.withQr(
qr: QrCode.fromUint8List(
data: assembleQRPacket(direction, identifier, pass),
errorCorrectLevel: errorCorrectLevel),
size: dimension,
padding: const EdgeInsets.all(10),
backgroundColor: backgroundColor,
foregroundColor: foregroundColor);
} catch (e) {
return Text("Erro ao gerar QR Code: ${e.toString()}");
}
}
// // Retorna o conteúdo a ser codificado no QR Code.
// String getContents() {
// return data;
@ -652,7 +652,6 @@ Widget buildQrCode(
// // Gera o QR Code como um widget.
// // Codifica o conteúdo como um bitmap (pode ser útil para operações de baixo nível).
// // Future<Image> encodeAsBitmap() async {
// // // Implementação para codificar como bitmap.

View File

@ -36,8 +36,7 @@ class FFAppState extends ChangeNotifier {
stickyAuth: true,
useErrorDialogs: true,
sensitiveTransaction: true,
)
);
));
if (authenticated) {
_isBiometricAuthenticated = true;
notifyListeners();
@ -50,7 +49,8 @@ class FFAppState extends ChangeNotifier {
clearBiometricAuthentication();
return Future.error(e);
}
return Future.error(''); // Add this line to ensure a value is always returned
return Future.error(
''); // Add this line to ensure a value is always returned
}
// Função para limpar o estado de autenticação biométrica
@ -60,9 +60,6 @@ class FFAppState extends ChangeNotifier {
// Limpar a informação salva, se necessário
}
static FFAppState _instance = FFAppState._internal();
factory FFAppState() {
@ -123,13 +120,16 @@ class FFAppState extends ChangeNotifier {
_tokenAPNS = await secureStorage.getString('ff_tokenAPNS') ?? _tokenAPNS;
});
await _safeInitAsync(() async {
_userDevUUID = await secureStorage.getString('ff_user_dev_id') ?? _userDevUUID;
_userDevUUID =
await secureStorage.getString('ff_user_dev_id') ?? _userDevUUID;
});
await _safeInitAsync(() async {
_serialNumber = await secureStorage.getString('ff_serialNumber') ?? _serialNumber;
_serialNumber =
await secureStorage.getString('ff_serialNumber') ?? _serialNumber;
});
await _safeInitAsync(() async {
_fingerprintOPT = await secureStorage.getBool('fingerprint') ?? _fingerprintOPT;
_fingerprintOPT =
await secureStorage.getBool('fingerprint') ?? _fingerprintOPT;
});
await _safeInitAsync(() async {
_personOPT = await secureStorage.getBool('person') ?? _personOPT;
@ -137,6 +137,9 @@ class FFAppState extends ChangeNotifier {
await _safeInitAsync(() async {
_passOPT = await secureStorage.getBool('pass') ?? _passOPT;
});
await _safeInitAsync(() async {
_panicOPT = await secureStorage.getBool('panic') ?? _panicOPT;
});
await _safeInitAsync(() async {
_notifyOPT = await secureStorage.getBool('notify') ?? _notifyOPT;
});
@ -147,9 +150,9 @@ class FFAppState extends ChangeNotifier {
_panicPass = await secureStorage.getString('panicPass') ?? _panicPass;
});
await _safeInitAsync(() async {
_fingerprintPass = await secureStorage.getString('fingerprintPass') ?? _fingerprintPass;
_fingerprintPass =
await secureStorage.getString('fingerprintPass') ?? _fingerprintPass;
});
}
void update(VoidCallback callback) {
@ -159,6 +162,17 @@ class FFAppState extends ChangeNotifier {
late FlutterSecureStorage secureStorage;
bool _panicOPT = false;
bool get panic => _panicOPT;
set panic(bool value) {
_panicOPT = value;
secureStorage.setBool('panic', value);
}
void deletePanic() {
secureStorage.delete(key: 'panic');
}
String _fingerprintPass = '';
String get fingerprintPass => _fingerprintPass;
set fingerprintPass(String value) {
@ -185,8 +199,7 @@ class FFAppState extends ChangeNotifier {
String get panicPass => _panicPass;
set panicPass(String value) {
_panicPass = value;
secureStorage.setString
('panicPass', value);
secureStorage.setString('panicPass', value);
}
void deletePanicPass() {
@ -203,8 +216,7 @@ class FFAppState extends ChangeNotifier {
bool _passOPT = false;
bool get pass => _passOPT;
set pass(bool value) {
_passOPT =
value;
_passOPT = value;
secureStorage.setBool('pass', value);
}

View File

@ -1,3 +1,5 @@
import 'package:hub/shared/enums/enum_throw_exception.dart';
import '/flutter_flow/flutter_flow_animations.dart';
import '/flutter_flow/flutter_flow_theme.dart';
import '/flutter_flow/flutter_flow_util.dart';
@ -7,15 +9,12 @@ import 'package:google_fonts/google_fonts.dart';
import 'throw_exception_model.dart';
export 'throw_exception_model.dart';
///
class ThrowExceptionWidget extends StatefulWidget {
const ThrowExceptionWidget({
super.key,
required this.msg,
});
ThrowExceptionWidget(
{super.key, required this.msg, this.type = EnumThrowException.error});
final String? msg;
EnumThrowException type;
@override
State<ThrowExceptionWidget> createState() => _ThrowExceptionWidgetState();
@ -61,6 +60,43 @@ class _ThrowExceptionWidgetState extends State<ThrowExceptionWidget>
super.dispose();
}
Color _getColorByType(BuildContext context) {
switch (widget.type) {
case EnumThrowException.error:
return FlutterFlowTheme.of(context).error;
case EnumThrowException.warning:
return FlutterFlowTheme.of(context).warning;
case EnumThrowException.success:
return FlutterFlowTheme.of(context).success;
}
}
IconData _getIconByType(BuildContext context) {
switch (widget.type) {
case EnumThrowException.error:
return Icons.cancel_outlined;
case EnumThrowException.warning:
return Icons.warning_amber_outlined;
case EnumThrowException.success:
return Icons.check_circle_outline;
}
}
String _getTitleByType(BuildContext context) {
switch (widget.type) {
case EnumThrowException.error:
return FFLocalizations.of(context)
.getVariableText(ptText: "Falha :(", enText: "Fail :(");
case EnumThrowException.warning:
return FFLocalizations.of(context)
.getVariableText(ptText: "Aviso :O", enText: "Warning :O");
case EnumThrowException.success:
return FFLocalizations.of(context)
.getVariableText(ptText: "Sucesso ;)", enText: "Success ;)");
;
}
}
@override
Widget build(BuildContext context) {
return Column(
@ -77,17 +113,6 @@ class _ThrowExceptionWidgetState extends State<ThrowExceptionWidget>
onTap: () async {
Navigator.pop(context);
},
child: Container(
height: 400.0,
decoration: BoxDecoration(
color: FlutterFlowTheme.of(context).primaryBackground,
borderRadius: const BorderRadius.only(
bottomLeft: Radius.circular(10.0),
bottomRight: Radius.circular(10.0),
topLeft: Radius.circular(10.0),
topRight: Radius.circular(10.0),
),
),
child: Column(
mainAxisSize: MainAxisSize.max,
mainAxisAlignment: MainAxisAlignment.center,
@ -97,30 +122,19 @@ class _ThrowExceptionWidgetState extends State<ThrowExceptionWidget>
Align(
alignment: const AlignmentDirectional(0.0, 0.0),
child: Icon(
Icons.circle_outlined,
color: FlutterFlowTheme.of(context).error,
size: 200.0,
),
),
Align(
alignment: const AlignmentDirectional(0.0, 0.0),
child: Icon(
Icons.close_outlined,
color: FlutterFlowTheme.of(context).error,
size: 200.0,
_getIconByType(context),
color: _getColorByType(context),
size: 150.0,
),
),
],
).animateOnPageLoad(
animationsMap['stackOnPageLoadAnimation']!),
).animateOnPageLoad(animationsMap['stackOnPageLoadAnimation']!),
Column(
mainAxisSize: MainAxisSize.max,
mainAxisAlignment: MainAxisAlignment.start,
children: [
Text(
FFLocalizations.of(context).getText(
'e58xxxiq' /* ERRO */,
),
_getTitleByType(context),
style: FlutterFlowTheme.of(context).bodyMedium.override(
fontFamily:
FlutterFlowTheme.of(context).bodyMediumFamily,
@ -128,23 +142,20 @@ class _ThrowExceptionWidgetState extends State<ThrowExceptionWidget>
letterSpacing: 0.0,
fontWeight: FontWeight.bold,
useGoogleFonts: GoogleFonts.asMap().containsKey(
FlutterFlowTheme.of(context)
.bodyMediumFamily),
FlutterFlowTheme.of(context).bodyMediumFamily),
),
),
Padding(
padding:
const EdgeInsetsDirectional.fromSTEB(0.0, 10.0, 0.0, 0.0),
padding: const EdgeInsetsDirectional.fromSTEB(
0.0, 10.0, 0.0, 0.0),
child: Text(
valueOrDefault<String>(
widget.msg,
'Message Not Found',
),
style: FlutterFlowTheme.of(context)
.bodyMedium
.override(
fontFamily: FlutterFlowTheme.of(context)
.bodyMediumFamily,
style: FlutterFlowTheme.of(context).bodyMedium.override(
fontFamily:
FlutterFlowTheme.of(context).bodyMediumFamily,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap().containsKey(
FlutterFlowTheme.of(context)
@ -152,13 +163,12 @@ class _ThrowExceptionWidgetState extends State<ThrowExceptionWidget>
),
),
),
].addToStart(const SizedBox(height: 50.0)),
].addToStart(const SizedBox(height: 20.0)),
),
],
),
),
),
),
],
);
}

View File

@ -1,16 +1,13 @@
import 'package:hub/components/molecular_components/visitor_not_found_component/visitor_not_found_component_model.dart';
import 'package:hub/components/templates_components/regisiter_vistor_template_component/regisiter_vistor_template_component_widget.dart';
import 'package:hub/flutter_flow/flutter_flow_icon_button.dart';
import 'package:hub/flutter_flow/flutter_flow_theme.dart';
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:hub/flutter_flow/flutter_flow_util.dart';
import 'package:hub/flutter_flow/flutter_flow_widgets.dart';
class VisitorNotFoundComponentWidget extends StatefulWidget {
const VisitorNotFoundComponentWidget({super.key});
@ -44,11 +41,9 @@ class _VisitorNotFoundComponentWidgetState
@override
Widget build(BuildContext context) {
return Align(
alignment: const AlignmentDirectional(0.0, 0.0),
child: Container(
width: 350.0,
height: 350.0,
return Container(
width: MediaQuery.of(context).size.height * 0.5,
height: MediaQuery.of(context).size.height * 0.4,
decoration: BoxDecoration(
color: FlutterFlowTheme.of(context).primaryBackground,
borderRadius: const BorderRadius.only(
@ -102,14 +97,13 @@ class _VisitorNotFoundComponentWidgetState
),
),
Padding(
padding: const EdgeInsetsDirectional.fromSTEB(10.0, 4.0, 10.0, 0.0),
padding: const EdgeInsetsDirectional.fromSTEB(20.0, 4.0, 20.0, 0.0),
child: Text(
FFLocalizations.of(context).getText(
'kt937sp6' /* O documento inserido não corre... */,
),
style: FlutterFlowTheme.of(context).labelMedium.override(
fontFamily:
FlutterFlowTheme.of(context).labelMediumFamily,
fontFamily: FlutterFlowTheme.of(context).labelMediumFamily,
color: FlutterFlowTheme.of(context).primaryText,
fontSize: 14.0,
letterSpacing: 0.0,
@ -128,24 +122,30 @@ class _VisitorNotFoundComponentWidgetState
await showModalBottomSheet(
isScrollControlled: true,
backgroundColor: Colors.transparent,
enableDrag: false,
enableDrag: true,
useSafeArea: true,
isDismissible: true,
context: context,
builder: (context) {
return Padding(
padding: MediaQuery.viewInsetsOf(context),
child: const RegisiterVistorTemplateComponentWidget(),
child: SizedBox(
width: double.infinity,
height: MediaQuery.of(context).size.height * 0.9,
child: const RegisiterVistorTemplateComponentWidget(
source: 'VisitorNotFoundComponent',
)),
);
},
).then((value) => safeSetState(() {}));
},
text: FFLocalizations.of(context).getText(
'y2x4nfcn' /* Adicionar */,
),
text: FFLocalizations.of(context)
.getVariableText(enText: 'Add', ptText: 'Adicionar'),
options: FFButtonOptions(
width: double.infinity,
height: 30.0,
padding:
const EdgeInsetsDirectional.fromSTEB(24.0, 0.0, 24.0, 0.0),
padding: const EdgeInsetsDirectional.fromSTEB(
24.0, 0.0, 24.0, 0.0),
iconPadding:
const EdgeInsetsDirectional.fromSTEB(0.0, 0.0, 0.0, 0.0),
color: FlutterFlowTheme.of(context).primary,
@ -174,7 +174,6 @@ class _VisitorNotFoundComponentWidgetState
),
],
),
),
);
}
}

View File

@ -1,9 +1,11 @@
import 'package:hub/backend/api_requests/api_manager.dart';
import 'dart:developer';
import 'package:hub/backend/api_requests/api_manager.dart';
import 'package:flutter/material.dart';
import 'package:hub/components/organism_components/schedule_visit_detail/schedule_visit_detail_widget.dart';
import 'package:hub/flutter_flow/flutter_flow_model.dart';
import 'package:intl/intl.dart';
class ScheduleVisitDetailModel
extends FlutterFlowModel<ScheduleVisitDetailWidget> {
@ -36,6 +38,36 @@ class ScheduleVisitDetailModel
// Stores action output result for [Backend Call - API (postScheduleVisit)] action in Icon widget.
ApiCallResponse? postScheduleVisit;
String convertDateFormat(String dateStr) {
try {
log('Received date string: $dateStr');
// Formato original
DateFormat originalFormat = DateFormat('d/M/y H:mm:ss');
// Novo formato
DateFormat newFormat = DateFormat('y-M-d H:mm:ss');
// Validate the input string format
if (!RegExp(r'^\d{1,2}/\d{1,2}/\d{4} \d{1,2}:\d{2}:\d{2}$')
.hasMatch(dateStr)) {
log('Invalid date format: $dateStr');
return 'Invalid date format';
}
// Converte a string para DateTime
DateTime dateTime = originalFormat.parse(dateStr);
// Converte DateTime para a nova string formatada
String formattedDate = newFormat.format(dateTime);
log('Formatted date: $formattedDate');
return formattedDate;
} catch (e) {
// Handle the exception by returning an error message or a default value
log('Error parsing date: $e');
return 'Invalid date format';
}
}
@override
void initState(BuildContext context) {}

View File

@ -13,9 +13,9 @@ import 'package:hub/flutter_flow/flutter_flow_icon_button.dart';
import 'package:hub/flutter_flow/flutter_flow_model.dart';
import 'package:hub/flutter_flow/flutter_flow_theme.dart';
import 'package:hub/flutter_flow/flutter_flow_util.dart';
import 'package:hub/flutter_flow/flutter_flow_widgets.dart';
import 'package:provider/provider.dart';
class ScheduleVisitDetailWidget extends StatefulWidget {
const ScheduleVisitDetailWidget({
super.key,
@ -47,6 +47,7 @@ class ScheduleVisitDetailWidget extends StatefulWidget {
class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
late ScheduleVisitDetailModel _model;
late FocusNode _focusNode;
@override
void setState(VoidCallback callback) {
@ -57,26 +58,25 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
@override
void initState() {
super.initState();
_focusNode = FocusNode();
_model = createModel(context, () => ScheduleVisitDetailModel());
_model.textController1 ??=
TextEditingController(text: widget.visitTempStr);
_model.textController1 ??= TextEditingController(text: widget.visitTempStr);
_model.textFieldFocusNode1 ??= FocusNode();
_model.textController2 ??=
TextEditingController(text: widget.visitStartDate);
_model.textFieldFocusNode2 ??= FocusNode();
_model.textController3 ??=
TextEditingController(text: widget.visitEndDate);
_model.textController3 ??= TextEditingController(text: widget.visitEndDate);
_model.textFieldFocusNode3 ??= FocusNode();
_model.textController4 ??= TextEditingController(
text: extractDescToStr(widget.visitResonStr!));
_model.textController4 ??=
TextEditingController(text: extractDescToStr(widget.visitResonStr!));
_model.textFieldFocusNode4 ??= FocusNode();
_model.textController5 ??= TextEditingController(
text: extractDescToStr(widget.visitLevelStr!));
_model.textController5 ??=
TextEditingController(text: extractDescToStr(widget.visitLevelStr!));
_model.textFieldFocusNode5 ??= FocusNode();
_model.textController6 ??= TextEditingController(text: widget.visitObsStr);
@ -86,19 +86,33 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
@override
void dispose() {
_model.maybeDispose();
_focusNode.dispose();
super.dispose();
}
void _requestFocus() {
if (mounted) {
_focusNode.requestFocus();
}
}
@override
Widget build(BuildContext context) {
context.watch<FFAppState>();
final visitorsData = widget.visitorJsonList!.toList().take(2).toList();
final visitorsDataItem = visitorsData[0];
return Padding(
padding: const EdgeInsetsDirectional.fromSTEB(0.0, 35.0, 0.0, 0.0),
padding: const EdgeInsetsDirectional.fromSTEB(0.0, 0.0, 0.0, 0.0),
child: GestureDetector(
onTap: () {
_requestFocus();
},
child: Container(
width: double.infinity,
height: double.infinity,
// color: FlutterFlowTheme.of(context).primaryBackground,
width: MediaQuery.of(context).size.width,
height: MediaQuery.of(context).size.height * 0.6,
decoration: BoxDecoration(
color: FlutterFlowTheme.of(context).primaryBackground,
borderRadius: const BorderRadius.only(
@ -112,13 +126,11 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
mainAxisSize: MainAxisSize.max,
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Align(
alignment: const AlignmentDirectional(0.0, -1.0),
child: Container(
Container(
width: double.infinity,
height: 35.0,
decoration: BoxDecoration(
color: FlutterFlowTheme.of(context).primary,
color: FlutterFlowTheme.of(context).primaryBackground,
borderRadius: const BorderRadius.only(
bottomLeft: Radius.circular(0.0),
bottomRight: Radius.circular(0.0),
@ -132,15 +144,15 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
child: Align(
alignment: const AlignmentDirectional(-1.0, 0.0),
child: Padding(
padding:
const EdgeInsetsDirectional.fromSTEB(15.0, 0.0, 0.0, 0.0),
padding: const EdgeInsetsDirectional.fromSTEB(
15.0, 0.0, 0.0, 0.0),
child: FlutterFlowIconButton(
borderRadius: 20.0,
borderWidth: 1.0,
buttonSize: 40.0,
icon: Icon(
Icons.keyboard_return,
color: FlutterFlowTheme.of(context).primaryBackground,
color: FlutterFlowTheme.of(context).accent1,
size: 24.0,
),
onPressed: () async {
@ -151,84 +163,21 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
),
),
),
),
Container(
decoration: const BoxDecoration(
shape: BoxShape.rectangle,
),
child: Stack(
children: [
Column(
mainAxisSize: MainAxisSize.min,
mainAxisAlignment: MainAxisAlignment.end,
children: [
Align(
alignment: const AlignmentDirectional(0.0, -1.0),
child: Padding(
Padding(
padding: const EdgeInsetsDirectional.fromSTEB(
5.0, 0.0, 5.0, 20.0),
child: Container(
child: SizedBox(
width: 100.0,
decoration: const BoxDecoration(),
child: Builder(
builder: (context) {
final visitorsData = widget.visitorJsonList!
.toList()
.take(1)
.toList();
return SingleChildScrollView(
scrollDirection: Axis.horizontal,
child: Row(
mainAxisSize: MainAxisSize.max,
mainAxisAlignment: MainAxisAlignment.center,
children: List.generate(visitorsData.length,
(visitorsDataIndex) {
final visitorsDataItem =
visitorsData[visitorsDataIndex];
return Container(
decoration: BoxDecoration(
borderRadius:
BorderRadius.circular(100.0),
),
child: Align(
alignment:
const AlignmentDirectional(1.0, -1.0),
child: InkWell(
splashColor: Colors.transparent,
focusColor: Colors.transparent,
hoverColor: Colors.transparent,
highlightColor: Colors.transparent,
onTap: () async {
Navigator.pop(context);
await showModalBottomSheet(
isScrollControlled: true,
backgroundColor:
Colors.transparent,
useSafeArea: true,
context: context,
builder: (context) {
return Padding(
padding:
MediaQuery.viewInsetsOf(
context),
child:
const VisitorDetailsModalTemplateComponentWidget(),
);
},
).then((value) =>
safeSetState(() {}));
},
child: ClipRRect(
borderRadius:
BorderRadius.circular(100.0),
borderRadius: BorderRadius.circular(100.0),
child: CachedNetworkImage(
fadeInDuration:
const Duration(milliseconds: 500),
fadeOutDuration:
const Duration(milliseconds: 500),
imageUrl:
valueOrDefault<String>(
fadeInDuration: const Duration(milliseconds: 500),
fadeOutDuration: const Duration(milliseconds: 500),
imageUrl: valueOrDefault<String>(
"https://freaccess.com.br/freaccess/getImage.php?devUUID=${FFAppState().devUUID}&userUUID=${FFAppState().userUUID}&cliID=${FFAppState().cliUUID}&atividade=getFoto&Documento=${getJsonField(
visitorsDataItem,
r'''$.VTE_DOCUMENTO''',
@ -242,15 +191,6 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
),
),
),
);
}),
),
);
},
),
),
),
),
Column(
mainAxisSize: MainAxisSize.min,
children: [
@ -263,11 +203,11 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
controller: _model.textController1,
focusNode: _model.textFieldFocusNode1,
autofocus: false,
readOnly: true,
obscureText: false,
decoration: InputDecoration(
isDense: false,
labelText:
FFLocalizations.of(context).getText(
isDense: true,
labelText: FFLocalizations.of(context).getText(
'7w4fohoa' /* Encerramento da Visita */,
),
labelStyle: FlutterFlowTheme.of(context)
@ -298,16 +238,14 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
),
enabledBorder: OutlineInputBorder(
borderSide: BorderSide(
color:
FlutterFlowTheme.of(context).accent1,
color: FlutterFlowTheme.of(context).accent1,
width: 0.5,
),
borderRadius: BorderRadius.circular(8.0),
),
focusedBorder: OutlineInputBorder(
borderSide: BorderSide(
color:
FlutterFlowTheme.of(context).primary,
color: FlutterFlowTheme.of(context).primary,
width: 0.5,
),
borderRadius: BorderRadius.circular(8.0),
@ -334,8 +272,7 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
.bodyMediumFamily,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(context)
.containsKey(FlutterFlowTheme.of(context)
.bodyMediumFamily),
),
validator: _model.textController1Validator
@ -359,10 +296,13 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
focusNode: _model.textFieldFocusNode2,
autofocus: false,
obscureText: false,
readOnly: true,
decoration: InputDecoration(
labelText:
FFLocalizations.of(context).getText(
'snah4iet' /* Início */,
isDense: true,
labelText: FFLocalizations.of(context)
.getVariableText(
enText: 'Start',
ptText: 'Início',
),
labelStyle: FlutterFlowTheme.of(context)
.labelMedium
@ -370,15 +310,12 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
fontFamily:
FlutterFlowTheme.of(context)
.labelMediumFamily,
color:
FlutterFlowTheme.of(context)
color: FlutterFlowTheme.of(context)
.primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts
.asMap()
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(
context)
FlutterFlowTheme.of(context)
.labelMediumFamily),
),
hintText:
@ -391,15 +328,12 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
fontFamily:
FlutterFlowTheme.of(context)
.labelMediumFamily,
color:
FlutterFlowTheme.of(context)
color: FlutterFlowTheme.of(context)
.primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts
.asMap()
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(
context)
FlutterFlowTheme.of(context)
.labelMediumFamily),
),
enabledBorder: OutlineInputBorder(
@ -408,8 +342,7 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
.accent1,
width: 0.5,
),
borderRadius:
BorderRadius.circular(8.0),
borderRadius: BorderRadius.circular(8.0),
),
focusedBorder: OutlineInputBorder(
borderSide: BorderSide(
@ -417,35 +350,32 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
.primary,
width: 0.5,
),
borderRadius:
BorderRadius.circular(8.0),
borderRadius: BorderRadius.circular(8.0),
),
errorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context)
.error,
color:
FlutterFlowTheme.of(context).error,
width: 0.5,
),
borderRadius:
BorderRadius.circular(8.0),
borderRadius: BorderRadius.circular(8.0),
),
focusedErrorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context)
.error,
color:
FlutterFlowTheme.of(context).error,
width: 0.5,
),
borderRadius:
BorderRadius.circular(8.0),
borderRadius: BorderRadius.circular(8.0),
),
),
style: FlutterFlowTheme.of(context)
.bodyMedium
.override(
fontFamily:
FlutterFlowTheme.of(context)
fontFamily: FlutterFlowTheme.of(context)
.bodyMediumFamily,
letterSpacing: 0.0,
fontSize: 12,
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(context)
@ -466,7 +396,9 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
focusNode: _model.textFieldFocusNode3,
autofocus: false,
obscureText: false,
readOnly: true,
decoration: InputDecoration(
isDense: true,
labelText:
FFLocalizations.of(context).getText(
'abppdgz3' /* Término */,
@ -477,15 +409,12 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
fontFamily:
FlutterFlowTheme.of(context)
.labelMediumFamily,
color:
FlutterFlowTheme.of(context)
color: FlutterFlowTheme.of(context)
.primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts
.asMap()
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(
context)
FlutterFlowTheme.of(context)
.labelMediumFamily),
),
hintText:
@ -498,15 +427,12 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
fontFamily:
FlutterFlowTheme.of(context)
.labelMediumFamily,
color:
FlutterFlowTheme.of(context)
color: FlutterFlowTheme.of(context)
.primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts
.asMap()
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(
context)
FlutterFlowTheme.of(context)
.labelMediumFamily),
),
enabledBorder: OutlineInputBorder(
@ -515,8 +441,7 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
.accent1,
width: 0.5,
),
borderRadius:
BorderRadius.circular(8.0),
borderRadius: BorderRadius.circular(8.0),
),
focusedBorder: OutlineInputBorder(
borderSide: BorderSide(
@ -524,35 +449,32 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
.primary,
width: 0.5,
),
borderRadius:
BorderRadius.circular(8.0),
borderRadius: BorderRadius.circular(8.0),
),
errorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context)
.error,
color:
FlutterFlowTheme.of(context).error,
width: 0.5,
),
borderRadius:
BorderRadius.circular(8.0),
borderRadius: BorderRadius.circular(8.0),
),
focusedErrorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context)
.error,
color:
FlutterFlowTheme.of(context).error,
width: 0.5,
),
borderRadius:
BorderRadius.circular(8.0),
borderRadius: BorderRadius.circular(8.0),
),
),
style: FlutterFlowTheme.of(context)
.bodyMedium
.override(
fontFamily:
FlutterFlowTheme.of(context)
fontFamily: FlutterFlowTheme.of(context)
.bodyMediumFamily,
letterSpacing: 0.0,
fontSize: 12,
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(context)
@ -583,7 +505,9 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
focusNode: _model.textFieldFocusNode4,
autofocus: false,
obscureText: false,
readOnly: true,
decoration: InputDecoration(
isDense: true,
labelText:
FFLocalizations.of(context).getText(
'xjxhzqqm' /* Motivo da Visita */,
@ -594,15 +518,12 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
fontFamily:
FlutterFlowTheme.of(context)
.labelMediumFamily,
color:
FlutterFlowTheme.of(context)
color: FlutterFlowTheme.of(context)
.primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts
.asMap()
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(
context)
FlutterFlowTheme.of(context)
.labelMediumFamily),
),
hintText:
@ -615,15 +536,12 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
fontFamily:
FlutterFlowTheme.of(context)
.labelMediumFamily,
color:
FlutterFlowTheme.of(context)
color: FlutterFlowTheme.of(context)
.primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts
.asMap()
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(
context)
FlutterFlowTheme.of(context)
.labelMediumFamily),
),
enabledBorder: OutlineInputBorder(
@ -632,8 +550,7 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
.accent1,
width: 0.5,
),
borderRadius:
BorderRadius.circular(8.0),
borderRadius: BorderRadius.circular(8.0),
),
focusedBorder: OutlineInputBorder(
borderSide: BorderSide(
@ -641,33 +558,29 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
.primary,
width: 0.5,
),
borderRadius:
BorderRadius.circular(8.0),
borderRadius: BorderRadius.circular(8.0),
),
errorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context)
.error,
color:
FlutterFlowTheme.of(context).error,
width: 0.5,
),
borderRadius:
BorderRadius.circular(8.0),
borderRadius: BorderRadius.circular(8.0),
),
focusedErrorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context)
.error,
color:
FlutterFlowTheme.of(context).error,
width: 0.5,
),
borderRadius:
BorderRadius.circular(8.0),
borderRadius: BorderRadius.circular(8.0),
),
),
style: FlutterFlowTheme.of(context)
.bodyMedium
.override(
fontFamily:
FlutterFlowTheme.of(context)
fontFamily: FlutterFlowTheme.of(context)
.bodyMediumFamily,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap()
@ -690,7 +603,9 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
focusNode: _model.textFieldFocusNode5,
autofocus: false,
obscureText: false,
readOnly: true,
decoration: InputDecoration(
isDense: true,
labelText:
FFLocalizations.of(context).getText(
'2ujg7u18' /* Nível de Acesso */,
@ -701,15 +616,12 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
fontFamily:
FlutterFlowTheme.of(context)
.labelMediumFamily,
color:
FlutterFlowTheme.of(context)
color: FlutterFlowTheme.of(context)
.primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts
.asMap()
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(
context)
FlutterFlowTheme.of(context)
.labelMediumFamily),
),
hintText:
@ -722,15 +634,12 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
fontFamily:
FlutterFlowTheme.of(context)
.labelMediumFamily,
color:
FlutterFlowTheme.of(context)
color: FlutterFlowTheme.of(context)
.primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts
.asMap()
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(
context)
FlutterFlowTheme.of(context)
.labelMediumFamily),
),
enabledBorder: OutlineInputBorder(
@ -739,8 +648,7 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
.accent1,
width: 0.5,
),
borderRadius:
BorderRadius.circular(8.0),
borderRadius: BorderRadius.circular(8.0),
),
focusedBorder: OutlineInputBorder(
borderSide: BorderSide(
@ -748,33 +656,29 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
.primary,
width: 0.5,
),
borderRadius:
BorderRadius.circular(8.0),
borderRadius: BorderRadius.circular(8.0),
),
errorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context)
.error,
color:
FlutterFlowTheme.of(context).error,
width: 0.5,
),
borderRadius:
BorderRadius.circular(8.0),
borderRadius: BorderRadius.circular(8.0),
),
focusedErrorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context)
.error,
color:
FlutterFlowTheme.of(context).error,
width: 0.5,
),
borderRadius:
BorderRadius.circular(8.0),
borderRadius: BorderRadius.circular(8.0),
),
),
style: FlutterFlowTheme.of(context)
.bodyMedium
.override(
fontFamily:
FlutterFlowTheme.of(context)
fontFamily: FlutterFlowTheme.of(context)
.bodyMediumFamily,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap()
@ -801,9 +705,10 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
focusNode: _model.textFieldFocusNode6,
autofocus: false,
obscureText: false,
readOnly: true,
decoration: InputDecoration(
labelText:
FFLocalizations.of(context).getText(
isDense: true,
labelText: FFLocalizations.of(context).getText(
'ritce5uw' /* Observações da Visita */,
),
labelStyle: FlutterFlowTheme.of(context)
@ -834,16 +739,14 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
),
enabledBorder: OutlineInputBorder(
borderSide: BorderSide(
color:
FlutterFlowTheme.of(context).accent1,
color: FlutterFlowTheme.of(context).accent1,
width: 0.5,
),
borderRadius: BorderRadius.circular(8.0),
),
focusedBorder: OutlineInputBorder(
borderSide: BorderSide(
color:
FlutterFlowTheme.of(context).primary,
color: FlutterFlowTheme.of(context).primary,
width: 0.5,
),
borderRadius: BorderRadius.circular(8.0),
@ -870,8 +773,7 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
.bodyMediumFamily,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(context)
.containsKey(FlutterFlowTheme.of(context)
.bodyMediumFamily),
),
validator: _model.textController6Validator
@ -881,49 +783,10 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
),
],
),
Container(
width: double.infinity,
height: 22.0,
decoration: BoxDecoration(
color:
FlutterFlowTheme.of(context).secondaryBackground,
borderRadius: const BorderRadius.only(
bottomLeft: Radius.circular(25.0),
bottomRight: Radius.circular(25.0),
topLeft: Radius.circular(0.0),
topRight: Radius.circular(0.0),
].divide(const SizedBox(height: 0.0)),
),
),
),
]
.divide(const SizedBox(height: 30.0))
.addToStart(const SizedBox(height: 100.0)),
),
],
),
),
Align(
alignment: const AlignmentDirectional(0.0, 1.0),
child: Padding(
padding: const EdgeInsetsDirectional.fromSTEB(0.0, 6.0, 0.0, 0.0),
child: Container(
width: double.infinity,
height: 35.0,
decoration: BoxDecoration(
color: FlutterFlowTheme.of(context).primary,
borderRadius: const BorderRadius.only(
bottomLeft: Radius.circular(0.0),
bottomRight: Radius.circular(0.0),
topLeft: Radius.circular(0.0),
topRight: Radius.circular(0.0),
),
),
child: InkWell(
splashColor: Colors.transparent,
focusColor: Colors.transparent,
hoverColor: Colors.transparent,
highlightColor: Colors.transparent,
onTap: () async {
IconButton(
onPressed: () async {
_model.postScheduleVisit =
await PhpGroup.postScheduleVisitCall.call(
devUUID: FFAppState().devUUID,
@ -931,11 +794,11 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
atividade: 'putVisita',
devDesc: widget.visitObsStr,
idVisitante: widget.visitorStrList,
dtInicio: widget.visitStartDate,
dtFim: widget.visitEndDate,
dtInicio:
_model.convertDateFormat(widget.visitStartDate ?? ''),
dtFim: _model.convertDateFormat(widget.visitEndDate ?? ''),
unica: widget.visitTempStr,
idMotivo:
extractIdToStr(widget.visitResonStr!),
idMotivo: extractIdToStr(widget.visitResonStr!),
idNAC: extractIdToStr(widget.visitLevelStr!),
obs: widget.visitObsStr,
cliID: FFAppState().cliUUID,
@ -967,18 +830,16 @@ class _ScheduleVisitDetailWidgetState extends State<ScheduleVisitDetailWidget> {
setState(() {});
},
child: Icon(
Icons.save_alt,
color: FlutterFlowTheme.of(context).secondaryText,
size: 24.0,
),
),
),
icon: Icon(
Icons.check,
color: FlutterFlowTheme.of(context).primary,
size: 15.0,
),
),
],
),
),
),
);
}
}

View File

@ -1,24 +1,43 @@
import 'package:hub/shared/utils/validator_util.dart';
import '/backend/api_requests/api_calls.dart';
import '/flutter_flow/flutter_flow_util.dart';
import 'forgot_password_template_component_widget.dart'
show ForgotPasswordTemplateComponentWidget;
import 'package:flutter/material.dart';
class ForgotPasswordTemplateComponentModel
extends FlutterFlowModel<ForgotPasswordTemplateComponentWidget> {
/// State fields for stateful widgets in this component.
final formKey = GlobalKey<FormState>();
// State field(s) for emailAddress widget.
FocusNode? emailAddressFocusNode;
TextEditingController? emailAddressTextController;
String? Function(BuildContext, String?)? emailAddressTextControllerValidator;
String? _emailAddressTextControllerValidator(
BuildContext context, String? val) {
if (val == null || val.isEmpty) {
return FFLocalizations.of(context).getText(
'3hqg8buh' /* E-mail é Obrigatório */,
);
}
if (!ValidatorUtil.isValidEmail(val)) {
return FFLocalizations.of(context).getText(
'jh5r2b1w' /* E-mail Inválido */,
);
}
return null;
}
// Stores action output result for [Backend Call - API (forgotPassword)] action in Button-Login widget.
ApiCallResponse? req;
@override
void initState(BuildContext context) {}
void initState(BuildContext context) {
emailAddressTextControllerValidator = _emailAddressTextControllerValidator;
}
@override
void dispose() {

View File

@ -1,18 +1,21 @@
import 'dart:developer';
import 'package:hub/flutter_flow/nav/nav.dart';
import 'package:hub/shared/utils/dialog_util.dart';
import 'package:hub/shared/utils/log_util.dart';
import 'package:hub/shared/utils/validator_util.dart';
import '/backend/api_requests/api_calls.dart';
import '/components/molecular_components/throw_exception/throw_exception_widget.dart';
import '/flutter_flow/flutter_flow_theme.dart';
import '/flutter_flow/flutter_flow_util.dart';
import '/flutter_flow/flutter_flow_widgets.dart';
import 'package:easy_debounce/easy_debounce.dart';
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'forgot_password_template_component_model.dart';
export 'forgot_password_template_component_model.dart';
//
class ForgotPasswordTemplateComponentWidget extends StatefulWidget {
const ForgotPasswordTemplateComponentWidget({super.key});
@ -153,37 +156,33 @@ class _ForgotPasswordTemplateComponentWidgetState
),
),
),
Padding(
Form(
key: _model.formKey,
autovalidateMode: AutovalidateMode.onUserInteraction,
child: Padding(
padding: const EdgeInsetsDirectional.fromSTEB(16.0, 12.0, 16.0, 0.0),
child: SizedBox(
width: double.infinity,
child: TextFormField(
controller: _model.emailAddressTextController,
focusNode: _model.emailAddressFocusNode,
onChanged: (_) => EasyDebounce.debounce(
'_model.emailAddressTextController',
const Duration(milliseconds: 500),
() => setState(() {}),
),
autofocus: true,
autofillHints: const [AutofillHints.email],
obscureText: false,
decoration: InputDecoration(
isDense: true,
labelText: FFLocalizations.of(context).getText(
'mtz8l7ft' /* Email */,
'mtz8l7ft' /* E-mail */,
),
labelStyle:
FlutterFlowTheme.of(context).labelMedium.override(
fontFamily: 'Plus Jakarta Sans',
color: FlutterFlowTheme.of(context).accent1,
fontSize: 14.0,
letterSpacing: 0.0,
fontWeight: FontWeight.w500,
useGoogleFonts: GoogleFonts.asMap()
.containsKey('Plus Jakarta Sans'),
),
hintText: FFLocalizations.of(context).getText(
'w7y5wlnv' /* digite o seu email..... */,
),
hintStyle:
FlutterFlowTheme.of(context).labelMedium.override(
fontFamily: 'Plus Jakarta Sans',
color: FlutterFlowTheme.of(context).primaryText,
color: FlutterFlowTheme.of(context).primary,
fontSize: 14.0,
letterSpacing: 0.0,
fontWeight: FontWeight.w500,
@ -191,40 +190,38 @@ class _ForgotPasswordTemplateComponentWidgetState
.containsKey('Plus Jakarta Sans'),
),
enabledBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context).accent1,
width: 2.0,
borderSide: const BorderSide(
color: Colors.black,
width: 2.00,
),
borderRadius: BorderRadius.circular(12.0),
),
focusedBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context).accent3,
width: 2.0,
color: FlutterFlowTheme.of(context).primary,
width: 2.00,
),
borderRadius: BorderRadius.circular(12.0),
),
errorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context).error,
width: 2.0,
width: 2.00,
),
borderRadius: BorderRadius.circular(12.0),
),
focusedErrorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context).error,
width: 2.0,
width: 2.00,
),
borderRadius: BorderRadius.circular(12.0),
),
filled: true,
fillColor: FlutterFlowTheme.of(context).primaryBackground,
contentPadding:
const EdgeInsetsDirectional.fromSTEB(24.0, 24.0, 20.0, 24.0),
contentPadding: const EdgeInsetsDirectional.fromSTEB(
24.0, 24.0, 20.0, 24.0),
suffixIcon: Icon(
Icons.email,
color: FlutterFlowTheme.of(context).accent1,
color: FlutterFlowTheme.of(context).primary,
size: 22.0,
),
),
@ -239,47 +236,43 @@ class _ForgotPasswordTemplateComponentWidgetState
),
maxLines: null,
keyboardType: TextInputType.emailAddress,
cursorColor: const Color(0xFF6F61EF),
cursorColor: FlutterFlowTheme.of(context).primary,
validator: _model.emailAddressTextControllerValidator
.asValidator(context),
),
),
),
),
Align(
alignment: const AlignmentDirectional(0.0, 0.0),
child: Padding(
padding: const EdgeInsetsDirectional.fromSTEB(0.0, 24.0, 0.0, 0.0),
child: FFButtonWidget(
onPressed: () async {
onPressed: (_model.emailAddressTextController.text == '' || !ValidatorUtil.isValidEmail(_model.emailAddressTextController.text))
? null
: () async {
try {
_model.req = await PhpGroup.forgotPasswordCall.call(
email: _model.emailAddressTextController.text,
);
if (PhpGroup.forgotPasswordCall.error(
(_model.req?.jsonBody ?? ''),
) ==
false) {
if (PhpGroup.forgotPasswordCall.error((_model.req?.jsonBody ?? '')) == false) {
await DialogUtil.success(context, FFLocalizations.of(context).getVariableText(
enText: "Send E-mail Successful!",
ptText: "E-mail Enviado com Sucesso!"
));
Navigator.pop(context);
} else {
await showModalBottomSheet(
isScrollControlled: true,
backgroundColor: Colors.transparent,
enableDrag: false,
context: context,
builder: (context) {
return Padding(
padding: MediaQuery.viewInsetsOf(context),
child: ThrowExceptionWidget(
msg: PhpGroup.forgotPasswordCall.msg(
(_model.req?.jsonBody ?? ''),
)!,
),
);
},
).then((value) => safeSetState(() {}));
await DialogUtil.error(context, PhpGroup.forgotPasswordCall.msg((_model.req?.jsonBody ?? ''))!);
}
setState(() {});
} catch (error, stack) {
LogUtil.requestAPIFailed("iforgot.php", _model.emailAddressTextController.text, "Recuperar Senha", error, stack);
await DialogUtil.errorDefault(context);
}
},
text: FFLocalizations.of(context).getText(
'74rnd5bu' /* Enviar */,
@ -290,7 +283,7 @@ class _ForgotPasswordTemplateComponentWidgetState
padding: const EdgeInsetsDirectional.fromSTEB(0.0, 0.0, 0.0, 0.0),
iconPadding:
const EdgeInsetsDirectional.fromSTEB(0.0, 0.0, 0.0, 0.0),
color: const Color(0xFF1AAB5F),
color: FlutterFlowTheme.of(context).primary,
textStyle: FlutterFlowTheme.of(context).titleSmall.override(
fontFamily: 'Plus Jakarta Sans',
color: Colors.white,
@ -305,8 +298,14 @@ class _ForgotPasswordTemplateComponentWidgetState
color: Colors.transparent,
width: 1.0,
),
disabledColor:
FlutterFlowTheme.of(
context)
.customColor5,
disabledTextColor:
Colors.white,
),
showLoadingIndicator: false,
showLoadingIndicator: true,
),
),
),

View File

@ -1,17 +1,21 @@
import 'dart:developer';
import 'dart:typed_data';
import 'package:hub/components/molecular_components/throw_exception/throw_exception_widget.dart';
import 'package:hub/custom_code/actions/convert_image_file_to_base64.dart';
import 'package:hub/flutter_flow/flutter_flow_theme.dart';
import '/backend/api_requests/api_calls.dart';
import '/flutter_flow/flutter_flow_util.dart';
import '/flutter_flow/form_field_controller.dart';
import 'package:flutter/material.dart';
import 'package:hub/backend/api_requests/api_manager.dart';
import 'package:hub/components/templates_components/regisiter_vistor_template_component/regisiter_vistor_template_component_widget.dart';
import 'package:hub/flutter_flow/flutter_flow_model.dart';
import 'package:hub/flutter_flow/form_field_controller.dart';
import 'package:hub/flutter_flow/uploaded_file.dart';
import 'regisiter_vistor_template_component_widget.dart';
class RegisiterVistorTemplateComponentModel
extends FlutterFlowModel<RegisiterVistorTemplateComponentWidget> {
/// State fields for stateful widgets in this component.
/// State fields for stateful widgets in this page.
final unfocusNode = FocusNode();
bool isDataUploading = false;
FFUploadedFile uploadedLocalFile =
FFUploadedFile(bytes: Uint8List.fromList([]));
@ -20,31 +24,116 @@ class RegisiterVistorTemplateComponentModel
FocusNode? textFieldFocusNode1;
TextEditingController? textController1;
String? Function(BuildContext, String?)? textController1Validator;
// State field(s) for DropDown widget.
String? dropDownValue;
FormFieldController<String>? dropDownValueController;
String? _textController1Validator(BuildContext context, String? val) {
if (val == null || val.isEmpty) {
return FFLocalizations.of(context).getVariableText(
enText: 'This field is required',
ptText: 'Este campo é obrigatório',
);
}
return null;
}
Future<bool?> getVisitanteByDocument(
String document, BuildContext context) async {
final response = await PhpGroup.getVisitorByDocCall.call(
devUUID: FFAppState().devUUID,
userUUID: FFAppState().userUUID,
cliID: FFAppState().cliUUID,
atividade: 'getVisitante',
documento: document,
);
log('${response.jsonBody}');
if (response.jsonBody['visitante']['VTE_ID'] != '0' &&
response.jsonBody['error'] != 'false') {
return true;
}
return null;
}
// State field(s) for TextField widget.
FocusNode? textFieldFocusNode2;
TextEditingController? textController2;
String? Function(BuildContext, String?)? textController2Validator;
String? _textController2Validator(BuildContext context, String? val) {
if (val == null || val.isEmpty) {
return FFLocalizations.of(context).getVariableText(
enText: 'This field is required',
ptText: 'Este campo é obrigatório',
);
}
return null;
}
// State field(s) for DropDown widget.
String? dropDownValue;
FormFieldController<String>? dropDownValueController;
// State field(s) for TextField widget.
FocusNode? textFieldFocusNode3;
TextEditingController? textController3;
String? Function(BuildContext, String?)? textController3Validator;
String? _textController3Validator(BuildContext context, String? val) {
if (val == null || val.isEmpty) {
return FFLocalizations.of(context).getVariableText(
enText: 'This field is required',
ptText: 'Este campo é obrigatório',
);
}
return null;
}
// State field(s) for TextField widget.
FocusNode? textFieldFocusNode4;
TextEditingController? textController4;
String? Function(BuildContext, String?)? textController4Validator;
String? _textController4Validator(BuildContext context, String? val) {
if (val == null || val.isEmpty) {
return FFLocalizations.of(context).getVariableText(
enText: 'This field is required',
ptText: 'Este campo é obrigatório',
);
}
if (!val.contains('@') || !val.contains('.')) {
return FFLocalizations.of(context).getVariableText(
enText: 'Invalid email',
ptText: 'Email inválido',
);
}
return null;
}
// Stores action output result for [Custom Action - convertImageFileToBase64] action in Button widget.
String? imgBase64;
// Stores action output result for [Backend Call - API (postScheduleVisitor)] action in Button widget.
ApiCallResponse? registerVisitor;
ApiCallResponse? scheduleVisitor;
@override
void initState(BuildContext context) {}
void initState(BuildContext context) {
textFieldFocusNode1 = FocusNode();
textController1 = TextEditingController();
textController1Validator = _textController1Validator;
textFieldFocusNode2 = FocusNode();
textController2 = TextEditingController();
textController2Validator = _textController2Validator;
dropDownValue = '';
// dropDownValueController = FormFieldController<String>(initialValue: dropDownValue);
textFieldFocusNode3 = FocusNode();
textController3 = TextEditingController();
textController3Validator = _textController3Validator;
textFieldFocusNode4 = FocusNode();
textController4 = TextEditingController();
textController4Validator = _textController4Validator;
}
@override
void dispose() {
unfocusNode.dispose();
textFieldFocusNode1?.dispose();
textController1?.dispose();
@ -58,4 +147,3 @@ class RegisiterVistorTemplateComponentModel
textController4?.dispose();
}
}

View File

@ -8,6 +8,7 @@ class SignInTemplateComponentModel
/// State fields for stateful widgets in this component.
final formKey = GlobalKey<FormState>();
final unfocusNode = FocusNode();
// State field(s) for emailAddress widget.
FocusNode? emailAddressFocusNode;
TextEditingController? emailAddressTextController;

View File

@ -1,3 +1,9 @@
import 'package:hub/components/atomic_components/shared_components_atoms/atom_image_svg_theme.dart';
import 'package:hub/shared/components/atoms/atom_terms_of_use.dart';
import 'package:hub/shared/utils/dialog_util.dart';
import 'package:hub/shared/utils/log_util.dart';
import 'package:hub/shared/utils/validator_util.dart';
import '/components/templates_components/forgot_password_template_component/forgot_password_template_component_widget.dart';
import '/flutter_flow/flutter_flow_animations.dart';
import '/flutter_flow/flutter_flow_theme.dart';
@ -93,6 +99,18 @@ class _SignInTemplateComponentWidgetState
super.dispose();
}
bool _isFormInvalid() {
if (_model.emailAddressTextController.text == '' || _model.passwordTextController.text == '') {
return true;
}
if (!ValidatorUtil.isValidEmail(_model.emailAddressTextController.text)) {
return true;
}
return false;
}
@override
Widget build(BuildContext context) {
return Row(
@ -113,8 +131,8 @@ class _SignInTemplateComponentWidgetState
mainAxisAlignment: MainAxisAlignment.center,
children: [
Padding(
padding:
const EdgeInsetsDirectional.fromSTEB(0.0, 35.0, 0.0, 35.0),
padding: const EdgeInsetsDirectional.fromSTEB(
0.0, 35.0, 0.0, 35.0),
child: Container(
width: 548.0,
height: 112.0,
@ -130,7 +148,8 @@ class _SignInTemplateComponentWidgetState
children: [
Expanded(
child: Align(
alignment: const AlignmentDirectional(0.0, 1.0),
alignment:
const AlignmentDirectional(0.0, 1.0),
child: Padding(
padding: const EdgeInsets.all(3.0),
child: Text(
@ -166,12 +185,7 @@ class _SignInTemplateComponentWidgetState
decoration: const BoxDecoration(),
child: ClipRRect(
borderRadius: BorderRadius.circular(8.0),
child: Image.network(
'https://storage.googleapis.com/flutterflow-io-6f20.appspot.com/projects/flutter-freaccess-hub-0xgz9q/assets/sr43ucngg4a4/Vector.png',
width: 603.0,
height: 155.0,
fit: BoxFit.contain,
),
child: const AtomImageSvgTheme(filename: 'login', width: 600, height: 155),
),
),
Column(
@ -205,12 +219,13 @@ class _SignInTemplateComponentWidgetState
Form(
key: _model.formKey,
autovalidateMode:
AutovalidateMode.always,
AutovalidateMode.onUserInteraction,
child: Column(
mainAxisSize: MainAxisSize.max,
children: [
Padding(
padding: const EdgeInsetsDirectional
padding:
const EdgeInsetsDirectional
.fromSTEB(
0.0, 0.0, 0.0, 16.0),
child: SizedBox(
@ -223,7 +238,8 @@ class _SignInTemplateComponentWidgetState
onChanged: (_) =>
EasyDebounce.debounce(
'_model.emailAddressTextController',
const Duration(milliseconds: 500),
const Duration(
milliseconds: 500),
() => setState(() {}),
),
autofocus: true,
@ -351,7 +367,8 @@ class _SignInTemplateComponentWidgetState
),
),
Padding(
padding: const EdgeInsetsDirectional
padding:
const EdgeInsetsDirectional
.fromSTEB(
0.0, 0.0, 0.0, 16.0),
child: SizedBox(
@ -364,7 +381,8 @@ class _SignInTemplateComponentWidgetState
onChanged: (_) =>
EasyDebounce.debounce(
'_model.passwordTextController',
const Duration(milliseconds: 500),
const Duration(
milliseconds: 500),
() => setState(() {}),
),
autofocus: true,
@ -417,7 +435,8 @@ class _SignInTemplateComponentWidgetState
),
focusedBorder:
OutlineInputBorder(
borderSide: const BorderSide(
borderSide:
const BorderSide(
color:
Color(0xFF1AAB5F),
width: 0.25,
@ -428,7 +447,8 @@ class _SignInTemplateComponentWidgetState
),
errorBorder:
OutlineInputBorder(
borderSide: const BorderSide(
borderSide:
const BorderSide(
color:
Color(0xFFFF5963),
width: 0.25,
@ -439,7 +459,8 @@ class _SignInTemplateComponentWidgetState
),
focusedErrorBorder:
OutlineInputBorder(
borderSide: const BorderSide(
borderSide:
const BorderSide(
color:
Color(0xFFFF5963),
width: 0.25,
@ -514,16 +535,12 @@ class _SignInTemplateComponentWidgetState
mainAxisSize: MainAxisSize.max,
children: [
Padding(
padding: const EdgeInsetsDirectional
padding:
const EdgeInsetsDirectional
.fromSTEB(
0.0, 0.0, 0.0, 16.0),
child: FFButtonWidget(
onPressed: ((_model.emailAddressTextController
.text ==
'') &&
(_model.passwordTextController
.text ==
''))
onPressed: _isFormInvalid()
? null
: () async {
await action_blocks
@ -548,18 +565,12 @@ class _SignInTemplateComponentWidgetState
height: 44.0,
padding:
const EdgeInsetsDirectional
.fromSTEB(
0.0,
0.0,
0.0,
0.0),
.fromSTEB(0.0,
0.0, 0.0, 0.0),
iconPadding:
const EdgeInsetsDirectional
.fromSTEB(
0.0,
0.0,
0.0,
0.0),
.fromSTEB(0.0,
0.0, 0.0, 0.0),
color:
FlutterFlowTheme.of(
context)
@ -586,7 +597,8 @@ class _SignInTemplateComponentWidgetState
'Plus Jakarta Sans'),
),
elevation: 3.0,
borderSide: const BorderSide(
borderSide:
const BorderSide(
color:
Colors.transparent,
width: 1.0,
@ -605,7 +617,8 @@ class _SignInTemplateComponentWidgetState
),
),
Padding(
padding: const EdgeInsetsDirectional
padding:
const EdgeInsetsDirectional
.fromSTEB(
0.0, 0.0, 0.0, 16.0),
child: FFButtonWidget(
@ -624,18 +637,12 @@ class _SignInTemplateComponentWidgetState
height: 44.0,
padding:
const EdgeInsetsDirectional
.fromSTEB(
0.0,
0.0,
0.0,
0.0),
.fromSTEB(0.0,
0.0, 0.0, 0.0),
iconPadding:
const EdgeInsetsDirectional
.fromSTEB(
0.0,
0.0,
0.0,
0.0),
.fromSTEB(0.0,
0.0, 0.0, 0.0),
color:
FlutterFlowTheme.of(
context)
@ -662,7 +669,8 @@ class _SignInTemplateComponentWidgetState
'Plus Jakarta Sans'),
),
elevation: 3.0,
borderSide: const BorderSide(
borderSide:
const BorderSide(
color:
Colors.transparent,
width: 1.0,
@ -689,23 +697,10 @@ class _SignInTemplateComponentWidgetState
.fromSTEB(0.0, 0.0,
0.0, 16.0),
child: FFButtonWidget(
onPressed: (((_model.emailAddressTextController
.text ==
'') ||
((_model.emailAddressFocusNode
?.hasFocus ??
false) !=
null)) &&
((_model.emailAddressTextController
.text ==
'') ||
((_model.passwordTextController.text ==
'') ||
((_model.passwordFocusNode?.hasFocus ??
false) !=
null))))
onPressed: _isFormInvalid()
? null
: () async {
try {
await action_blocks
.singInLoginAction(
context,
@ -717,6 +712,10 @@ class _SignInTemplateComponentWidgetState
.text,
);
setState(() {});
} catch (e, s) {
await DialogUtil.errorDefault(context);
LogUtil.requestAPIFailed('login.php', _model.emailAddressTextController.text, "Login", e, s);
}
},
text: FFLocalizations.of(
context)
@ -728,18 +727,12 @@ class _SignInTemplateComponentWidgetState
height: 44.0,
padding:
const EdgeInsetsDirectional
.fromSTEB(
0.0,
0.0,
0.0,
0.0),
.fromSTEB(0.0,
0.0, 0.0, 0.0),
iconPadding:
const EdgeInsetsDirectional
.fromSTEB(
0.0,
0.0,
0.0,
0.0),
.fromSTEB(0.0,
0.0, 0.0, 0.0),
color:
FlutterFlowTheme.of(
context)
@ -767,7 +760,8 @@ class _SignInTemplateComponentWidgetState
'Plus Jakarta Sans'),
),
elevation: 3.0,
borderSide: const BorderSide(
borderSide:
const BorderSide(
color: Colors
.transparent,
width: 1.0,
@ -776,10 +770,10 @@ class _SignInTemplateComponentWidgetState
BorderRadius
.circular(12.0),
disabledColor:
const Color(0xE81AAB5F),
const Color(
0xE81AAB5F),
),
showLoadingIndicator:
false,
showLoadingIndicator: true,
),
),
),
@ -805,18 +799,12 @@ class _SignInTemplateComponentWidgetState
height: 44.0,
padding:
const EdgeInsetsDirectional
.fromSTEB(
0.0,
0.0,
0.0,
0.0),
.fromSTEB(0.0,
0.0, 0.0, 0.0),
iconPadding:
const EdgeInsetsDirectional
.fromSTEB(
0.0,
0.0,
0.0,
0.0),
.fromSTEB(0.0,
0.0, 0.0, 0.0),
color:
FlutterFlowTheme.of(
context)
@ -844,7 +832,8 @@ class _SignInTemplateComponentWidgetState
'Plus Jakarta Sans'),
),
elevation: 3.0,
borderSide: const BorderSide(
borderSide:
const BorderSide(
color: Colors
.transparent,
width: 1.0,
@ -858,7 +847,8 @@ class _SignInTemplateComponentWidgetState
),
),
),
].divide(const SizedBox(width: 7.0)),
].divide(
const SizedBox(width: 7.0)),
);
}
},
@ -866,8 +856,8 @@ class _SignInTemplateComponentWidgetState
// You will have to add an action on this rich text to go to your login page.
Padding(
padding: const EdgeInsetsDirectional.fromSTEB(
0.0, 12.0, 0.0, 12.0),
padding: const EdgeInsetsDirectional
.fromSTEB(0.0, 12.0, 0.0, 12.0),
child: InkWell(
splashColor: Colors.transparent,
focusColor: Colors.transparent,
@ -876,21 +866,15 @@ class _SignInTemplateComponentWidgetState
onTap: () async {
await showModalBottomSheet(
isScrollControlled: true,
backgroundColor:
Colors.transparent,
enableDrag: false,
backgroundColor: Colors.transparent,
context: context,
builder: (context) {
return Padding(
padding:
MediaQuery.viewInsetsOf(
context),
child:
const ForgotPasswordTemplateComponentWidget(),
padding: MediaQuery.viewInsetsOf(context),
child: const ForgotPasswordTemplateComponentWidget(),
);
},
).then(
(value) => safeSetState(() {}));
).then((value) => safeSetState(() {}));
},
child: RichText(
textScaler: MediaQuery.of(context)
@ -936,29 +920,23 @@ class _SignInTemplateComponentWidgetState
),
mouseCursor:
SystemMouseCursors.click,
recognizer:
TapGestureRecognizer()
..onTap = () async {
await showModalBottomSheet(
isScrollControlled:
true,
backgroundColor:
Colors
.transparent,
context: context,
builder: (context) {
return Padding(
padding: MediaQuery
.viewInsetsOf(
context),
child:
const ForgotPasswordTemplateComponentWidget(),
);
},
).then((value) =>
safeSetState(
() {}));
},
// recognizer: TapGestureRecognizer()
// ..onTap = () async {
// await showModalBottomSheet(
// isScrollControlled: true,
// backgroundColor: Colors.transparent,
// context: context,
// useRootNavigator: true,
// builder: (context) {
// return Padding(
// padding: MediaQuery.viewInsetsOf(context),
// child: const ForgotPasswordTemplateComponentWidget(),
// );
// },
// ).then((value) =>
// safeSetState(
// () {}));
// },
)
],
style:
@ -981,29 +959,7 @@ class _SignInTemplateComponentWidgetState
),
),
),
Text(
FFLocalizations.of(context).getText(
'olf967cj' /* Termo de Uso */,
),
style: FlutterFlowTheme.of(context)
.bodyMedium
.override(
fontFamily:
FlutterFlowTheme.of(context)
.bodyMediumFamily,
color:
FlutterFlowTheme.of(context)
.primaryText,
fontSize: 14.0,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts
.asMap()
.containsKey(
FlutterFlowTheme.of(
context)
.bodyMediumFamily),
),
),
const AtomTermsOfUse(),
],
),
),

View File

@ -101,8 +101,7 @@ class _ViewVisitDetailWidgetState extends State<ViewVisitDetailWidget> {
TextEditingController(text: widget.visitStartDate);
_model.textFieldFocusNode2 ??= FocusNode();
_model.textController3 ??=
TextEditingController(text: widget.visitEndDate);
_model.textController3 ??= TextEditingController(text: widget.visitEndDate);
_model.textFieldFocusNode3 ??= FocusNode();
_model.textController4 ??=
@ -212,20 +211,26 @@ class _ViewVisitDetailWidgetState extends State<ViewVisitDetailWidget> {
hoverColor: Colors.transparent,
highlightColor: Colors.transparent,
onTap: () async {
Navigator.pop(context);
await showModalBottomSheet(
isScrollControlled: true,
backgroundColor: Colors.transparent,
useSafeArea: true,
context: context,
builder: (context) {
return Padding(
padding: MediaQuery.viewInsetsOf(context),
child:
const VisitorDetailsModalTemplateComponentWidget(),
);
},
).then((value) => safeSetState(() {}));
// Navigator.pop(context);
// await showModalBottomSheet(
// isScrollControlled: true,
// backgroundColor: Colors.transparent,
// useSafeArea: true,
// context: context,
// builder: (context) {
// return Padding(
// padding: MediaQuery.viewInsetsOf(context),
// child:
// const VisitorDetailsModalTemplateComponentWidget(
// visitorImageURL: '',
// visitorEmail: '',
// visitorName: '',
// visitorPhone: '',
// visitorType: '',
// ),
// );
// },
// ).then((value) => safeSetState(() {}));
},
child: ClipRRect(
borderRadius: BorderRadius.circular(100.0),
@ -870,7 +875,6 @@ class _ViewVisitDetailWidgetState extends State<ViewVisitDetailWidget> {
Share.share(
'Visita agendada para ${widget.visitStartDate} com término previsto para ${widget.visitEndDate}. Motivo: ${widget.visitReasonStr}. Nível de acesso: ${widget.visitLevelStr}. Observações: ${widget.visitObsStr}.',
);
},
),
],

View File

@ -1,6 +1,3 @@
import 'package:flutter/material.dart';
import 'package:hub/components/organism_components/schedule_visit_detail/schedule_visit_detail_widget.dart';
import 'package:hub/components/templates_components/view_visit_detail/view_visit_detail_widget.dart';
@ -74,9 +71,7 @@ class _VisitDetailsModalTemplateComponentWidgetState
@override
Widget build(BuildContext context) {
return Align(
alignment: const AlignmentDirectional(0.0, 1.0),
child: Builder(
return Builder(
builder: (context) {
if (widget.visitStatusStr != null && widget.visitStatusStr != '') {
return wrapWithModel(
@ -117,7 +112,6 @@ class _VisitDetailsModalTemplateComponentWidgetState
);
}
},
),
);
}
}

View File

@ -6,7 +6,19 @@ import 'visitor_details_modal_template_component_model.dart';
export 'visitor_details_modal_template_component_model.dart';
class VisitorDetailsModalTemplateComponentWidget extends StatefulWidget {
const VisitorDetailsModalTemplateComponentWidget({super.key});
const VisitorDetailsModalTemplateComponentWidget(
{super.key,
required this.visitorImageURL,
required this.visitorName,
required this.visitorType,
required this.visitorPhone,
required this.visitorEmail});
final String? visitorImageURL;
final String? visitorName;
final String? visitorType;
final String? visitorPhone;
final String? visitorEmail;
@override
State<VisitorDetailsModalTemplateComponentWidget> createState() =>
@ -50,11 +62,10 @@ class _VisitorDetailsModalTemplateComponentWidgetState
color: FlutterFlowTheme.of(context).primaryBackground,
borderRadius: BorderRadius.circular(25.0),
),
child: Stack(
child: Column(
mainAxisSize: MainAxisSize.max,
children: [
Align(
alignment: const AlignmentDirectional(0.0, 1.0),
child: Container(
Container(
width: double.infinity,
height: 34.0,
decoration: BoxDecoration(
@ -62,8 +73,29 @@ class _VisitorDetailsModalTemplateComponentWidgetState
borderRadius: const BorderRadius.only(
bottomLeft: Radius.circular(0.0),
bottomRight: Radius.circular(0.0),
topLeft: Radius.circular(0.0),
topRight: Radius.circular(0.0),
topLeft: Radius.circular(25.0),
topRight: Radius.circular(25.0),
),
shape: BoxShape.rectangle,
),
child: Align(
alignment: const AlignmentDirectional(1.0, -1.0),
child: Padding(
padding: const EdgeInsetsDirectional.fromSTEB(
10.0, 5.0, 15.0, 0.0),
child: InkWell(
splashColor: Colors.transparent,
focusColor: Colors.transparent,
hoverColor: Colors.transparent,
highlightColor: Colors.transparent,
onTap: () async {
Navigator.pop(context);
},
child: Icon(
Icons.close,
color: FlutterFlowTheme.of(context).primaryBackground,
size: 24.0,
),
),
),
),
@ -71,21 +103,21 @@ class _VisitorDetailsModalTemplateComponentWidgetState
Align(
alignment: const AlignmentDirectional(0.0, -1.0),
child: Padding(
padding:
const EdgeInsetsDirectional.fromSTEB(20.0, 40.0, 20.0, 0.0),
padding: const EdgeInsetsDirectional.fromSTEB(
20.0, 40.0, 20.0, 0.0),
child: Container(
decoration: const BoxDecoration(
shape: BoxShape.rectangle,
),
child: Stack(
children: [
Padding(
child: Padding(
padding: const EdgeInsetsDirectional.fromSTEB(
0.0, 10.0, 0.0, 0.0),
child: Column(
mainAxisSize: MainAxisSize.max,
mainAxisAlignment: MainAxisAlignment.start,
children: [
if (widget.visitorImageURL != '' &&
widget.visitorImageURL != null)
Container(
width: 100.0,
height: 100.0,
@ -94,7 +126,7 @@ class _VisitorDetailsModalTemplateComponentWidgetState
shape: BoxShape.circle,
),
child: Image.network(
'https://storage.googleapis.com/flutterflow-io-6f20.appspot.com/projects/flutter-freaccess-hub-0xgz9q/assets/7ftdetkzc3s0/360_F_64676383_LdbmhiNM6Ypzb3FM4PPuFP9rHe7ri8Ju.jpg',
widget.visitorImageURL!,
fit: BoxFit.cover,
),
),
@ -104,15 +136,12 @@ class _VisitorDetailsModalTemplateComponentWidgetState
padding: const EdgeInsetsDirectional.fromSTEB(
20.0, 0.0, 20.0, 0.0),
child: Text(
FFLocalizations.of(context).getText(
'kqzf7nx2' /* Nome do Visitante */,
),
widget.visitorName ?? '',
textAlign: TextAlign.start,
style: FlutterFlowTheme.of(context)
.bodyMedium
.override(
fontFamily:
FlutterFlowTheme.of(context)
fontFamily: FlutterFlowTheme.of(context)
.bodyMediumFamily,
fontSize: 24.0,
letterSpacing: 0.0,
@ -138,8 +167,7 @@ class _VisitorDetailsModalTemplateComponentWidgetState
style: FlutterFlowTheme.of(context)
.bodyMedium
.override(
fontFamily:
FlutterFlowTheme.of(context)
fontFamily: FlutterFlowTheme.of(context)
.bodyMediumFamily,
letterSpacing: 0.0,
fontWeight: FontWeight.bold,
@ -160,7 +188,8 @@ class _VisitorDetailsModalTemplateComponentWidgetState
size: 24.0,
),
Align(
alignment: const AlignmentDirectional(-1.0, 0.0),
alignment:
const AlignmentDirectional(-1.0, 0.0),
child: Padding(
padding: const EdgeInsetsDirectional.fromSTEB(
20.0, 0.0, 20.0, 0.0),
@ -177,11 +206,9 @@ class _VisitorDetailsModalTemplateComponentWidgetState
.bodyMediumFamily,
letterSpacing: 0.0,
fontWeight: FontWeight.bold,
useGoogleFonts: GoogleFonts
.asMap()
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(
context)
FlutterFlowTheme.of(context)
.bodyMediumFamily),
),
),
@ -198,7 +225,8 @@ class _VisitorDetailsModalTemplateComponentWidgetState
size: 24.0,
),
Align(
alignment: const AlignmentDirectional(-1.0, 0.0),
alignment:
const AlignmentDirectional(-1.0, 0.0),
child: Padding(
padding: const EdgeInsetsDirectional.fromSTEB(
20.0, 0.0, 20.0, 0.0),
@ -215,11 +243,9 @@ class _VisitorDetailsModalTemplateComponentWidgetState
.bodyMediumFamily,
letterSpacing: 0.0,
fontWeight: FontWeight.bold,
useGoogleFonts: GoogleFonts
.asMap()
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(
context)
FlutterFlowTheme.of(context)
.bodyMediumFamily),
),
),
@ -230,49 +256,25 @@ class _VisitorDetailsModalTemplateComponentWidgetState
],
),
),
],
),
),
),
),
Align(
alignment: const AlignmentDirectional(-1.0, -1.0),
child: Container(
width: double.infinity,
height: 34.0,
decoration: BoxDecoration(
color: FlutterFlowTheme.of(context).primaryText,
borderRadius: const BorderRadius.only(
bottomLeft: Radius.circular(0.0),
bottomRight: Radius.circular(0.0),
topLeft: Radius.circular(25.0),
topRight: Radius.circular(25.0),
),
shape: BoxShape.rectangle,
),
child: Align(
alignment: const AlignmentDirectional(1.0, -1.0),
child: Padding(
padding:
const EdgeInsetsDirectional.fromSTEB(10.0, 5.0, 15.0, 0.0),
child: InkWell(
splashColor: Colors.transparent,
focusColor: Colors.transparent,
hoverColor: Colors.transparent,
highlightColor: Colors.transparent,
onTap: () async {
Navigator.pop(context);
},
child: Icon(
Icons.close,
color: FlutterFlowTheme.of(context).primaryBackground,
size: 24.0,
),
),
),
),
),
),
// Align(
// alignment: const AlignmentDirectional(0.0, 1.0),
// child: Container(
// width: double.infinity,
// height: 34.0,
// decoration: BoxDecoration(
// color: FlutterFlowTheme.of(context).primaryText,
// borderRadius: const BorderRadius.only(
// bottomLeft: Radius.circular(0.0),
// bottomRight: Radius.circular(0.0),
// topLeft: Radius.circular(0.0),
// topRight: Radius.circular(0.0),
// ),
// ),
// ),
// ),
],
),
),

View File

@ -1,4 +1,3 @@
import 'package:hub/backend/api_requests/api_calls.dart';
import 'package:hub/components/molecular_components/visitor_not_found_component/visitor_not_found_component_widget.dart';
import 'package:hub/components/templates_components/visitor_details_modal_template_component/visitor_details_modal_template_component_widget.dart';
@ -9,8 +8,6 @@ import 'package:hub/flutter_flow/flutter_flow_util.dart';
import 'package:hub/flutter_flow/flutter_flow_widgets.dart';
import 'package:hub/flutter_flow/internationalization.dart';
import 'package:cached_network_image/cached_network_image.dart';
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
@ -50,12 +47,6 @@ class _VisitorSearchModalTemplateComponentWidgetState
_model.textController ??= TextEditingController();
_model.textFieldFocusNode ??= FocusNode();
WidgetsBinding.instance.addPostFrameCallback((_) => setState(() {
_model.textController?.text = FFLocalizations.of(context).getText(
'oj12tamm' /* test */,
);
}));
}
@override
@ -69,12 +60,10 @@ class _VisitorSearchModalTemplateComponentWidgetState
Widget build(BuildContext context) {
context.watch<FFAppState>();
return Align(
alignment: const AlignmentDirectional(0.0, 0.0),
child: Padding(
padding: const EdgeInsetsDirectional.fromSTEB(0.0, 300.0, 0.0, 0.0),
return Padding(
padding: const EdgeInsetsDirectional.fromSTEB(0.0, 50.0, 0.0, 0.0),
child: Container(
width: double.infinity,
width: MediaQuery.of(context).size.width,
decoration: BoxDecoration(
color: FlutterFlowTheme.of(context).primaryBackground,
borderRadius: const BorderRadius.only(
@ -89,18 +78,15 @@ class _VisitorSearchModalTemplateComponentWidgetState
crossAxisAlignment: CrossAxisAlignment.end,
children: [
Padding(
padding: const EdgeInsetsDirectional.fromSTEB(16.0, 10.0, 16.0, 0.0),
padding:
const EdgeInsetsDirectional.fromSTEB(16.0, 10.0, 16.0, 0.0),
child: TextFormField(
controller: _model.textController,
focusNode: _model.textFieldFocusNode,
onFieldSubmitted: (_) async {
setState(() {
_model.textController?.text = valueOrDefault<String>(
_model.textController.text,
'69696777',
);
_model.textController?.selection =
TextSelection.collapsed(
_model.textController?.text = _model.textController.text;
_model.textController?.selection = TextSelection.collapsed(
offset: _model.textController!.text.length);
});
_model.getVisitorByDoc =
@ -116,22 +102,27 @@ class _VisitorSearchModalTemplateComponentWidgetState
(_model.getVisitorByDoc?.jsonBody ?? ''),
) !=
'0') {
_model
.addToVisitors(PhpGroup.getVisitorByDocCall.visitante(
_model.addToVisitors(PhpGroup.getVisitorByDocCall.visitante(
(_model.getVisitorByDoc?.jsonBody ?? ''),
));
setState(() {});
_model.addToDocs(_model.textController.text);
setState(() {});
} else {
await showModalBottomSheet(
isScrollControlled: true,
backgroundColor: Colors.transparent,
await showAdaptiveDialog(
useSafeArea: true,
context: context,
builder: (context) {
return Padding(
return Dialog(
child: Padding(
padding: MediaQuery.viewInsetsOf(context),
child: const VisitorNotFoundComponentWidget(),
child: Container(
color: Colors.transparent,
// width: MediaQuery.of(context).size.height * 0.1,
// height:
// MediaQuery.of(context).size.height * 0.4,
child: const VisitorNotFoundComponentWidget()),
),
);
},
).then((value) => safeSetState(() {}));
@ -147,9 +138,7 @@ class _VisitorSearchModalTemplateComponentWidgetState
labelText: FFLocalizations.of(context).getText(
'cjlpru1m' /* Procure pelo documento do visi... */,
),
labelStyle: FlutterFlowTheme.of(context)
.labelMedium
.override(
labelStyle: FlutterFlowTheme.of(context).labelMedium.override(
fontFamily:
FlutterFlowTheme.of(context).labelMediumFamily,
color: FlutterFlowTheme.of(context).primaryText,
@ -216,24 +205,23 @@ class _VisitorSearchModalTemplateComponentWidgetState
),
),
style: FlutterFlowTheme.of(context).bodyMedium.override(
fontFamily:
FlutterFlowTheme.of(context).bodyMediumFamily,
fontFamily: FlutterFlowTheme.of(context).bodyMediumFamily,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap().containsKey(
FlutterFlowTheme.of(context).bodyMediumFamily),
),
keyboardType: TextInputType.number,
validator:
_model.textControllerValidator.asValidator(context),
validator: _model.textControllerValidator.asValidator(context),
),
),
if (_model.visitors.isNotEmpty && _model.visitors.length > 0)
Row(
mainAxisSize: MainAxisSize.max,
mainAxisAlignment: MainAxisAlignment.start,
children: [
Padding(
padding:
const EdgeInsetsDirectional.fromSTEB(16.0, 12.0, 0.0, 0.0),
padding: const EdgeInsetsDirectional.fromSTEB(
16.0, 12.0, 0.0, 0.0),
child: Text(
FFLocalizations.of(context).getText(
'9coywebh' /* Visitantes encontrados */,
@ -249,12 +237,10 @@ class _VisitorSearchModalTemplateComponentWidgetState
),
),
Padding(
padding:
const EdgeInsetsDirectional.fromSTEB(4.0, 12.0, 16.0, 0.0),
padding: const EdgeInsetsDirectional.fromSTEB(
4.0, 12.0, 16.0, 0.0),
child: Text(
FFLocalizations.of(context).getText(
'6f5p0fv6' /* 24 */,
),
_model.visitors.length.toString(),
style: FlutterFlowTheme.of(context).bodyMedium.override(
fontFamily:
FlutterFlowTheme.of(context).bodyMediumFamily,
@ -271,13 +257,12 @@ class _VisitorSearchModalTemplateComponentWidgetState
builder: (context) {
if (_model.visitors.isNotEmpty) {
return Padding(
padding:
const EdgeInsetsDirectional.fromSTEB(8.0, 8.0, 8.0, 0.0),
padding: const EdgeInsetsDirectional.fromSTEB(
8.0, 8.0, 8.0, 0.0),
child: Builder(
builder: (context) {
final visitor =
_model.visitors.map((e) => e).toList();
return ListView.builder(
padding: EdgeInsets.zero,
scrollDirection: Axis.vertical,
@ -293,39 +278,42 @@ class _VisitorSearchModalTemplateComponentWidgetState
hoverColor: Colors.transparent,
highlightColor: Colors.transparent,
onTap: () async {
await showModalBottomSheet(
isScrollControlled: true,
enableDrag: false,
context: context,
builder: (context) {
return Padding(
padding: MediaQuery.viewInsetsOf(
context),
child: const SizedBox(
height: 610.0,
child:
VisitorDetailsModalTemplateComponentWidget(),
),
);
},
).then((value) => safeSetState(() {}));
// await showModalBottomSheet(
// isScrollControlled: true,
// enableDrag: true,
// isDismissible: true,
// context: context,
// builder: (context) {
// return Padding(
// padding:
// MediaQuery.viewInsetsOf(context),
// child: SizedBox(
// height: 610.0,
// child:
// VisitorDetailsModalTemplateComponentWidget(
// visitorImageURL:
// "https://freaccess.com.br/freaccess/getImage.php?devUUID=${FFAppState().devUUID}&userUUID=${FFAppState().userUUID}&cliID=${FFAppState().cliUUID}&atividade=getFoto&Documento=${getJsonField(
// visitorItem,
// r'''$.VTE_DOCUMENTO''',
// ).toString()}&tipo=E",
// visitorEmail: '',
// visitorName: getJsonField(
// visitorItem,
// r'''$.VTE_NOME''',
// )?.toString(),
// visitorPhone: '',
// visitorType: '',
// ),
// ),
// );
// },
// ).then((value) => safeSetState(() {}));
},
child: Container(
width: 100.0,
decoration: BoxDecoration(
color: FlutterFlowTheme.of(context)
.secondaryBackground,
boxShadow: [
BoxShadow(
blurRadius: 0.0,
color: FlutterFlowTheme.of(context)
.alternate,
offset: const Offset(
0.0,
1.0,
),
)
],
.primaryBackground,
),
child: Padding(
padding: const EdgeInsets.all(8.0),
@ -338,18 +326,15 @@ class _VisitorSearchModalTemplateComponentWidgetState
borderRadius:
BorderRadius.circular(40.0),
child: CachedNetworkImage(
fadeInDuration:
const Duration(milliseconds: 500),
fadeOutDuration:
const Duration(milliseconds: 500),
fadeInDuration: const Duration(
milliseconds: 500),
fadeOutDuration: const Duration(
milliseconds: 500),
imageUrl:
valueOrDefault<String>(
'https://freaccess.com.br/freaccess/getImage.php?devUUID=${FFAppState().devUUID}&userUUID=${FFAppState().userUUID}&cliID=${FFAppState().cliUUID}&atividade=getFoto&Documento=${getJsonField(
"https://freaccess.com.br/freaccess/getImage.php?devUUID=${FFAppState().devUUID}&userUUID=${FFAppState().userUUID}&cliID=${FFAppState().cliUUID}&atividade=getFoto&Documento=${getJsonField(
visitorItem,
r'''$.VTE_DOCUMENTO''',
).toString()}&tipo=E',
'https://storage.googleapis.com/flutterflow-io-6f20.appspot.com/projects/flutter-freaccess-hub-0xgz9q/assets/7ftdetkzc3s0/360_F_64676383_LdbmhiNM6Ypzb3FM4PPuFP9rHe7ri8Ju.jpg',
),
).toString()}&tipo=E",
width: 60.0,
height: 60.0,
fit: BoxFit.cover,
@ -358,14 +343,16 @@ class _VisitorSearchModalTemplateComponentWidgetState
Expanded(
child: Column(
mainAxisSize: MainAxisSize.max,
mainAxisAlignment:
MainAxisAlignment.center,
crossAxisAlignment:
CrossAxisAlignment.start,
children: [
Padding(
padding:
const EdgeInsetsDirectional
.fromSTEB(12.0, 0.0,
0.0, 0.0),
.fromSTEB(
12.0, 0.0, 0.0, 0.0),
child: Text(
valueOrDefault<String>(
getJsonField(
@ -374,76 +361,24 @@ class _VisitorSearchModalTemplateComponentWidgetState
)?.toString(),
'NOT FOUND',
),
style:
FlutterFlowTheme.of(
style: FlutterFlowTheme.of(
context)
.bodyLarge
.override(
fontFamily: FlutterFlowTheme.of(
fontFamily:
FlutterFlowTheme.of(
context)
.bodyLargeFamily,
letterSpacing:
0.0,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts
.asMap()
.containsKey(
FlutterFlowTheme.of(context)
FlutterFlowTheme.of(
context)
.bodyLargeFamily),
),
),
),
Padding(
padding:
const EdgeInsetsDirectional
.fromSTEB(4.0, 4.0,
0.0, 0.0),
child: Row(
mainAxisSize:
MainAxisSize.max,
mainAxisAlignment:
MainAxisAlignment
.start,
children: [
Align(
alignment:
const AlignmentDirectional(
0.0, -1.0),
child: Padding(
padding:
const EdgeInsetsDirectional
.fromSTEB(
10.0,
0.0,
0.0,
0.0),
child: Text(
getJsonField(
visitorItem,
r'''$.VTE_TELEFONE''',
).toString(),
style: FlutterFlowTheme
.of(context)
.bodyMedium
.override(
fontFamily:
FlutterFlowTheme.of(context)
.bodyMediumFamily,
color: FlutterFlowTheme.of(
context)
.primary,
letterSpacing:
0.0,
useGoogleFonts: GoogleFonts
.asMap()
.containsKey(
FlutterFlowTheme.of(context).bodyMediumFamily),
),
),
),
),
],
),
),
],
),
),
@ -452,10 +387,10 @@ class _VisitorSearchModalTemplateComponentWidgetState
borderWidth: 1.0,
buttonSize: 40.0,
icon: Icon(
Icons.restore_from_trash,
Icons.close,
color:
FlutterFlowTheme.of(context)
.primary,
.customColor6,
size: 20.0,
),
onPressed: () async {
@ -480,14 +415,17 @@ class _VisitorSearchModalTemplateComponentWidgetState
width: 100.0,
height: 100.0,
decoration: BoxDecoration(
color:
FlutterFlowTheme.of(context).secondaryBackground,
color: FlutterFlowTheme.of(context).primaryBackground,
),
);
}
},
),
),
Row(
mainAxisAlignment: MainAxisAlignment.center,
mainAxisSize: MainAxisSize.max,
children: [
FFButtonWidget(
onPressed: () async {
await widget.getVisitors?.call(
@ -498,15 +436,17 @@ class _VisitorSearchModalTemplateComponentWidgetState
);
Navigator.pop(context);
},
text: FFLocalizations.of(context).getText(
'ug6qzyla' /* Adicionar */,
text: FFLocalizations.of(context).getVariableText(
enText: 'Add',
ptText: 'Adicionar',
),
options: FFButtonOptions(
width: double.infinity,
height: 30.0,
padding: const EdgeInsetsDirectional.fromSTEB(24.0, 0.0, 24.0, 0.0),
iconPadding:
const EdgeInsetsDirectional.fromSTEB(0.0, 0.0, 0.0, 0.0),
width: MediaQuery.of(context).size.width * 0.3,
height: MediaQuery.of(context).size.width * 0.1,
padding: const EdgeInsetsDirectional.fromSTEB(
24.0, 0.0, 24.0, 0.0),
iconPadding: const EdgeInsetsDirectional.fromSTEB(
0.0, 0.0, 0.0, 0.0),
color: FlutterFlowTheme.of(context).primary,
textStyle: FlutterFlowTheme.of(context).titleSmall.override(
fontFamily:
@ -522,15 +462,19 @@ class _VisitorSearchModalTemplateComponentWidgetState
width: 1.0,
),
borderRadius: const BorderRadius.only(
bottomLeft: Radius.circular(0.0),
bottomRight: Radius.circular(0.0),
topLeft: Radius.circular(0.0),
topRight: Radius.circular(0.0),
bottomLeft: Radius.circular(15),
bottomRight: Radius.circular(15),
topLeft: Radius.circular(15),
topRight: Radius.circular(15),
),
),
),
],
),
const SizedBox(
height: 10.0,
)
],
),
),
);

View File

@ -13,7 +13,6 @@ import 'package:url_launcher/url_launcher.dart';
import '../main.dart';
export 'keep_alive_wrapper.dart';
export 'lat_lng.dart';
export 'place.dart';
@ -87,6 +86,46 @@ Theme wrapInMaterialDatePickerTheme(
return Theme(
data: baseTheme.copyWith(
textSelectionTheme: baseTheme.textSelectionTheme.copyWith(
cursorColor: headerBackgroundColor,
selectionColor: headerBackgroundColor.withOpacity(0.4),
selectionHandleColor: headerBackgroundColor,
),
inputDecorationTheme: baseTheme.inputDecorationTheme.copyWith(
isDense: true,
hoverColor: headerBackgroundColor.withOpacity(0.04),
floatingLabelStyle: baseTheme.textTheme.labelMedium!.copyWith(
color: headerBackgroundColor,
),
labelStyle: baseTheme.textTheme.labelMedium!.copyWith(
color: headerBackgroundColor,
),
border: OutlineInputBorder(
borderSide: BorderSide(
color: headerBackgroundColor,
),
),
focusedBorder: OutlineInputBorder(
borderSide: BorderSide(
color: headerBackgroundColor,
),
),
enabledBorder: OutlineInputBorder(
borderSide: BorderSide(
color: headerBackgroundColor.withOpacity(0.6),
),
),
errorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: headerBackgroundColor,
),
),
focusedErrorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: headerBackgroundColor,
),
),
),
colorScheme: baseTheme.colorScheme.copyWith(
onSurface: pickerForegroundColor,
),
@ -149,9 +188,54 @@ Theme wrapInMaterialTimePickerTheme(
final baseTheme = Theme.of(context);
return Theme(
data: baseTheme.copyWith(
focusColor: headerBackgroundColor,
iconTheme: baseTheme.iconTheme.copyWith(
size: iconSize,
),
textSelectionTheme: baseTheme.textSelectionTheme.copyWith(
cursorColor: headerBackgroundColor,
selectionColor: headerBackgroundColor.withOpacity(0.4),
selectionHandleColor: headerBackgroundColor,
),
inputDecorationTheme: baseTheme.inputDecorationTheme.copyWith(
isDense: true,
focusColor: headerBackgroundColor,
hoverColor: headerBackgroundColor.withOpacity(0.04),
floatingLabelStyle: baseTheme.textTheme.labelMedium!.copyWith(
color: headerBackgroundColor,
),
labelStyle: baseTheme.textTheme.labelMedium!.copyWith(
color: headerBackgroundColor,
),
outlineBorder: BorderSide(
color: headerBackgroundColor,
),
border: OutlineInputBorder(
borderSide: BorderSide(
color: headerBackgroundColor,
),
),
focusedBorder: OutlineInputBorder(
borderSide: BorderSide(
color: headerBackgroundColor,
),
),
enabledBorder: OutlineInputBorder(
borderSide: BorderSide(
color: headerBackgroundColor.withOpacity(0.6),
),
),
errorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: headerBackgroundColor,
),
),
focusedErrorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: headerBackgroundColor,
),
),
),
textButtonTheme: TextButtonThemeData(
style: ButtonStyle(
foregroundColor: WidgetStatePropertyAll(
@ -169,6 +253,7 @@ Theme wrapInMaterialTimePickerTheme(
})),
),
timePickerTheme: baseTheme.timePickerTheme.copyWith(
hourMinuteColor: selectedDateTimeBackgroundColor,
backgroundColor: pickerBackgroundColor,
hourMinuteTextColor: pickerForegroundColor,
dialHandColor: selectedDateTimeBackgroundColor,

View File

@ -569,8 +569,8 @@ final kTranslationsMap = <Map<String, Map<String, String>>>[
// throwException
{
'e58xxxiq': {
'pt': 'ERRO',
'en': 'ERROR',
'pt': 'Falha :(',
'en': 'Fail :(',
},
},
// regisiterVistorTemplateComponent
@ -873,28 +873,28 @@ final kTranslationsMap = <Map<String, Map<String, String>>>[
'en': 'LET\'S GO! SIGN IN WITH YOUR ACCOUNT',
},
'1ltg0ylb': {
'pt': 'Email',
'en': 'Email',
'pt': 'E-mail',
'en': 'E-mail',
},
'2x19ce8k': {
'pt': 'Senha',
'en': 'Password',
},
'xhnawzcb': {
'pt': 'Campo é necessário',
'en': 'Field is required',
'pt': 'E-mail é Obrigatório',
'en': 'E-mail is required',
},
's3j1hjqx': {
'pt': 'E-mail Inv',
'en': '',
'pt': 'E-mail Inválido',
'en': 'Invalid E-mail',
},
'2ib9bf67': {
'pt': 'Please choose an option from the dropdown',
'en': '',
},
'9cs5wlmc': {
'pt': 'Campo é necessário',
'en': 'Field is required',
'pt': 'Senha é Obrigatório',
'en': 'Password is required',
},
'rkxwb0sg': {
'pt': 'Please choose an option from the dropdown',
@ -922,7 +922,7 @@ final kTranslationsMap = <Map<String, Map<String, String>>>[
},
'p5c6d54y': {
'pt': ' Recupere aqui',
'en': ' recover here',
'en': ' Recover here',
},
'olf967cj': {
'pt': 'Termo de Uso',
@ -1032,12 +1032,24 @@ final kTranslationsMap = <Map<String, Map<String, String>>>[
'Don\'t worry, we will help you, enter the email registered in the application and click send.',
},
'mtz8l7ft': {
'pt': 'Email',
'en': 'Email',
'pt': 'E-mail',
'en': 'E-mail',
},
'w7y5wlnv': {
'pt': 'digite o seu email.....',
'en': 'enter your email.....',
'pt': '',
'en': '',
},
'3hqg8buh': {
'pt': 'E-mail é Obrigatório',
'en': 'E-mail is Required',
},
'jh5r2b1w': {
'pt': 'E-mail Inválido',
'en': 'Invalid E-mail',
},
'1p76vmkn': {
'pt': 'Please choose an option from the dropdown',
'en': '',
},
'74rnd5bu': {
'pt': 'Enviar',

View File

@ -52,8 +52,8 @@ Future<List<SelectedFile>?> selectMediaWithSourceBottomSheet({
required bool allowPhoto,
bool allowVideo = false,
String pickerFontFamily = 'Roboto',
Color textColor = const Color(0xFF111417),
Color backgroundColor = const Color(0xFFF5F5F5),
// Color textColor = const Color(0xFF111417),
// Color backgroundColor = const Color(0xFFF5F5F5),
bool includeDimensions = false,
bool includeBlurHash = false,
}) async {
@ -63,12 +63,12 @@ Future<List<SelectedFile>?> selectMediaWithSourceBottomSheet({
textAlign: TextAlign.center,
style: GoogleFonts.getFont(
pickerFontFamily,
color: textColor,
color: FlutterFlowTheme.of(context).primaryText,
fontWeight: FontWeight.w600,
fontSize: 20,
),
),
tileColor: backgroundColor,
tileColor: FlutterFlowTheme.of(context).primaryBackground,
dense: false,
onTap: () => Navigator.pop(
context,
@ -77,7 +77,7 @@ Future<List<SelectedFile>?> selectMediaWithSourceBottomSheet({
);
final mediaSource = await showModalBottomSheet<MediaSource>(
context: context,
backgroundColor: backgroundColor,
backgroundColor: FlutterFlowTheme.of(context).primaryBackground,
builder: (context) {
return Column(
mainAxisSize: MainAxisSize.min,
@ -91,13 +91,15 @@ Future<List<SelectedFile>?> selectMediaWithSourceBottomSheet({
textAlign: TextAlign.center,
style: GoogleFonts.getFont(
pickerFontFamily,
color: textColor.withOpacity(0.65),
color: FlutterFlowTheme.of(context)
.primaryText
.withOpacity(0.65),
fontWeight: FontWeight.w500,
fontSize: 20,
),
),
tileColor: backgroundColor,
dense: false,
tileColor: FlutterFlowTheme.of(context).primaryBackground,
dense: true,
),
),
const Divider(),
@ -360,14 +362,22 @@ void showUploadMessage(
child: CircularProgressIndicator(
valueColor: Theme.of(context).brightness == Brightness.dark
? AlwaysStoppedAnimation<Color>(
FlutterFlowTheme.of(context).accent4)
FlutterFlowTheme.of(context).info)
: null,
),
),
Text(message),
Text(message, style: FlutterFlowTheme.of(context).bodyMedium),
],
),
duration: showLoading ? const Duration(days: 1) : const Duration(seconds: 4),
backgroundColor: FlutterFlowTheme.of(context).primary,
shape: const RoundedRectangleBorder(
borderRadius: BorderRadius.only(
topLeft: Radius.circular(15),
topRight: Radius.circular(15),
),
),
duration:
showLoading ? const Duration(days: 1) : const Duration(seconds: 4),
),
);
}

View File

@ -1,5 +1,6 @@
import 'package:firebase_core/firebase_core.dart';
import 'package:firebase_crashlytics/firebase_crashlytics.dart';
import 'package:hub/app_state.dart';
import 'package:hub/flutter_flow/flutter_flow_theme.dart';
import 'package:hub/flutter_flow/internationalization.dart';
@ -29,6 +30,8 @@ void main() async {
Future<void> initializeApp() async {
await Firebase.initializeApp(options: DefaultFirebaseOptions.currentPlatform);
FlutterError.onError = FirebaseCrashlytics.instance.recordFlutterError;
await FlutterFlowTheme.initialize();
await FFLocalizations.initialize();
final appState = FFAppState();
@ -57,6 +60,9 @@ class _MyAppState extends State<MyApp> {
@override
void initState() {
super.initState();
FirebaseCrashlytics.instance.setCrashlyticsCollectionEnabled(true);
_appStateNotifier = AppStateNotifier.instance;
_router = createRouter(_appStateNotifier);
Future.delayed(const Duration(milliseconds: 1000),

View File

@ -22,17 +22,11 @@ import 'package:hub/flutter_flow/internationalization.dart';
import 'package:hub/flutter_flow/nav/nav.dart';
import 'package:hub/pages/home_page/home_page_model.dart';
import 'package:provider/provider.dart';
class HomePageWidget extends StatefulWidget {
const HomePageWidget({super.key});
@override
State<HomePageWidget> createState() => _HomePageWidgetState();
}
@ -42,7 +36,6 @@ class _HomePageWidgetState extends State<HomePageWidget> {
bool localStatus = false;
final scaffoldKey = GlobalKey<ScaffoldState>();
Future<void> checkLocalStatus() async {
localStatus = await checkLocals(
context: context,
@ -58,9 +51,6 @@ class _HomePageWidgetState extends State<HomePageWidget> {
SchedulerBinding.instance.addPostFrameCallback((_) async {
await PushNotificationService().initialize(context);
@override
void initState() {
super.initState();
@ -105,7 +95,6 @@ class _HomePageWidgetState extends State<HomePageWidget> {
@override
Widget build(BuildContext context) {
context.watch<FFAppState>();
return GestureDetector(
onTap: () => _model.unfocusNode.canRequestFocus
@ -217,57 +206,43 @@ class _HomePageWidgetState extends State<HomePageWidget> {
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Align(
alignment:
const AlignmentDirectional(0.0, 1.0),
alignment: const AlignmentDirectional(0.0, 1.0),
child: Container(
height: 50.0,
decoration: const BoxDecoration(),
child: Align(
alignment:
const AlignmentDirectional(0.0, 0.0),
alignment: const AlignmentDirectional(0.0, 0.0),
child: Row(
mainAxisSize: MainAxisSize.max,
children: [
Align(
alignment:
const AlignmentDirectional(
-1.0, 0.0),
alignment: const AlignmentDirectional(-1.0, 0.0),
child: Padding(
padding:
const EdgeInsetsDirectional
.fromSTEB(
padding: const EdgeInsetsDirectional.fromSTEB(
10.0, 0.0, 0.0, 0.0),
child: FlutterFlowIconButton(
borderRadius: 20.0,
borderWidth: 1.0,
buttonSize: 40.0,
fillColor:
FlutterFlowTheme.of(context)
.primary,
fillColor: FlutterFlowTheme.of(context).primary,
icon: const Icon(
Icons.menu_rounded,
color: Colors.white,
size: 28.0,
),
onPressed: () async {
scaffoldKey.currentState!
.openDrawer();
scaffoldKey.currentState!.openDrawer();
},
),
),
),
Align(
alignment:
const AlignmentDirectional(
-1.0, 0.0),
alignment: const AlignmentDirectional(-1.0, 0.0),
child: Padding(
padding:
const EdgeInsetsDirectional
.fromSTEB(
padding: const EdgeInsetsDirectional.fromSTEB(
60.0, 15.0, 0.0, 0.0),
child: ClipRRect(
borderRadius:
BorderRadius.circular(8.0),
borderRadius: BorderRadius.circular(8.0),
child: Image.network(
'https://storage.googleapis.com/flutterflow-io-6f20.appspot.com/projects/flutter-freaccess-hub-0xgz9q/assets/8r2vsbd9i03k/logo.png',
width: 50.0,
@ -278,36 +253,24 @@ class _HomePageWidgetState extends State<HomePageWidget> {
),
),
Align(
alignment:
const AlignmentDirectional(
0.0, 0.0),
alignment: const AlignmentDirectional(0.0, 0.0),
child: Padding(
padding:
const EdgeInsetsDirectional
.fromSTEB(
padding: const EdgeInsetsDirectional.fromSTEB(
0.0, 15.0, 0.0, 0.0),
child: Text(
FFLocalizations.of(context)
.getText(
FFLocalizations.of(context).getText(
'rg9pzkpz' /* FRE ACCESS */,
),
style:
FlutterFlowTheme.of(context)
style: FlutterFlowTheme.of(context)
.bodyMedium
.override(
fontFamily:
FlutterFlowTheme.of(
context)
fontFamily: FlutterFlowTheme.of(context)
.bodyMediumFamily,
color: FlutterFlowTheme
.of(context)
.info,
color: FlutterFlowTheme.of(context).info,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts
.asMap()
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(
context)
FlutterFlowTheme.of(context)
.bodyMediumFamily),
),
),
@ -319,23 +282,20 @@ class _HomePageWidgetState extends State<HomePageWidget> {
),
),
Align(
alignment:
const AlignmentDirectional(0.0, 1.0),
alignment: const AlignmentDirectional(0.0, 1.0),
child: Container(
width: 100.0,
height: 50.0,
decoration: const BoxDecoration(),
child: Align(
alignment:
const AlignmentDirectional(1.0, 1.0),
alignment: const AlignmentDirectional(1.0, 1.0),
child: FlutterFlowIconButton(
borderRadius: 20.0,
borderWidth: 1.0,
buttonSize: 40.0,
icon: Icon(
Icons.notifications_sharp,
color:
FlutterFlowTheme.of(context).info,
color: FlutterFlowTheme.of(context).info,
size: 24.0,
),
onPressed: () {
@ -415,24 +375,20 @@ class _HomePageWidgetState extends State<HomePageWidget> {
width: 150.0,
child: Text(
valueOrDefault<String>(
convertToUppercase(
FFAppState().local),
convertToUppercase(FFAppState().local),
'NOME DO LOCAL',
),
style: FlutterFlowTheme.of(context)
.bodyLarge
.override(
fontFamily: 'Nunito Sans',
color:
FlutterFlowTheme.of(context)
color: FlutterFlowTheme.of(context)
.primaryText,
fontSize: 14.0,
letterSpacing: 0.0,
fontWeight: FontWeight.normal,
useGoogleFonts:
GoogleFonts.asMap()
.containsKey(
'Nunito Sans'),
useGoogleFonts: GoogleFonts.asMap()
.containsKey('Nunito Sans'),
),
),
),
@ -461,8 +417,8 @@ class _HomePageWidgetState extends State<HomePageWidget> {
size: 20.0,
),
onPressed: () async {
if (scaffoldKey.currentState!
.isDrawerOpen ||
if (scaffoldKey
.currentState!.isDrawerOpen ||
scaffoldKey.currentState!
.isEndDrawerOpen) {
Navigator.pop(context);
@ -505,12 +461,11 @@ class _HomePageWidgetState extends State<HomePageWidget> {
.override(
fontFamily: FlutterFlowTheme.of(context)
.labelMediumFamily,
color: FlutterFlowTheme.of(context)
.primaryText,
color:
FlutterFlowTheme.of(context).primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(context)
.containsKey(FlutterFlowTheme.of(context)
.labelMediumFamily),
),
alignLabelWithHint: false,
@ -521,14 +476,13 @@ class _HomePageWidgetState extends State<HomePageWidget> {
.labelMediumFamily,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(context)
.containsKey(FlutterFlowTheme.of(context)
.labelMediumFamily),
),
enabledBorder: UnderlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context)
.customColor1,
color:
FlutterFlowTheme.of(context).customColor1,
width: 0.5,
),
borderRadius: BorderRadius.circular(2.0),
@ -564,8 +518,7 @@ class _HomePageWidgetState extends State<HomePageWidget> {
fontFamily: FlutterFlowTheme.of(context)
.bodyMediumFamily,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
useGoogleFonts: GoogleFonts.asMap().containsKey(
FlutterFlowTheme.of(context)
.bodyMediumFamily),
),
@ -616,8 +569,7 @@ class _HomePageWidgetState extends State<HomePageWidget> {
iconPadding:
const EdgeInsetsDirectional.fromSTEB(0.0, 0.0, 0.0, 0.0),
color: const Color(0x00D70000),
textStyle:
FlutterFlowTheme.of(context).labelMedium.override(
textStyle: FlutterFlowTheme.of(context).labelMedium.override(
fontFamily: 'Plus Jakarta Sans',
color: FlutterFlowTheme.of(context).primaryText,
fontSize: 14.0,
@ -633,7 +585,6 @@ class _HomePageWidgetState extends State<HomePageWidget> {
borderRadius: BorderRadius.circular(50.0),
),
),
].addToEnd(const SizedBox(height: 64.0)),
),
),
@ -836,6 +787,5 @@ class _HomePageWidgetState extends State<HomePageWidget> {
// ),
// ),
// );
}
}

View File

@ -1,12 +1,13 @@
import 'package:flutter_spinkit/flutter_spinkit.dart';
import 'package:hub/backend/api_requests/api_manager.dart';
import 'package:hub/flutter_flow/flutter_flow_model.dart';
import 'package:hub/flutter_flow/request_manager.dart';
import 'package:flutter/material.dart';
import 'package:hub/pages/message_history_page/message_history_page_widget.dart';
class MessageHistoryPageModel extends FlutterFlowModel<MessageHistoryPageWidget> {
class MessageHistoryPageModel
extends FlutterFlowModel<MessageHistoryPageWidget> {
/// State fields for stateful widgets in this page.
///
@ -49,7 +50,6 @@ class MessageHistoryPageModel extends FlutterFlowModel<MessageHistoryPageWidget>
textController?.dispose();
tabBarController?.dispose();
/// Dispose query cache managers for this widget.
clearGetLiberationsCache();

View File

@ -12,7 +12,6 @@ import 'package:hub/flutter_flow/flutter_flow_util.dart';
import 'package:hub/flutter_flow/nav/nav.dart';
import 'package:hub/pages/message_history_page/message_history_page_model.dart';
import 'package:flutter/material.dart';
import 'package:flutter_spinkit/flutter_spinkit.dart';
import 'package:google_fonts/google_fonts.dart';
@ -26,7 +25,8 @@ class MessageHistoryPageWidget extends StatefulWidget {
_MessageHistoryPageWidgetState();
}
class _MessageHistoryPageWidgetState extends State<MessageHistoryPageWidget> with TickerProviderStateMixin {
class _MessageHistoryPageWidgetState extends State<MessageHistoryPageWidget>
with TickerProviderStateMixin {
late MessageHistoryPageModel _model;
final scaffoldKey = GlobalKey<ScaffoldState>();
@ -106,8 +106,7 @@ PreferredSizeWidget appBarMessage(BuildContext context) {
);
}
Widget bodyMessage(
BuildContext context, MessageHistoryPageModel _model) {
Widget bodyMessage(BuildContext context, MessageHistoryPageModel _model) {
return SafeArea(
top: true,
child: Column(
@ -155,33 +154,26 @@ Widget bodyMessage(
},
),
),
Expanded(child: TabBarView(
controller: _model.tabBarController,
children: [
Expanded(
child: TabBarView(controller: _model.tabBarController, children: [
liberationDynamicListView(context, _model, 'P'),
liberationDynamicListView(context, _model, 'A'),
liberationDynamicListView(context, _model, 'T'),
]
)),
])),
].addToStart(const SizedBox(height: 0)),
),
);
}
Widget liberationDynamicListView(
BuildContext context,
MessageHistoryPageModel _model,
String DestIndex
) {
BuildContext context, MessageHistoryPageModel _model, String DestIndex) {
return Container(
width: double.infinity,
height: double.infinity,
decoration: const BoxDecoration(),
child: FutureBuilder<ApiCallResponse>(
future: PhpGroup.getMessagesCall.call(
future: PhpGroup.getMessagesCall
.call(
devUUID: FFAppState().devUUID.toString(),
userUUID: FFAppState().userUUID.toString(),
cliID: FFAppState().cliUUID.toString(),
@ -189,7 +181,8 @@ Widget liberationDynamicListView(
pageSize: '100',
pageNumber: '1',
tipoDestino: DestIndex,
).catchError((error) {
)
.catchError((error) {
log('Error: ${error.toString()}');
return Future.delayed(Duration(seconds: 1), () {
return Center(
@ -217,8 +210,15 @@ Widget liberationDynamicListView(
child: Text('Erro ao carregar mensagens'),
);
}
final mensagens = snapshot.data!.jsonBody['mensagens'];
final totalRows = snapshot.data!.jsonBody['total_rows'];
if (totalRows == 0 || mensagens == null || mensagens.isEmpty) {
return const Center(
child: Text('Nenhuma mensagem encontrada'),
);
}
return ListView.builder(
itemCount: snapshot.data!.jsonBody['total_rows'],
itemCount: totalRows,
addAutomaticKeepAlives: false,
addRepaintBoundaries: true,
cacheExtent: 1000.0,
@ -234,8 +234,7 @@ Widget liberationDynamicListView(
);
}
Widget messageHistoryItem(
BuildContext context, dynamic jsonBody) {
Widget messageHistoryItem(BuildContext context, dynamic jsonBody) {
log(jsonBody.toString());
return Padding(
padding: const EdgeInsets.symmetric(horizontal: 15),
@ -249,6 +248,10 @@ Widget messageHistoryItem(
children: [
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Row(
mainAxisAlignment: MainAxisAlignment.end,
mainAxisSize: MainAxisSize.max,
children: [
Padding(
padding: const EdgeInsets.only(left: 15.0),
@ -256,49 +259,50 @@ Widget messageHistoryItem(
jsonBody['MSG_DATE'].toString(),
style: TextStyle(
fontWeight: FontWeight.bold,
fontSize: 16,
color: FlutterFlowTheme.of(context).primary,
fontSize: 10,
color: FlutterFlowTheme.of(context).customColor6,
overflow: TextOverflow.ellipsis,
),
),
),
],
),
Row(
children: [
Padding(
padding: const EdgeInsets.symmetric(horizontal: 15.0),
child: Text(
jsonBody['MSG_ORIGEM_DESC'].toString(),
style: TextStyle(
fontWeight: FontWeight.bold,
fontSize: 12,
color: FlutterFlowTheme.of(context).primary,
),
overflow: TextOverflow.fade,
),
),
Icon(
jsonBody['MSG_DESTINO_TP'] == 'T'
? Icons.group
: Icons.person,
color: FlutterFlowTheme.of(context).accent1,
)
],
),
SizedBox(height: 8),
Row(
mainAxisAlignment: MainAxisAlignment.start,
mainAxisSize: MainAxisSize.max,
children: [
Expanded(
child: Padding(
padding: const EdgeInsets.symmetric(horizontal: 15.0),
child: Text(
jsonBody['MSG_ORIGEM_DESC'].toString(),
style: TextStyle(
fontWeight: FontWeight.bold,
fontSize: 16,
color: FlutterFlowTheme.of(context).primary,
),
overflow: TextOverflow.fade,
),
),
],
),
],
),
SizedBox(height: 8),
Text(jsonBody['MSG_TEXTO'].toString(),),
Padding(
padding: const EdgeInsets.all(8.0),
child: Text(
jsonBody['MSG_TEXTO'].toString(),
),
),
SizedBox(height: 8),
],
),
),
),
),
);
}

View File

@ -1,23 +1,20 @@
import 'dart:developer';
import 'package:hub/app_state.dart';
import 'package:hub/backend/api_requests/api_calls.dart';
import 'package:flutter/material.dart';
import 'package:hub/components/templates_components/change_passs_qr_code_pass_key_template_component/change_pass_widget.dart';
import 'package:hub/flutter_flow/flutter_flow_icon_button.dart';
import 'package:hub/flutter_flow/flutter_flow_theme.dart';
import 'package:hub/flutter_flow/flutter_flow_util.dart';
import 'package:hub/flutter_flow/nav/nav.dart';
import 'package:share_plus/share_plus.dart';
class PreferencesPageModel with ChangeNotifier {
final unfocusNode = FocusNode();
Future<void> toggleFingerprint(BuildContext context) async {
// FFAppState().checkBiometrics()
// .then((value) => FFAppState().authenticateBiometric()
// .then( (value) {
@ -38,10 +35,8 @@ class PreferencesPageModel with ChangeNotifier {
context: context,
builder: (context) {
return Padding(
padding:
MediaQuery.viewInsetsOf(context),
child:
PassKeyTemplateWidget(
padding: MediaQuery.viewInsetsOf(context),
child: PassKeyTemplateWidget(
toggleActionStatus: (key) async {
log(key);
FFAppState().fingerprintPass = key;
@ -52,43 +47,80 @@ class PreferencesPageModel with ChangeNotifier {
},
).whenComplete(() => notifyListeners());
}
}
void enablePerson(BuildContext context) {
notifyListeners();
Share.share(
FFAppState().userDevUUID,
);
}
void toggleNotify(BuildContext context) {
FFAppState().notify = !FFAppState().notify;
PhpGroup.changeNotifica
.call(
userUUID: FFAppState().userUUID,
devUUID: FFAppState().devUUID,
cliID: FFAppState().cliUUID,
atividade: 'updVisitado',
notifica: FFAppState().notify ? 'S' : 'N',
)
.catchError((err) {
log(err.toString());
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(
content: Text(FFAppState().userDevUUID, style: TextStyle(color: FlutterFlowTheme.of(context).info) ),
backgroundColor: FlutterFlowTheme.of(context).primary,
duration: const Duration(seconds: 1),
content: Text(
FFLocalizations.of(context).getVariableText(
enText: 'Error changing notification',
ptText: 'Erro ao alterar notificação',
),
style: TextStyle(color: FlutterFlowTheme.of(context).info)),
backgroundColor: FlutterFlowTheme.of(context).error,
duration: const Duration(seconds: 3),
behavior: SnackBarBehavior.floating,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(30),
),
),
);
}
void toggleNotify() {
FFAppState().notify = !FFAppState().notify;
PhpGroup.changeNotifica.call(
userUUID: FFAppState().userUUID,
devUUID: FFAppState().devUUID,
cliID: FFAppState().cliUUID,
atividade: 'updVisitado',
notifica: FFAppState().notify ? 'S' : 'N',
);
});
notifyListeners();
}
void localLogout(){
PhpGroup.resopndeVinculo.call(
void localUnlink(BuildContext context) {
PhpGroup.resopndeVinculo
.call(
userUUID: FFAppState().userUUID,
devUUID: FFAppState().devUUID,
cliID: FFAppState().cliUUID,
tarefa: 'I',
)
.catchError((err) {
log(err.toString());
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(
content: Text(
FFLocalizations.of(context).getVariableText(
enText: 'Error unlinking device',
ptText: 'Erro ao desvincular dispositivo',
),
style: TextStyle(color: FlutterFlowTheme.of(context).info)),
backgroundColor: FlutterFlowTheme.of(context).error,
duration: const Duration(seconds: 3),
behavior: SnackBarBehavior.floating,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(30),
),
),
);
}).then(
(value) {
FFAppState().deleteCliUUID();
FFAppState().deleteLocal();
FFAppState().deleteOwnerUUID();
Navigator.pop(context);
},
);
notifyListeners();
}
@ -108,7 +140,6 @@ class PreferencesPageModel with ChangeNotifier {
);
}
Future<void> togglePass(BuildContext context) async {
debugPrint('pass: ${FFAppState().pass}');
if (FFAppState().pass) {
@ -123,15 +154,14 @@ class PreferencesPageModel with ChangeNotifier {
context: context,
builder: (context) {
return Padding(
padding:
MediaQuery.viewInsetsOf(context),
child:
PassKeyTemplateWidget(
padding: MediaQuery.viewInsetsOf(context),
child: PassKeyTemplateWidget(
toggleActionStatus: (key) async {
FFAppState().accessPass = key;
notifyListeners();
debugPrint('key: $key');
await PhpGroup.changePass.call(
await PhpGroup.changePass
.call(
userUUID: FFAppState().userUUID,
devUUID: FFAppState().devUUID,
cliID: FFAppState().cliUUID,
@ -147,13 +177,57 @@ class PreferencesPageModel with ChangeNotifier {
} else {
FFAppState().pass = false;
}
})
.onError((error, StackTrace) {
}).onError((error, StackTrace) {
FFAppState().pass = false;
log(error.toString());
log(StackTrace.toString());
})
.whenComplete(() => notifyListeners());
}).whenComplete(() => notifyListeners());
},
),
);
},
);
}
}
Future<void> togglePanic(BuildContext context) async {
if (FFAppState().panic) {
FFAppState().panic = false;
FFAppState().deletePanicPass();
notifyListeners();
} else {
await showModalBottomSheet(
isScrollControlled: true,
backgroundColor: Colors.transparent,
useSafeArea: true,
context: context,
builder: (context) {
return Padding(
padding: MediaQuery.viewInsetsOf(context),
child: PassKeyTemplateWidget(
toggleActionStatus: (key) async {
FFAppState().panicPass = key;
notifyListeners();
await PhpGroup.changePass
.call(
userUUID: FFAppState().userUUID,
devUUID: FFAppState().devUUID,
cliID: FFAppState().cliUUID,
atividade: 'updVisitado',
newSenha: FFAppState().panicPass,
)
.then((value) {
FFAppState().panic = true;
if (jsonDecode(value.jsonBody['error'].toString()) == false) {
FFAppState().panic = true;
} else {
FFAppState().panic = false;
}
}).onError((e, s) {
FFAppState().panic = false;
log(e.toString());
log(s.toString());
}).whenComplete(() => notifyListeners());
},
),
);

View File

@ -9,7 +9,6 @@ import 'package:hub/flutter_flow/nav/nav.dart';
import 'package:hub/pages/preferences_settings_page/preferences_settings_model.dart';
import 'package:provider/provider.dart';
class PreferencesPageWidget extends StatelessWidget {
const PreferencesPageWidget({super.key});
@ -74,7 +73,7 @@ class PreferencesPageWidget extends StatelessWidget {
// childAspectRatio: 1.0,
// mainAxisExtent: 100.0,
// ),
itemCount: 6, // Assuming 4 items for simplicity
itemCount: 7, // Assuming 4 items for simplicity
padding: const EdgeInsets.symmetric(horizontal: 20.0),
physics: const AlwaysScrollableScrollPhysics(),
itemBuilder: (BuildContext context, int index) {
@ -90,7 +89,8 @@ class PreferencesPageWidget extends StatelessWidget {
);
}
Widget _buildIconButton(BuildContext context, int index, PreferencesPageModel model) {
Widget _buildIconButton(
BuildContext context, int index, PreferencesPageModel model) {
IconData icon;
Function() onPressed = () => {};
bool isEnabled;
@ -99,10 +99,12 @@ class PreferencesPageWidget extends StatelessWidget {
switch (index) {
case 0:
icon = Icons.fingerprint;
onPressed = () => model.toggleFingerprint(context); // Disable if fingerprint is false
onPressed = () =>
model.toggleFingerprint(context); // Disable if fingerprint is false
isEnabled = FFAppState().fingerprint;
content = FFLocalizations.of(context).getVariableText(
ptText: 'Ative a autenticação por impressão digital para login seguro.',
ptText:
'Ative a autenticação por impressão digital para login seguro.',
enText: 'Enable fingerprint authentication for secure login.',
);
break;
@ -111,13 +113,13 @@ class PreferencesPageWidget extends StatelessWidget {
onPressed = () => model.enablePerson(context);
isEnabled = FFAppState().person;
content = FFLocalizations.of(context).getVariableText(
ptText: 'Exibir código de identificação remota',
enText: 'Display remote identification code',
ptText: 'Compartilhe o código de identificação remota',
enText: 'Share the remote identification code',
);
break;
case 2:
icon = Icons.notifications;
onPressed = model.toggleNotify;
onPressed = () => model.toggleNotify(context);
isEnabled = FFAppState().notify;
content = FFLocalizations.of(context).getVariableText(
ptText: 'Ative para receber sua notificação de acesso',
@ -125,7 +127,7 @@ class PreferencesPageWidget extends StatelessWidget {
);
break;
case 3:
icon = Icons.lock_clock_sharp;
icon = Icons.lock;
// onLongPress = model.togglePass(context, model);
isEnabled = FFAppState().pass;
content = FFLocalizations.of(context).getVariableText(
@ -134,20 +136,30 @@ class PreferencesPageWidget extends StatelessWidget {
);
break;
case 4:
icon = Icons.landscape;
onPressed = model.localLogout;
isEnabled = false;
icon = Icons.lock_clock_sharp;
// onLongPress = model.togglePass(context, model);
isEnabled = FFAppState().panic;
content = FFLocalizations.of(context).getVariableText(
ptText: 'Ative para se desvincular do local selecionado',
enText: 'Enable to unlink from the selected location',
ptText: 'Ative para inserir uma credencial de pânico para o QRCode',
enText: 'Enable to enter an panic credential for the QRCode',
);
break;
case 5:
icon = Icons.landscape;
onPressed = () => model.localUnlink(context);
isEnabled = true;
content = FFLocalizations.of(context).getVariableText(
ptText: 'Desative para se desvincular do local selecionado',
enText: 'Enable to unlink from the selected location',
);
break;
case 6:
icon = Icons.delete;
onPressed = () => model.deleteAccount(context);
isEnabled = false;
isEnabled = true;
content = FFLocalizations.of(context).getVariableText(
ptText: 'Delete sua conta e todos os dados associados permanentemente.',
ptText:
'Delete sua conta e todos os dados associados permanentemente.',
enText: 'Delete your account and all associated data permanently.',
);
break;
@ -155,17 +167,32 @@ class PreferencesPageWidget extends StatelessWidget {
throw Exception('Invalid index: $index');
}
return Container(
return SizedBox(
height: 100,
child: GestureDetector(
onTap: index != 3 ? onPressed : () {model.togglePass(context);},
onTap: () {
switch (index) {
case 3:
model.togglePass(context);
break;
case 4:
model.togglePanic(context);
break;
default:
onPressed();
}
},
child: Row(
children: [
CircleAvatar(
backgroundColor: isEnabled ? FlutterFlowTheme.of(context).primary : FlutterFlowTheme.of(context).alternate,
backgroundColor: isEnabled
? FlutterFlowTheme.of(context).primary
: FlutterFlowTheme.of(context).alternate,
child: Icon(
icon,
color: isEnabled ? FlutterFlowTheme.of(context).primaryBackground : FlutterFlowTheme.of(context).primary,
color: isEnabled
? FlutterFlowTheme.of(context).primaryBackground
: FlutterFlowTheme.of(context).primary,
// icon: Icon(icon, color: isEnabled ? FlutterFlowTheme.of(context).primaryBackground : FlutterFlowTheme.of(context).primary, size: 40.0),
// onPressed: index != 3 ? onPressed : () {model.togglePass(context);},
// borderRadius: 20.0,

View File

@ -1,3 +1,5 @@
import 'package:hub/components/templates_components/regisiter_vistor_template_component/regisiter_vistor_template_component_widget.dart';
import '/backend/api_requests/api_calls.dart';
import '/flutter_flow/flutter_flow_util.dart';
import '/flutter_flow/form_field_controller.dart';
@ -8,51 +10,12 @@ class RegisterVisitorPageModel
extends FlutterFlowModel<RegisterVisitorPageWidget> {
/// State fields for stateful widgets in this page.
final unfocusNode = FocusNode();
bool isDataUploading = false;
FFUploadedFile uploadedLocalFile =
FFUploadedFile(bytes: Uint8List.fromList([]));
// State field(s) for TextField widget.
FocusNode? textFieldFocusNode1;
TextEditingController? textController1;
String? Function(BuildContext, String?)? textController1Validator;
// State field(s) for TextField widget.
FocusNode? textFieldFocusNode2;
TextEditingController? textController2;
String? Function(BuildContext, String?)? textController2Validator;
// State field(s) for DropDown widget.
String? dropDownValue;
FormFieldController<String>? dropDownValueController;
// State field(s) for TextField widget.
FocusNode? textFieldFocusNode3;
TextEditingController? textController3;
String? Function(BuildContext, String?)? textController3Validator;
// State field(s) for TextField widget.
FocusNode? textFieldFocusNode4;
TextEditingController? textController4;
String? Function(BuildContext, String?)? textController4Validator;
// Stores action output result for [Custom Action - convertImageFileToBase64] action in Button widget.
String? imgBase64;
// Stores action output result for [Backend Call - API (postScheduleVisitor)] action in Button widget.
ApiCallResponse? scheduleVisitor;
late RegisiterVistorTemplateComponentModel
regisiterVistorTemplateComponentModel;
@override
void initState(BuildContext context) {}
@override
void dispose() {
unfocusNode.dispose();
textFieldFocusNode1?.dispose();
textController1?.dispose();
textFieldFocusNode2?.dispose();
textController2?.dispose();
textFieldFocusNode3?.dispose();
textController3?.dispose();
textFieldFocusNode4?.dispose();
textController4?.dispose();
}
void dispose() {}
}

View File

@ -1,17 +1,10 @@
import 'package:hub/flutter_flow/nav/nav.dart';
import '/backend/api_requests/api_calls.dart';
import '/components/molecular_components/throw_exception/throw_exception_widget.dart';
import '/flutter_flow/flutter_flow_drop_down.dart';
import '/flutter_flow/flutter_flow_icon_button.dart';
import '/flutter_flow/flutter_flow_theme.dart';
import '/flutter_flow/flutter_flow_util.dart';
import '/flutter_flow/flutter_flow_widgets.dart';
import '/flutter_flow/form_field_controller.dart';
import '/flutter_flow/upload_data.dart';
import '/custom_code/actions/index.dart' as actions;
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:hub/components/templates_components/regisiter_vistor_template_component/regisiter_vistor_template_component_widget.dart';
import 'package:hub/flutter_flow/flutter_flow_icon_button.dart';
import 'package:hub/flutter_flow/flutter_flow_theme.dart';
import 'package:hub/flutter_flow/nav/nav.dart';
import '/flutter_flow/flutter_flow_util.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'register_visitor_page_model.dart';
export 'register_visitor_page_model.dart';
@ -33,18 +26,6 @@ class _RegisterVisitorPageWidgetState extends State<RegisterVisitorPageWidget> {
void initState() {
super.initState();
_model = createModel(context, () => RegisterVisitorPageModel());
_model.textController1 ??= TextEditingController();
_model.textFieldFocusNode1 ??= FocusNode();
_model.textController2 ??= TextEditingController();
_model.textFieldFocusNode2 ??= FocusNode();
_model.textController3 ??= TextEditingController();
_model.textFieldFocusNode3 ??= FocusNode();
_model.textController4 ??= TextEditingController();
_model.textFieldFocusNode4 ??= FocusNode();
}
@override
@ -57,14 +38,7 @@ class _RegisterVisitorPageWidgetState extends State<RegisterVisitorPageWidget> {
@override
Widget build(BuildContext context) {
context.watch<FFAppState>();
return GestureDetector(
onTap: () => _model.unfocusNode.canRequestFocus
? FocusScope.of(context).requestFocus(_model.unfocusNode)
: FocusScope.of(context).unfocus(),
child: Scaffold(
key: scaffoldKey,
backgroundColor: FlutterFlowTheme.of(context).primaryBackground,
return Scaffold(
appBar: AppBar(
backgroundColor: FlutterFlowTheme.of(context).primaryBackground,
automaticallyImplyLeading: false,
@ -99,795 +73,11 @@ class _RegisterVisitorPageWidgetState extends State<RegisterVisitorPageWidget> {
centerTitle: true,
elevation: 0.0,
),
body: SafeArea(
body: const SafeArea(
top: true,
child: Align(
alignment: const AlignmentDirectional(0.0, 1.0),
child: Container(
width: double.infinity,
height: double.infinity,
decoration: BoxDecoration(
color: FlutterFlowTheme.of(context).primaryBackground,
borderRadius: const BorderRadius.only(
bottomLeft: Radius.circular(0.0),
bottomRight: Radius.circular(0.0),
topLeft: Radius.circular(25.0),
topRight: Radius.circular(25.0),
),
),
child: SingleChildScrollView(
child: Column(
mainAxisSize: MainAxisSize.min,
mainAxisAlignment: MainAxisAlignment.start,
children: [
Builder(
builder: (context) {
if ((_model.uploadedLocalFile.bytes?.isNotEmpty ??
false)) {
return InkWell(
splashColor: Colors.transparent,
focusColor: Colors.transparent,
hoverColor: Colors.transparent,
highlightColor: Colors.transparent,
onTap: () async {
setState(() {
_model.isDataUploading = false;
_model.uploadedLocalFile = FFUploadedFile(
bytes: Uint8List.fromList([]));
});
},
child: ClipRRect(
borderRadius: BorderRadius.circular(8.0),
child: Image.memory(
_model.uploadedLocalFile.bytes ??
Uint8List.fromList([]),
width: 300.0,
height: 200.0,
fit: BoxFit.cover,
),
),
);
} else {
return Stack(
children: [
Align(
alignment: const AlignmentDirectional(0.01, 0.0),
child: FFButtonWidget(
onPressed: () async {
final selectedMedia =
await selectMediaWithSourceBottomSheet(
context: context,
maxWidth: 300.00,
maxHeight: 300.00,
imageQuality: 0,
allowPhoto: true,
includeDimensions: true,
);
if (selectedMedia != null &&
selectedMedia.every((m) =>
validateFileFormat(
m.storagePath, context))) {
setState(
() => _model.isDataUploading = true);
var selectedUploadedFiles =
<FFUploadedFile>[];
try {
showUploadMessage(
context,
'Uploading file...',
showLoading: true,
);
selectedUploadedFiles = selectedMedia
.map((m) => FFUploadedFile(
name: m.storagePath
.split('/')
.last,
bytes: m.bytes,
height: m.dimensions?.height,
width: m.dimensions?.width,
blurHash: m.blurHash,
))
.toList();
} finally {
ScaffoldMessenger.of(context)
.hideCurrentSnackBar();
_model.isDataUploading = false;
}
if (selectedUploadedFiles.length ==
selectedMedia.length) {
setState(() {
_model.uploadedLocalFile =
selectedUploadedFiles.first;
});
showUploadMessage(context, 'Success!');
} else {
setState(() {});
showUploadMessage(
context, 'Failed to upload data');
return;
}
}
},
text: '',
icon: Icon(
Icons.photo_camera,
color: FlutterFlowTheme.of(context).accent1,
size: 30.0,
),
options: FFButtonOptions(
width: 300.0,
height: 80.0,
padding: const EdgeInsetsDirectional.fromSTEB(
0.0, 0.0, 0.0, 0.0),
iconPadding: const EdgeInsetsDirectional.fromSTEB(
14.0, 0.0, 0.0, 20.0),
color: FlutterFlowTheme.of(context)
.primaryBackground,
textStyle: FlutterFlowTheme.of(context)
.titleSmall
.override(
fontFamily:
FlutterFlowTheme.of(context)
.titleSmallFamily,
color: FlutterFlowTheme.of(context)
.primaryText,
fontSize: 16.0,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(context)
.titleSmallFamily),
),
borderSide: BorderSide(
color:
FlutterFlowTheme.of(context).accent1,
width: 0.5,
),
borderRadius: BorderRadius.circular(8.0),
),
),
),
Align(
alignment: const AlignmentDirectional(0.0, 0.0),
child: Padding(
padding: const EdgeInsetsDirectional.fromSTEB(
0.0, 50.0, 0.0, 0.0),
child: Text(
FFLocalizations.of(context).getText(
'p4ftwxcy' /* Clique para adicionar a foto p... */,
),
style: FlutterFlowTheme.of(context)
.bodyMedium
.override(
fontFamily:
FlutterFlowTheme.of(context)
.bodyMediumFamily,
color: FlutterFlowTheme.of(context)
.primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(context)
.bodyMediumFamily),
),
),
),
),
],
);
}
},
),
Align(
alignment: const AlignmentDirectional(-1.0, 0.0),
child: Padding(
padding: const EdgeInsetsDirectional.fromSTEB(
20.0, 30.0, 0.0, 15.0),
child: Text(
FFLocalizations.of(context).getText(
'zazj5d8b' /* Preencha o formulário com os d... */,
),
textAlign: TextAlign.start,
style: FlutterFlowTheme.of(context)
.bodyMedium
.override(
fontFamily: FlutterFlowTheme.of(context)
.bodyMediumFamily,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap().containsKey(
FlutterFlowTheme.of(context)
.bodyMediumFamily),
),
),
),
),
Padding(
padding:
const EdgeInsetsDirectional.fromSTEB(24.0, 0.0, 24.0, 0.0),
child: TextFormField(
controller: _model.textController1,
focusNode: _model.textFieldFocusNode1,
autofocus: false,
textInputAction: TextInputAction.next,
obscureText: false,
decoration: InputDecoration(
isDense: true,
labelText: FFLocalizations.of(context).getText(
'v7g73yik' /* Nome */,
),
labelStyle: FlutterFlowTheme.of(context)
.labelMedium
.override(
fontFamily: FlutterFlowTheme.of(context)
.labelMediumFamily,
color: FlutterFlowTheme.of(context).primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap().containsKey(
FlutterFlowTheme.of(context)
.labelMediumFamily),
),
hintStyle: FlutterFlowTheme.of(context)
.labelMedium
.override(
fontFamily: FlutterFlowTheme.of(context)
.labelMediumFamily,
color: FlutterFlowTheme.of(context).primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap().containsKey(
FlutterFlowTheme.of(context)
.labelMediumFamily),
),
enabledBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context).customColor6,
width: 0.5,
),
borderRadius: BorderRadius.circular(10.0),
),
focusedBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context).primary,
width: 0.5,
),
borderRadius: BorderRadius.circular(10.0),
),
errorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context).error,
width: 0.5,
),
borderRadius: BorderRadius.circular(10.0),
),
focusedErrorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context).error,
width: 0.5,
),
borderRadius: BorderRadius.circular(10.0),
),
suffixIcon: Icon(
Icons.person,
color: FlutterFlowTheme.of(context).accent1,
),
),
style: FlutterFlowTheme.of(context).bodyMedium.override(
fontFamily:
FlutterFlowTheme.of(context).bodyMediumFamily,
color: FlutterFlowTheme.of(context).primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap().containsKey(
FlutterFlowTheme.of(context)
.bodyMediumFamily),
),
maxLines: null,
keyboardType: TextInputType.name,
validator: _model.textController1Validator
.asValidator(context),
),
),
Padding(
padding:
const EdgeInsetsDirectional.fromSTEB(24.0, 0.0, 24.0, 0.0),
child: TextFormField(
controller: _model.textController2,
focusNode: _model.textFieldFocusNode2,
autofocus: false,
textCapitalization: TextCapitalization.none,
textInputAction: TextInputAction.next,
obscureText: false,
decoration: InputDecoration(
isDense: true,
labelText: FFLocalizations.of(context).getText(
'rl8tvwnr' /* Documento */,
),
labelStyle: FlutterFlowTheme.of(context)
.labelMedium
.override(
fontFamily: FlutterFlowTheme.of(context)
.labelMediumFamily,
color: FlutterFlowTheme.of(context).primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap().containsKey(
FlutterFlowTheme.of(context)
.labelMediumFamily),
),
hintStyle: FlutterFlowTheme.of(context)
.labelMedium
.override(
fontFamily: FlutterFlowTheme.of(context)
.labelMediumFamily,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap().containsKey(
FlutterFlowTheme.of(context)
.labelMediumFamily),
),
enabledBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context).customColor6,
width: 0.5,
),
borderRadius: BorderRadius.circular(10.0),
),
focusedBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context).primary,
width: 0.5,
),
borderRadius: BorderRadius.circular(10.0),
),
errorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context).error,
width: 0.5,
),
borderRadius: BorderRadius.circular(10.0),
),
focusedErrorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context).error,
width: 0.5,
),
borderRadius: BorderRadius.circular(10.0),
),
suffixIcon: Icon(
Icons.document_scanner,
color: FlutterFlowTheme.of(context).accent1,
),
),
style: FlutterFlowTheme.of(context).bodyMedium.override(
fontFamily:
FlutterFlowTheme.of(context).bodyMediumFamily,
color: FlutterFlowTheme.of(context).primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap().containsKey(
FlutterFlowTheme.of(context)
.bodyMediumFamily),
),
validator: _model.textController2Validator
.asValidator(context),
),
),
Padding(
padding:
const EdgeInsetsDirectional.fromSTEB(0.0, 0.0, 0.0, 10.0),
child: Container(
width: MediaQuery.sizeOf(context).width * 0.95,
decoration: const BoxDecoration(),
child: Row(
mainAxisSize: MainAxisSize.min,
mainAxisAlignment: MainAxisAlignment.start,
children: [
Padding(
padding: const EdgeInsetsDirectional.fromSTEB(
0.0, 0.0, 0.0, 7.0),
child: Text(
FFLocalizations.of(context).getText(
'yp23q90m' /* Selecione o tipo: */,
),
style: FlutterFlowTheme.of(context)
.bodyMedium
.override(
fontFamily: FlutterFlowTheme.of(context)
.bodyMediumFamily,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(context)
.bodyMediumFamily),
),
),
),
Padding(
padding: const EdgeInsetsDirectional.fromSTEB(
0.0, 0.0, 0.0, 5.0),
child: FlutterFlowDropDown<String>(
controller: _model.dropDownValueController ??=
FormFieldController<String>(null),
options: [
FFLocalizations.of(context).getText(
'n8vddmcq' /* Visitante */,
),
FFLocalizations.of(context).getText(
'9luaa09e' /* Prestador de Serviço */,
)
],
onChanged: (val) =>
setState(() => _model.dropDownValue = val),
width: 200.0,
height: 44.0,
textStyle: FlutterFlowTheme.of(context)
.bodyMedium
.override(
fontFamily: FlutterFlowTheme.of(context)
.bodyMediumFamily,
color: FlutterFlowTheme.of(context)
.primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap()
.containsKey(
FlutterFlowTheme.of(context)
.bodyMediumFamily),
),
hintText: FFLocalizations.of(context).getText(
'pmezihb4' /* Selecione... */,
),
icon: Icon(
Icons.keyboard_arrow_down_rounded,
color:
FlutterFlowTheme.of(context).primaryText,
size: 24.0,
),
elevation: 2.0,
borderColor:
FlutterFlowTheme.of(context).customColor6,
borderWidth: 0.5,
borderRadius: 8.0,
margin: const EdgeInsetsDirectional.fromSTEB(
16.0, 0.0, 16.0, 0.0),
hidesUnderline: true,
isOverButton: true,
isSearchable: false,
isMultiSelect: false,
),
),
]
.divide(const SizedBox(width: 19.0))
.addToStart(const SizedBox(width: 30.0)),
),
),
),
Align(
alignment: const AlignmentDirectional(-1.0, 0.0),
child: Padding(
padding: const EdgeInsetsDirectional.fromSTEB(
20.0, 0.0, 0.0, 15.0),
child: Text(
FFLocalizations.of(context).getText(
'bqpucwh0' /* Contatos */,
),
textAlign: TextAlign.start,
style: FlutterFlowTheme.of(context)
.bodyMedium
.override(
fontFamily: FlutterFlowTheme.of(context)
.bodyMediumFamily,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap().containsKey(
FlutterFlowTheme.of(context)
.bodyMediumFamily),
),
),
),
),
Padding(
padding:
const EdgeInsetsDirectional.fromSTEB(24.0, 0.0, 24.0, 0.0),
child: TextFormField(
controller: _model.textController3,
focusNode: _model.textFieldFocusNode3,
autofocus: false,
textInputAction: TextInputAction.next,
obscureText: false,
decoration: InputDecoration(
isDense: true,
labelText: FFLocalizations.of(context).getText(
'h84ls2r6' /* Telefone */,
),
labelStyle: FlutterFlowTheme.of(context)
.labelMedium
.override(
fontFamily: FlutterFlowTheme.of(context)
.labelMediumFamily,
color: FlutterFlowTheme.of(context).primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap().containsKey(
FlutterFlowTheme.of(context)
.labelMediumFamily),
),
hintStyle: FlutterFlowTheme.of(context)
.labelMedium
.override(
fontFamily: FlutterFlowTheme.of(context)
.labelMediumFamily,
color: FlutterFlowTheme.of(context).primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap().containsKey(
FlutterFlowTheme.of(context)
.labelMediumFamily),
),
enabledBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context).customColor6,
width: 0.5,
),
borderRadius: BorderRadius.circular(10.0),
),
focusedBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context).primary,
width: 0.5,
),
borderRadius: BorderRadius.circular(10.0),
),
errorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context).error,
width: 0.5,
),
borderRadius: BorderRadius.circular(10.0),
),
focusedErrorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context).error,
width: 0.5,
),
borderRadius: BorderRadius.circular(10.0),
),
suffixIcon: Icon(
Icons.phone,
color: FlutterFlowTheme.of(context).accent1,
),
),
style: FlutterFlowTheme.of(context).bodyMedium.override(
fontFamily:
FlutterFlowTheme.of(context).bodyMediumFamily,
color: FlutterFlowTheme.of(context).primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap().containsKey(
FlutterFlowTheme.of(context)
.bodyMediumFamily),
),
validator: _model.textController3Validator
.asValidator(context),
),
),
Padding(
padding:
const EdgeInsetsDirectional.fromSTEB(24.0, 0.0, 24.0, 0.0),
child: TextFormField(
controller: _model.textController4,
focusNode: _model.textFieldFocusNode4,
autofocus: false,
textInputAction: TextInputAction.done,
obscureText: false,
decoration: InputDecoration(
isDense: true,
labelText: FFLocalizations.of(context).getText(
'fqp7qmka' /* Email */,
),
labelStyle: FlutterFlowTheme.of(context)
.labelMedium
.override(
fontFamily: FlutterFlowTheme.of(context)
.labelMediumFamily,
color: FlutterFlowTheme.of(context).primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap().containsKey(
FlutterFlowTheme.of(context)
.labelMediumFamily),
),
hintStyle: FlutterFlowTheme.of(context)
.labelMedium
.override(
fontFamily: FlutterFlowTheme.of(context)
.labelMediumFamily,
color: FlutterFlowTheme.of(context).primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap().containsKey(
FlutterFlowTheme.of(context)
.labelMediumFamily),
),
enabledBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context).customColor6,
width: 0.5,
),
borderRadius: BorderRadius.circular(10.0),
),
focusedBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context).primary,
width: 0.5,
),
borderRadius: BorderRadius.circular(10.0),
),
errorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context).error,
width: 0.5,
),
borderRadius: BorderRadius.circular(10.0),
),
focusedErrorBorder: OutlineInputBorder(
borderSide: BorderSide(
color: FlutterFlowTheme.of(context).error,
width: 0.5,
),
borderRadius: BorderRadius.circular(10.0),
),
suffixIcon: Icon(
Icons.email,
color: FlutterFlowTheme.of(context).accent1,
),
),
style: FlutterFlowTheme.of(context).bodyMedium.override(
fontFamily:
FlutterFlowTheme.of(context).bodyMediumFamily,
color: FlutterFlowTheme.of(context).primaryText,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap().containsKey(
FlutterFlowTheme.of(context)
.bodyMediumFamily),
),
keyboardType: TextInputType.emailAddress,
validator: _model.textController4Validator
.asValidator(context),
),
),
Align(
alignment: const AlignmentDirectional(0.0, 1.0),
child: Padding(
padding:
const EdgeInsetsDirectional.fromSTEB(0.0, 65.0, 0.0, 0.0),
child: FFButtonWidget(
onPressed: () async {
if (((_model.uploadedLocalFile.bytes
?.isNotEmpty ??
false)) &&
(_model.textController1.text != '') &&
(_model.dropDownValue != null &&
_model.dropDownValue != '') &&
(_model.textController2.text != '')) {
_model.imgBase64 =
await actions.convertImageFileToBase64(
_model.uploadedLocalFile,
);
_model.scheduleVisitor =
await PhpGroup.postScheduleVisitorCall.call(
devUUID: FFAppState().devUUID,
userUUID: FFAppState().userUUID,
cliID: FFAppState().cliUUID,
atividade: 'putVisitante',
documento: '7654553234232342',
nome: 'Test',
tipo: 'V',
foto: 'base64;jpeg,klajsalkjslkajslkajl',
);
if (PhpGroup.postScheduleVisitorCall.error(
(_model.scheduleVisitor?.jsonBody ?? ''),
) ==
false) {
setState(() {
_model.textController1?.clear();
_model.textController2?.clear();
_model.textController3?.clear();
_model.textController4?.clear();
});
setState(() {
_model.dropDownValueController?.reset();
});
} else {
await showModalBottomSheet(
isScrollControlled: true,
backgroundColor: Colors.transparent,
enableDrag: false,
context: context,
builder: (context) {
return GestureDetector(
onTap: () => _model
.unfocusNode.canRequestFocus
? FocusScope.of(context)
.requestFocus(_model.unfocusNode)
: FocusScope.of(context).unfocus(),
child: Padding(
padding:
MediaQuery.viewInsetsOf(context),
child: ThrowExceptionWidget(
msg:
'\\devUUID=${FFAppState().devUUID}\\userUUID=${FFAppState().userUUID}\\cliID=${FFAppState().cliUUID}\\Documento=${_model.textController2.text}\\Nome=${_model.textController1.text}\\dropdown${_model.dropDownValue}\\${PhpGroup.postScheduleVisitorCall.errorMsg(
(_model.scheduleVisitor?.jsonBody ??
''),
)}',
),
),
);
},
).then((value) => safeSetState(() {}));
}
} else {
await showModalBottomSheet(
isScrollControlled: true,
backgroundColor: Colors.transparent,
enableDrag: false,
context: context,
builder: (context) {
return GestureDetector(
onTap: () => _model
.unfocusNode.canRequestFocus
? FocusScope.of(context)
.requestFocus(_model.unfocusNode)
: FocusScope.of(context).unfocus(),
child: Padding(
padding: MediaQuery.viewInsetsOf(context),
child: ThrowExceptionWidget(
msg:
'Você esqueceu de adicionar algum dado obrigatório. Verifique se a imagem, nome, tipo e documento estão foram preenchidos corretamente.- devUUID=${FFAppState().devUUID}- userUUID=${FFAppState().userUUID}- cliID=${FFAppState().cliUUID}- Documento=${_model.textController2.text}- Nome=${_model.textController1.text}- Tipo=${_model.dropDownValue}',
),
),
);
},
).then((value) => safeSetState(() {}));
}
setState(() {});
},
text: FFLocalizations.of(context).getText(
'okbw0aiu' /* Cadastrar */,
),
options: FFButtonOptions(
width: 250.0,
height: 36.0,
padding: const EdgeInsetsDirectional.fromSTEB(
80.0, 0.0, 80.0, 0.0),
iconPadding: const EdgeInsetsDirectional.fromSTEB(
0.0, 0.0, 0.0, 0.0),
color: FlutterFlowTheme.of(context).primary,
textStyle: FlutterFlowTheme.of(context)
.titleSmall
.override(
fontFamily: FlutterFlowTheme.of(context)
.titleSmallFamily,
color: FlutterFlowTheme.of(context).info,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts.asMap()
.containsKey(FlutterFlowTheme.of(context)
.titleSmallFamily),
),
borderSide: const BorderSide(
color: Colors.transparent,
width: 30.0,
),
borderRadius: const BorderRadius.only(
bottomLeft: Radius.circular(15.0),
bottomRight: Radius.circular(15.0),
topLeft: Radius.circular(15.0),
topRight: Radius.circular(15.0),
),
),
),
),
),
]
.divide(const SizedBox(height: 10.0))
.addToStart(const SizedBox(height: 30.0)),
),
),
),
),
),
),
child: RegisiterVistorTemplateComponentWidget(
source: 'RegisterVisitorPage',
)),
);
}
}

View File

@ -1,12 +1,14 @@
import 'package:hub/backend/api_requests/api_calls.dart';
import 'package:hub/backend/api_requests/api_manager.dart';
import 'package:hub/flutter_flow/flutter_flow_model.dart';
import 'package:hub/flutter_flow/form_field_controller.dart';
import 'package:hub/flutter_flow/internationalization.dart';
import 'package:hub/flutter_flow/request_manager.dart';
import 'package:flutter/material.dart';
import 'package:hub/pages/schedule_complete_visit_page/schedule_complete_visit_page_widget.dart';
import 'package:intl/intl.dart';
class ScheduleCompleteVisitPageModel
extends FlutterFlowModel<ScheduleCompleteVisitPageWidget> {
@ -38,6 +40,18 @@ class ScheduleCompleteVisitPageModel
visitorJsonList[index] = updateFn(visitorJsonList[index]);
String visitorStrList = '0';
bool? dropDownValidator1;
bool? dropDownValidator2;
bool isValid() {
if ((textController1!.text != '') &&
(textController2!.text != '') &&
(dropDownValue1 != null && dropDownValue1 != '') &&
(dropDownValue2 != null && dropDownValue2 != '')) {
return true;
}
return false;
}
/// State fields for stateful widgets in this page.
@ -51,15 +65,78 @@ class ScheduleCompleteVisitPageModel
FocusNode? textFieldFocusNode1;
TextEditingController? textController1;
String? Function(BuildContext, String?)? textController1Validator;
String? _textController1Validator(BuildContext context, String? val) {
if (val == null || val.isEmpty) {
return FFLocalizations.of(context).getVariableText(
enText: 'This field is required.',
ptText: 'Este campo é obrigatório.',
);
}
if (val != null) {
try {
DateTime startDate = DateFormat('d/M/y H:mm:ss').parse(val);
DateTime endDate =
DateFormat('d/M/y H:mm:ss').parse(textController2!.text);
if (startDate.isAfter(endDate)) {
return FFLocalizations.of(context).getVariableText(
ptText: 'A data de início deve ser anterior à data de término.',
enText: 'Start date must be before end date.',
);
}
if (startDate.isBefore(DateTime.now())) {
return FFLocalizations.of(context).getVariableText(
enText: 'Start date must be after current date.',
ptText: 'A data de início deve ser posterior à data atual.',
);
}
} catch (e) {
return '$e';
}
}
return null;
}
DateTime? datePicked1;
// State field(s) for TextField widget.
FocusNode? textFieldFocusNode2;
TextEditingController? textController2;
String? Function(BuildContext, String?)? textController2Validator;
String? _textController2Validator(BuildContext context, String? val) {
if (val == null || val.isEmpty) {
return FFLocalizations.of(context).getVariableText(
enText: 'This field is required.',
ptText: 'Este campo é obrigatório.',
);
}
if (val != null) {
try {
DateTime endDate = DateFormat('d/M/y H:mm:ss').parse(val);
DateTime startDate =
DateFormat('d/M/y H:mm:ss').parse(textController1!.text);
if (endDate.isBefore(startDate)) {
return FFLocalizations.of(context).getVariableText(
enText: 'End date must be after start date.',
ptText: 'A data de término deve ser posterior à data de início.',
);
}
if (endDate.isBefore(DateTime.now())) {
return FFLocalizations.of(context).getVariableText(
enText: 'End date must be after current date.',
ptText: 'A data de término deve ser posterior à data atual.',
);
}
} catch (e) {
return '$e';
}
}
return null;
}
DateTime? datePicked2;
// State field(s) for DropDown widget.
String? dropDownValue1;
FormFieldController<String>? dropDownValueController1;
// State field(s) for DropDown widget.
String? dropDownValue2;
FormFieldController<String>? dropDownValueController2;
@ -69,9 +146,35 @@ class ScheduleCompleteVisitPageModel
FocusNode? textFieldFocusNode3;
TextEditingController? textController3;
String? Function(BuildContext, String?)? textController3Validator;
String? _textController3Validator(BuildContext context, String? val) {
// if (val == null || val.isEmpty) {
// return FFLocalizations.of(context).getVariableText(
// enText: 'This field is required.',
// ptText: 'Este campo é obrigatório.',
// );
// }
return null;
}
@override
void initState(BuildContext context) {}
void initState(BuildContext context) {
tabBarController = TabController(
vsync: Navigator.of(context),
length: 2,
);
textFieldFocusNode1 = FocusNode();
textController1 = TextEditingController();
textController1Validator = _textController1Validator;
textFieldFocusNode2 = FocusNode();
textController2 = TextEditingController();
textController2Validator = _textController2Validator;
textFieldFocusNode3 = FocusNode();
textController3 = TextEditingController();
textController3Validator = _textController3Validator;
}
@override
void dispose() {

View File

@ -0,0 +1,40 @@
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import '../../../flutter_flow/flutter_flow_theme.dart';
import '../../../flutter_flow/flutter_flow_util.dart';
class AtomTermsOfUse extends StatelessWidget {
const AtomTermsOfUse({super.key});
@override
Widget build(BuildContext context) {
return InkWell(
child: Text(
FFLocalizations.of(context).getText(
'olf967cj' /* Termo de Uso */,
),
style: FlutterFlowTheme.of(context)
.bodyMedium
.override(
fontFamily:
FlutterFlowTheme.of(context)
.bodyMediumFamily,
color:
FlutterFlowTheme.of(context)
.primaryText,
fontSize: 14.0,
letterSpacing: 0.0,
useGoogleFonts: GoogleFonts
.asMap()
.containsKey(
FlutterFlowTheme.of(
context)
.bodyMediumFamily),
),
),
onTap: () => launchURL('https://freaccess.com.br/pp'),
);
}
}

View File

@ -0,0 +1,5 @@
enum EnumThrowException {
success,
error,
warning
}

View File

@ -0,0 +1,59 @@
import 'package:flutter/material.dart';
import 'package:hub/components/molecular_components/throw_exception/throw_exception_widget.dart';
import 'package:hub/flutter_flow/flutter_flow_util.dart';
import 'package:hub/shared/enums/enum_throw_exception.dart';
class DialogUtil {
static const double _height = 350;
static Future<dynamic> errorDefault(BuildContext context) {
return error(context, FFLocalizations.of(context).getVariableText(
ptText: "Falha ao efetuar operação, Tente Novamente mais tarde.",
enText: "Failed to perform operation, please try again later."
));
}
static Future<dynamic> error(BuildContext context, String message) async {
return await showDialog(
context: context,
builder: (context) {
return Dialog(
child: SizedBox(
height: _height,
child: Padding(padding: MediaQuery.viewInsetsOf(context), child: ThrowExceptionWidget(msg: message, type: EnumThrowException.error))
)
);
}
);
}
static Future<dynamic> warning(BuildContext context, String message) async {
return await showDialog(
context: context,
builder: (context) {
return Dialog(
child: SizedBox(
height: _height,
child: Padding(padding: MediaQuery.viewInsetsOf(context), child: ThrowExceptionWidget(msg: message, type: EnumThrowException.warning))
)
);
}
);
}
static Future<dynamic> success(BuildContext context, String message) async {
return await showDialog(
context: context,
builder: (context) {
return Dialog(
child: SizedBox(
height: _height,
child: Padding(padding: MediaQuery.viewInsetsOf(context), child: ThrowExceptionWidget(msg: message, type: EnumThrowException.success))
)
);
}
);
}
}

View File

@ -0,0 +1,15 @@
import 'dart:developer';
import 'package:firebase_crashlytics/firebase_crashlytics.dart';
import 'package:hub/backend/api_requests/api_calls.dart';
class LogUtil {
static void requestAPIFailed(String url, String body, String reason, dynamic error, StackTrace stack) async {
FirebaseCrashlytics.instance.setCustomKey('URL', "${PhpGroup.getBaseUrl()}/$url");
FirebaseCrashlytics.instance.setCustomKey('Body', body);
await FirebaseCrashlytics.instance.recordError(error, stack, reason: reason);
}
}

View File

@ -0,0 +1,10 @@
class ValidatorUtil {
static bool isValidEmail(String email) {
if (RegExp(r'^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$').hasMatch(email)) {
return true;
} else {
return false;
}
}
}

View File

@ -345,6 +345,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.17.2"
firebase_crashlytics:
dependency: "direct main"
description:
name: firebase_crashlytics
sha256: ad7510d9bcf1f40fc895944942f553a4c5603acb4715c0d6386dd587f82f6ae5
url: "https://pub.dev"
source: hosted
version: "4.0.1"
firebase_crashlytics_platform_interface:
dependency: transitive
description:
name: firebase_crashlytics_platform_interface
sha256: "318589f1da3bb858872002fa20170234566f0fb080669a8256c85a81513a802a"
url: "https://pub.dev"
source: hosted
version: "3.6.37"
firebase_messaging:
dependency: "direct main"
description:

View File

@ -107,6 +107,7 @@ dependencies:
flutter_riverpod: ^2.5.1
qr_flutter: ^4.1.0
permission_handler: ^11.3.1
firebase_crashlytics: ^4.0.1
dependency_overrides:
http: 1.2.1