hyper_net 0.1.0 copy "hyper_net: ^0.1.0" to clipboard
hyper_net: ^0.1.0 copied to clipboard

HyperNet is a Wrapper around Dio that can perform api request with better error handling and easily get the result of any api request.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:hyper_net_example/home.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'HyperNet',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      home: const MyHomePage(),
    );
  }
}
2
likes
150
points
53
downloads

Publisher

verified publisherdevtech365.com

Weekly Downloads

HyperNet is a Wrapper around Dio that can perform api request with better error handling and easily get the result of any api request.

Homepage
Repository (GitHub)
View/report issues

Topics

#hypernet #dio #network #api

Documentation

API reference

License

MIT (license)

Dependencies

dio, dio_web_adapter, flutter, playx_core, pretty_dio_logger, sentry_dio

More

Packages that depend on hyper_net