Commit 51332105 authored by Ade Fikriatul  Ilmi's avatar Ade Fikriatul Ilmi

wa

parent a827a998
......@@ -31,14 +31,9 @@ class WAChat extends StatelessWidget {
onPressed: () {},
backgroundColor: Colors.green,
child: FutureBuilder<List<dynamic>>(
future: getSosmedDesc(),
future: getWaDesc(),
builder: (BuildContext context, AsyncSnapshot snapshot) {
var pgm = snapshot.data[0];
if (snapshot.hasError ||
snapshot.data == null ||
snapshot.connectionState == ConnectionState.waiting) {
return const CircularProgressIndicator();
}
return GestureDetector(
onTap: () {
wa = pgm['whatsapp'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment