A collection of bricks that enable developers to be more productive when writing code.
Brick | Description | Version |
---|---|---|
pine | A brick to create Pine Architecture support files. | 0.2.0 |
pine_bloc | A brick to create your blocs (with events and states) including tests. | 0.5.0 |
pine_cubit | A brick to create your cubits (with methods and states) including tests. | 0.5.0 |
pine_dto_mapper | A brick to create your DTO Mapper class including tests. | 0.3.0 |
pine_model | A brick to create your network response class including fixtures. | 0.3.0+1 |
pine_network_jto | A brick to create your JSON Transfer Object (JTO) class including fixtures. | 0.3.0+1 |
pine_network_request | A brick to create your network request class including fixtures. | 0.3.0+1 |
pine_network_response | A brick to create your network response class including fixtures. | 0.4.0+1 |
pine_page | A brick to create your pages (stateless, stateful and with or without routing) class including tests. | 0.3.0 |
pine_repository | A brick to create your repository class including tests. | 0.4.0 |
pine_retrofit | A brick to create your retrofit service class including tests. | 0.4.0 |
pine_service | A brick to create your service class including tests. | 0.4.0 |
- pine
- pine_bloc
- pine_cubit
- pine_dto_mapper
- pine_model
- pine_network_jto
- pine_network_request
- pine_network_response
- pine_page
- pine_repository
- pine_retrofit
- pine_service
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.