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

outdated

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()));
}
10
likes
0
points
50
downloads

Publisher

verified publisherinidia.app

Weekly Downloads

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