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

A Flutter library for managing API calls using the BLoC pattern. This library provides a set of classes and utilities to simplify API calls and manage state changes.

example/lib/main.dart

import 'package:example/src/page.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MaterialApp(home: ExamplePage()));
}
8
likes
0
pub points
29%
popularity

Publisher

verified publisherinidia.app

A Flutter library for managing API calls using the BLoC pattern. This library provides a set of classes and utilities to simplify API calls and manage state changes.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on api_bloc