aero_cache 1.0.0 copy "aero_cache: ^1.0.0" to clipboard
aero_cache: ^1.0.0 copied to clipboard

A high-performance HTTP caching library for Dart/Flutter with zstd compression, ETag/Last-Modified revalidation, and full Cache-Control directive support.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'screens/home_screen.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'AeroCache Feature Showcase',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue),
        useMaterial3: true,
      ),
      home: const HomeScreen(),
    );
  }
}
0
likes
0
points
16
downloads

Publisher

verified publishernikaera.com

Weekly Downloads

A high-performance HTTP caching library for Dart/Flutter with zstd compression, ETag/Last-Modified revalidation, and full Cache-Control directive support.

Repository (GitHub)
View/report issues

Topics

#lint

Documentation

Documentation

License

unknown (license)

Dependencies

crypto, flutter, path_provider, zstandard

More

Packages that depend on aero_cache