flutter_heart_beating

A new flutter plugin project.

Getting Started

flutter_heart_beating:
    git: git://github.com/scofield-hello/flutter_heart_beating_plugin.git
await FlutterHeartBeating().start(HeartBeatingConfig(
        "https://abcdefg.com/heartbeat",
        interval: 30,
        headers: {
          "Authorization":"anything"
        },
        body: {
          "a": "a",
          "b": "b"
        }));