playx_network 0.2.3 copy "playx_network: ^0.2.3" to clipboard
playx_network: ^0.2.3 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(),
    );
  }
}
1
likes
160
points
244
downloads

Publisher

verified publisherplayx.sourcya.io

Weekly Downloads

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, sentry_dio

More

Packages that depend on playx_network