vexana 3.4.2 copy "vexana: ^3.4.2" to clipboard
vexana: ^3.4.2 copied to clipboard

Manage your network layer with dio. You will be able to use it very easily network operations.

example/lib/main.dart

import 'package:example/json_place_holder/json_place_holder.dart';
import 'package:flutter/material.dart';

void main() => runApp(const MyApp());

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

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      title: 'Material App',
      home: JsonPlaceHolder(),
    );
  }
}
263
likes
0
pub points
90%
popularity

Publisher

verified publishervb10.dev

Manage your network layer with dio. You will be able to use it very easily network operations.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, connectivity_plus, dio, flutter, logger, lottie, path_provider, retry, sembast, sembast_web, shared_preferences

More

Packages that depend on vexana