dcache_flutter 1.1.2 copy "dcache_flutter: ^1.1.2" to clipboard
dcache_flutter: ^1.1.2 copied to clipboard

Dcache_flutter is a library for Dio. Dcache_flutter uses sqflite as disk cache and we consider that memery cache is unnecessary. It is used in our product. It is fully tested and stable. Maybe it's us [...]

example/lib/main.dart

import 'package:dcache_flutter_example/menu_view.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {

  @override
  void initState() {
    super.initState();
  }


  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: MenuView(),
    );
  }
}
3
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Dcache_flutter is a library for Dio. Dcache_flutter uses sqflite as disk cache and we consider that memery cache is unnecessary. It is used in our product. It is fully tested and stable. Maybe it's useful for you too.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, dio, flutter, sqflite

More

Packages that depend on dcache_flutter