stx_bloc_base 0.5.1 copy "stx_bloc_base: ^0.5.1" to clipboard
stx_bloc_base: ^0.5.1 copied to clipboard

The package provides various generic implementations of blocs.

example/lib/main.dart

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

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: const HomeScreen(),
    );
  }
}
1
likes
120
pub points
68%
popularity

Publisher

unverified uploader

The package provides various generic implementations of blocs.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

bloc, bloc_test, equatable, hydrated_bloc, meta

More

Packages that depend on stx_bloc_base