fireball 1.0.3 copy "fireball: ^1.0.3" to clipboard
fireball: ^1.0.3 copied to clipboard

discontinued
outdated

Fireball is an HTTP wrapper and response management package.

example/lib/main.dart

import 'package:example/features/pet/pet.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Fireball Example App',
      home: Pet(),
    );
  }
}
0
likes
40
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

Fireball is an HTTP wrapper and response management package.

Homepage

License

MIT (license)

Dependencies

file_utils, flutter, flutter_cache_manager, flutter_cache_store, http, logger, path_provider, path_provider_platform_interface, plugin_platform_interface, shared_preferences

More

Packages that depend on fireball