vexana 2.0.0-nullsafety.3 copy "vexana: ^2.0.0-nullsafety.3" to clipboard
vexana: ^2.0.0-nullsafety.3 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
0
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

unknown (LICENSE)

Dependencies

collection, dio, flutter, path_provider, pedantic, shared_preferences

More

Packages that depend on vexana