ajustado os dados do calendário;
do login com o cpf
This commit is contained in:
@@ -2,10 +2,10 @@ import 'package:flutter/material.dart';
|
||||
import '../componentes/drawer_custom.dart';
|
||||
|
||||
class TelaHome extends StatefulWidget {
|
||||
List list;
|
||||
List dados;
|
||||
|
||||
TelaHome({
|
||||
required this.list
|
||||
required this.dados
|
||||
});
|
||||
|
||||
@override
|
||||
@@ -21,7 +21,7 @@ class _TelaHomeState extends State<TelaHome> {
|
||||
backgroundColor: Colors.white,
|
||||
iconTheme: IconThemeData(color: Colors.black),
|
||||
),
|
||||
drawer: DrawerCustom(usuario: widget.list[1]),
|
||||
drawer: DrawerCustom(dados: widget.dados,),
|
||||
body: Center(
|
||||
child: Text('home'),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user