http_pref 0.0.1 copy "http_pref: ^0.0.1" to clipboard
http_pref: ^0.0.1 copied to clipboard

Making your app offline ready. Uses http for network requests and sharedprefences for cache

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add http_pref

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  http_pref: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:http_pref/repository/base_api_provider.dart';
import 'package:http_pref/repository/base_cache_provider.dart';
import 'package:http_pref/repository/base_repo.dart';
import 'package:http_pref/repository/base_repository.dart';
import 'package:http_pref/repository/data/file.dart';
import 'package:http_pref/repository/data/form_data.dart';
import 'package:http_pref/repository/helper/preferences.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Making your app offline ready. Uses http for network requests and sharedprefences for cache

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on http_pref