internet_speed_chu_bi 0.16.2 copy "internet_speed_chu_bi: ^0.16.2" to clipboard
internet_speed_chu_bi: ^0.16.2 copied to clipboard

Internet speed test plugin to integrate it in your app whenever you want.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:internet_speed_chu_bi_example/screens/home.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      home: Home(),
    );
  }
}
1
likes
100
pub points
27%
popularity

Publisher

unverified uploader

Internet speed test plugin to integrate it in your app whenever you want.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, fluttertoast, percent_indicator, rflutter_alert, syncfusion_flutter_gauges, tuple

More

Packages that depend on internet_speed_chu_bi