my_state 0.0.1 copy "my_state: ^0.0.1" to clipboard
my_state: ^0.0.1 copied to clipboard

A lightweight and flexible state management package for Flutter applications, providing efficient and simple APIs for managing state synchronously and asynchronously.

My State #

A lightweight and flexible state management package for Flutter applications.

My State is designed to provide an efficient and easy-to-use solution for managing application state without relying on third-party libraries. It supports both synchronous and asynchronous updates with minimal boilerplate.

Features #

  • Manage simple and complex state (e.g., variables, lists, maps, nested objects).
  • Notify only affected widgets when the state changes to improve performance.
  • Supports both synchronous and asynchronous state updates.
  • Easy to integrate with existing Flutter applications.
  • Reset state to default values when needed.
  • Minimalistic and flexible API for easy usage.

Getting started #

To start using this package, follow these steps:

  1. Add the package to your pubspec.yaml file under dependencies:

    dependencies:
      my_state: ^0.0.1
    
0
likes
110
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight and flexible state management package for Flutter applications, providing efficient and simple APIs for managing state synchronously and asynchronously.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on my_state