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

playx_network 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:playx_network_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: 'Playx Network',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      home: const MyHomePage(),
    );
  }
}
0
likes
140
pub points
4%
popularity

Publisher

verified publisherplayx.sourcya.io

playx_network 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

#playx #dio #network #api

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, flutter, pretty_dio_logger

More

Packages that depend on playx_network