Prime-Holding / rx_bloc

A set of Flutter packages that help implement the BloC (Business Logic Component) design pattern using the power of reactive streams
https://pub.dev/packages/rx_bloc
62 stars 21 forks source link

Merge develop to master #701

Closed DDavidPrime closed 1 week ago

StanevPrime commented 1 week ago

@DDavidPrime please organise a demo session before we merge this PR. Last but not least the solution needs to be tested from someone from the team to ensure that meets the needed quality.

JvnSlv commented 1 week ago

Running rx_bloc_cli create_distribution . overwrites the README.md created by the rx_bloc_cli create command which I think shouldn't be the case. We should have something like: README.md README_DISTRIBUTION.md

DDavidPrime commented 1 week ago

Running rx_bloc_cli create_distribution . overwrites the README.md created by the rx_bloc_cli create command which I think shouldn't be the case. We should have something like: README.md README_DISTRIBUTION.md

How and where does this happen? The rx_bloc_cli create_distribution . and rx_bloc_cli create . should not be generated within the same directory. Since they are distinct commands, the intention is to create a separate repo for the project and the credentials, thus being two separate directories. This way there should never be a collision between the readme files.

Was that what you meant or was it some other scenario you encountered where the files were getting replaced.