Make stream controller a broadcast one in whenListenPresentation
#9
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: bloc_presentation_test publish | |
on: | |
push: | |
tags: ['bloc_presentation_test-v*'] | |
jobs: | |
publish: | |
name: Publish to pub.dev | |
runs-on: ubuntu-latest | |
permissions: | |
id-token: write | |
contents: write | |
defaults: | |
run: | |
working-directory: packages/bloc_presentation_test | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Set up Dart | |
uses: dart-lang/setup-dart@v1 | |
with: | |
sdk: 3.0.0 | |
- name: Set up Flutter | |
uses: subosito/flutter-action@v2 | |
with: | |
flutter-version: 3.10.0 | |
cache: true | |
- name: Publish and release | |
uses: leancodepl/mobile-tools/.github/actions/pub-release@pub-release-v1 | |
with: | |
path: packages/bloc_presentation_test |