/flutter-network-module

flutter network module

Primary LanguageDartOtherNOASSERTION

Features

This Flutter package is designed for making API and WebSocket requests. It provides convenient methods and utilities for handling network communication in your Flutter applications.

this package will install the following dependencies:

Getting started

add this to your package's pubspec.yaml file: network: git: url: https://github.com/Mohitkoley/flutter-network-module.git ref: main

## Usage

TODO: for using this library you need to import this library in your file
    in example:
    import 'package:network/network.dart';
    

```dart

## Additional information

TODO: Tell users more about the package: you can find this repo on github [here](
    https://github.com/Mohitkoley/flutter-network-module.git
)