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

outdated

Manage your network layer with dio. You can use more 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
0
pub points
91%
popularity

Publisher

verified publishervb10.dev

Manage your network layer with dio. You can use more network operations.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dio, flutter, path_provider, shared_preferences

More

Packages that depend on vexana