https://github.com/leancodepl/bloc_lens
https://github.com/leancodepl/bloc_lens
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/leancodepl/bloc_lens
- Owner: leancodepl
- Created: 2024-04-08T08:02:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T16:13:50.000Z (over 1 year ago)
- Last Synced: 2025-03-25T19:21:15.714Z (about 1 year ago)
- Language: Dart
- Size: 319 KB
- Stars: 21
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Functional lenses for Dart
| Package | Documentation | pub |
|---------------------------------------------|-------------------------------------------------|--------------------------------------------------------------------------------------------------|
| [`lens_base`][lens_base-link] | [Documentation][lens_base-documentation] | [![lens_base pub.dev badge][lens_base-pub-badge]][lens_base-pub-badge-link] |
| [`bloc_lens`][bloc_lens-link] | [Documentation][bloc_lens-documentation] | [![bloc_lens pub.dev badge][bloc_lens-pub-badge]][bloc_lens-pub-badge-link] |
| [`bloc_lens_macros`][bloc_lens_macros-link] | [Documentation][bloc_lens_macros-documentation] | [![bloc_lens_macros pub.dev badge][bloc_lens_macros-pub-badge]][bloc_lens_macros-pub-badge-link] |
## Overview
The goal of these libraries is to provide simple and reusable tools for managing complex state
in apps and packages.
---
Built with ☕️ by LeanCode
[lens_base-link]: https://github.com/leancodepl/bloc_lens/tree/main/packages/lens_base
[bloc_lens-link]: https://github.com/leancodepl/bloc_lens/tree/main/packages/bloc_lens
[bloc_lens_macros-link]: https://github.com/leancodepl/bloc_lens/tree/main/packages/bloc_lens_macros
[lens_base-documentation]: https://pub.dev/documentation/lens_base/latest/
[bloc_lens-documentation]: https://pub.dev/documentation/bloc_lens/latest/
[bloc_lens_macros-documentation]: https://pub.dev/documentation/bloc_lens_macros/latest/
[lens_base-pub-badge]: https://img.shields.io/pub/v/lens_base
[bloc_lens-pub-badge]: https://img.shields.io/pub/v/bloc_lens
[bloc_lens_macros-pub-badge]: https://img.shields.io/pub/v/bloc_lens_macros
[lens_base-pub-badge-link]: https://pub.dev/packages/lens_base
[bloc_lens-pub-badge-link]: https://pub.dev/packages/bloc_lens
[bloc_lens_macros-pub-badge-link]: https://pub.dev/packages/bloc_lens_macros