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

outdated

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(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Material App',
      home: JsonPlaceHolder(),
    );
  }
}
288
likes
40
points
795
downloads

Publisher

verified publishervb10.dev

Weekly Downloads

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

Repository (GitHub)

License

MIT (license)

Dependencies

dio, flutter, path_provider, pedantic, shared_preferences

More

Packages that depend on vexana