diocheck 0.0.2 copy "diocheck: ^0.0.2" to clipboard
diocheck: ^0.0.2 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:  MyAppclover(title: '', url: 'https://wapleap1.chola.murugappa.com/usermanagementapi/auth/authenticate?module=SALES',
        pass: 'Twilight#2023', id: 'CF01035',),
    );
  }
}
1
likes
140
points
12
downloads

Publisher

verified publisherwallei.in

Weekly Downloads

A new Flutter dio api checking package.

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

dio, flutter

More

Packages that depend on diocheck