diocheck 0.0.1 copy "diocheck: ^0.0.1" to clipboard
diocheck: ^0.0.1 copied to clipboard

A new Flutter dio api checking package.

example/lib/main.dart

import 'package:diocheck/diocheck.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({super.key});
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: const MyAppclover(),
    );
  }
}
1
likes
150
points
35
downloads

Documentation

API reference

Publisher

verified publisherwallei.in

Weekly Downloads

A new Flutter dio api checking package.

License

Apache-2.0 (license)

Dependencies

dio, flutter

More

Packages that depend on diocheck