network_implementation 0.0.15 copy "network_implementation: ^0.0.15" to clipboard
network_implementation: ^0.0.15 copied to clipboard

Network Implementation package to handle HTTP requests based on dio package for Flutter.

example/lib/main.dart

import 'package:flutter/material.dart';

Future main() async {
  return runApp(const MyApp());
}
class MyApp extends StatelessWidget {
  const MyApp({super.key});
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter rxdart_bloc example',
      home: Scaffold(
        body: Container(color: Colors.green,),
      ),
    );
  }
}
1
likes
140
points
51
downloads

Publisher

verified publisherghoneem.com

Weekly Downloads

Network Implementation package to handle HTTP requests based on dio package for Flutter.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, nirikshak

More

Packages that depend on network_implementation