Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mylittlesuite/pine_bricks
https://github.com/mylittlesuite/pine_bricks
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mylittlesuite/pine_bricks
- Owner: MyLittleSuite
- License: mit
- Created: 2023-02-11T14:07:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-04T15:46:17.000Z (20 days ago)
- Last Synced: 2025-01-04T16:29:56.763Z (20 days ago)
- Language: Dart
- Size: 97.7 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
A collection of bricks that enable developers to be more productive when writing code.---
## Bricks 🧱
| Brick | Description | Version |
|----------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|---------|
| [pine](https://brickhub.dev/bricks/pine) | A brick to create Pine Architecture support files. | 0.2.0 |
| [pine_bloc](https://brickhub.dev/bricks/pine_bloc) | A brick to create your blocs (with events and states) including tests. | 0.5.0 |
| [pine_cubit](https://brickhub.dev/bricks/pine_cubit) | A brick to create your cubits (with methods and states) including tests. | 0.5.0 |
| [pine_dto_mapper](https://brickhub.dev/bricks/pine_dto_mapper) | A brick to create your DTO Mapper class including tests. | 0.3.0 |
| [pine_model](https://brickhub.dev/bricks/pine_model) | A brick to create your network response class including fixtures. | 0.3.0+1 |
| [pine_network_jto](https://brickhub.dev/bricks/pine_network_jto) | A brick to create your JSON Transfer Object (JTO) class including fixtures. | 0.3.0+1 |
| [pine_network_request](https://brickhub.dev/bricks/pine_network_request) | A brick to create your network request class including fixtures. | 0.3.0+1 |
| [pine_network_response](https://brickhub.dev/bricks/pine_network_response) | A brick to create your network response class including fixtures. | 0.4.0+1 |
| [pine_page](https://brickhub.dev/bricks/pine_page) | A brick to create your pages (stateless, stateful and with or without routing) class including tests. | 0.3.0 |
| [pine_repository](https://brickhub.dev/bricks/pine_repository) | A brick to create your repository class including tests. | 0.4.0 |
| [pine_retrofit](https://brickhub.dev/bricks/pine_retrofit) | A brick to create your retrofit service class including tests. | 0.4.0 |
| [pine_service](https://brickhub.dev/bricks/pine_service) | A brick to create your service class including tests. | 0.4.0 |## Documentation
- [pine](https://github.com/MyLittleSuite/pine_bricks/tree/master/pine)
- [pine_bloc](https://github.com/MyLittleSuite/pine_bricks/tree/master/pine_bloc)
- [pine_cubit](https://github.com/MyLittleSuite/pine_bricks/tree/master/pine_cubit)
- [pine_dto_mapper](https://github.com/MyLittleSuite/pine_bricks/tree/master/pine_dto_mapper)
- [pine_model](https://github.com/MyLittleSuite/pine_bricks/tree/master/pine_model)
- [pine_network_jto](https://github.com/MyLittleSuite/pine_bricks/tree/master/pine_network_jto)
- [pine_network_request](https://github.com/MyLittleSuite/pine_bricks/tree/master/pine_network_request)
- [pine_network_response](https://github.com/MyLittleSuite/pine_bricks/tree/master/pine_network_response)
- [pine_page](https://github.com/MyLittleSuite/pine_bricks/tree/master/pine_page)
- [pine_repository](https://github.com/MyLittleSuite/pine_bricks/tree/master/pine_repository)
- [pine_retrofit](https://github.com/MyLittleSuite/pine_bricks/tree/master/pine_retrofit)
- [pine_service](https://github.com/MyLittleSuite/pine_bricks/tree/master/pine_service)## Contributing
Please read [CONTRIBUTING.md](https://github.com/MyLittleSuite/pine_bricks/tree/master/CONTRIBUTING.md) for details on
our code of conduct, and the process for submitting pull requests to us.## Maintainers
- [Angelo Cassano](https://github.com/AngeloAvv)
- [Andrea Del Fante](https://github.com/andreadelfante)