Skip to content

Commit

Permalink
projeto
Browse files Browse the repository at this point in the history
  • Loading branch information
wjrcode committed Oct 18, 2022
1 parent 261f513 commit 268cf26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/Model/API/APIModel.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import 'package:shared_preferences/shared_preferences.dart';

class ApiModel {
String ApiUrl = "http://192.168.100.74:4444";
//String ApiUrl = "http://192.168.100.74:4444";
String ApiUrl = "http://10.0.0.91:4444";

Future<Map<String, String>> getHeaders() async {
SharedPreferences prefs = await SharedPreferences.getInstance();
Expand Down
2 changes: 1 addition & 1 deletion lib/components/dialogs/projetos/projetoCadastroDialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Future<dynamic> criarProjeto(
atividades![index]!.cor ??
'0xFF6385C3') ??
0),
nome: atividades[index]!.nome ?? 'a',
nome: atividades[index]!.nome ?? '',
horario: '',
abrirDialog: () {
return visualizarAtividade(
Expand Down

0 comments on commit 268cf26

Please sign in to comment.