-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpantalla.dar.txt
89 lines (72 loc) · 2.63 KB
/
pantalla.dar.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
void main(){
runApp(Myapp());
}
class Myapp extends StatelessWidget{
@override
Widget build(BuildContext context){
return MaterialApp(
title: "Servicios BBVA",
home: Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
title: Text("Servicios BBVA"),
leading: Icon(Icons.menu_open),
backgroundColor: Colors.indigoAccent,
),
body: Column(
mainAxisAlignment: MainAxisAlignment.spaceAround,
crossAxisAlignment: CrossAxisAlignment.center,
mainAxisSize: MainAxisSize.min,
children: <Widget>[
Container(
width: 120,
height:60,
margin: EdgeInsets.all(10),
color: Colors.cyanAccent,
child: Text("Finanzas personales"),
padding: EdgeInsets.all(10),
alignment: Alignment.center,
),
Container(
width:120,
height:60,
margin: EdgeInsets.all(10),
color: Colors.cyanAccent,
child: Text("Tocken movil"), BBVA2021! tanianaoh83 [email protected]
padding: EdgeInsets.all(10),
alignment: Alignment.center,
),
Container(
width: 120,
height:60,
margin: EdgeInsets.all(10),
color: Colors.cyanAccent,
child: Text("Operaciones QR+CoDi"),
padding: EdgeInsets.all(10),
alignment: Alignment.center,
),
Container(
width:120,
height:60,
margin: EdgeInsets.all(10),
color: Colors.cyanAccent,
child: Text("Sucursales"),
padding: EdgeInsets.all(10),
alignment: Alignment.center,
)
],
),
),
);
}
}
Stack:android, flutter, AWS, Amazon lex, Icons, Flutter
software : android y flutter
Apiss AWS: Amazon lex
bucket s3 hosting imagenes readme
Arquitectura: Icons
font: Flutter
Back end: AWS