This commit is contained in:
Jonatas Antunes Messias 2024-06-25 08:52:08 -03:00
parent 637516ffb6
commit 16c9667e56
2 changed files with 0 additions and 1738 deletions

View File

@ -1,22 +1 @@
// import '/flutter_flow/flutter_flow_util.dart';
// import 'acess_history_page_widget.dart' show AcessHistoryPageWidget;
// import 'package:flutter/material.dart';
// class AcessHistoryPageModel extends FlutterFlowModel<AcessHistoryPageWidget> {
// /// State fields for stateful widgets in this page.
// final unfocusNode = FocusNode();
// // State field(s) for TabBar widget.
// TabController? tabBarController;
// int get tabBarCurrentIndex =>
// tabBarController != null ? tabBarController!.index : 0;
// @override
// void initState(BuildContext context) {}
// @override
// void dispose() {
// unfocusNode.dispose();
// tabBarController?.dispose();
// }
// }

File diff suppressed because it is too large Load Diff