vabym8 - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

View vabym8's full-sized avatar

Aby Mathew vabym8

Block or report vabym8

Pinned Loading

  1. 1

    import 'package:flutter/material.dart';

    3

    class TestPage extends StatefulWidget {

    5

      _TestPageState createState() => _TestPageState();
  2. 1

    var resData = json.decode(response.body);

    4

    myMap.forEach((key, value) {

    5

      print('$key : $value');