Skip to content

Commit

Permalink
fix(frontend): Revert flutter files to same as main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed Apr 10, 2024
1 parent 26ad502 commit b9ed28e
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
sdk: flutter

flutter:
uses-material-design: true
uses-material-design: true
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ flutter_gen:
outputs:
class_name: VoicesColors
inputs:
- assets/colors/colors.xml
- assets/colors/colors.xml
42 changes: 21 additions & 21 deletions catalyst_voices/packages/catalyst_voices_blocs/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@ environment:
flutter: 3.19.5

dependencies:
bloc: ^8.1.2
bloc_concurrency: ^0.2.2
catalyst_voices_models:
path: ../catalyst_voices_models
catalyst_voices_repositories:
path: ../catalyst_voices_repositories
catalyst_voices_services:
path: ../catalyst_voices_services
catalyst_voices_view_models:
path: ../catalyst_voices_view_models
collection: ^1.17.1
equatable: ^2.0.5
flutter:
sdk: flutter
formz: ^0.7.0
get_it: ^7.6.7
meta: ^1.10.0
result_type: ^0.2.0
bloc: ^8.1.2
bloc_concurrency: ^0.2.2
catalyst_voices_models:
path: ../catalyst_voices_models
catalyst_voices_repositories:
path: ../catalyst_voices_repositories
catalyst_voices_services:
path: ../catalyst_voices_services
catalyst_voices_view_models:
path: ../catalyst_voices_view_models
collection: ^1.17.1
equatable: ^2.0.5
flutter:
sdk: flutter
formz: ^0.7.0
get_it: ^7.6.7
meta: ^1.10.0
result_type: ^0.2.0

dev_dependencies:
bloc_test: ^9.1.4
catalyst_analysis:
bloc_test: ^9.1.4
catalyst_analysis:
path: ../../../catalyst_voices_packages/catalyst_analysis
test: ^1.24.9
test: ^1.24.9
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dev_dependencies:
chopper_generator: ^7.2.0
json_serializable: ^6.7.1
swagger_dart_code_generator: ^2.15.2
test: ^1.24.9
test: ^1.24.9
11 changes: 6 additions & 5 deletions catalyst_voices/packages/catalyst_voices_shared/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0+1
publish_to: none

environment:
sdk: ">=3.3.3 <4.0.0"
sdk: '>=3.3.3 <4.0.0'
flutter: 3.19.5

dependencies:
Expand All @@ -13,8 +13,9 @@ dependencies:
web: ^0.5.0

dev_dependencies:
catalyst_analysis:
catalyst_analysis:
path: ../../../catalyst_voices_packages/catalyst_analysis
flutter_test:
sdk: flutter
test: ^1.24.9
flutter_test:
sdk: flutter
test: ^1.24.9

0 comments on commit b9ed28e

Please sign in to comment.