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(),
    );
  }
}
262
likes
40
pub points
91%
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

MIT (LICENSE)

Dependencies

dio, flutter, path_provider, pedantic, shared_preferences

More

Packages that depend on vexana