alterado a url da API e ajustado a tela home_screen.dart
This commit is contained in:
@@ -5,6 +5,7 @@ class AlunoModel{
|
||||
String escola;
|
||||
String serie;
|
||||
String turma;
|
||||
var dados;
|
||||
|
||||
AlunoModel({
|
||||
required this.nome,
|
||||
@@ -13,5 +14,6 @@ class AlunoModel{
|
||||
required this.escola,
|
||||
required this.serie,
|
||||
required this.turma,
|
||||
required this.dados
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user