Skip to content

Commit

Permalink
docs(getting-started): use flutter pub add for flutter_bloc insta…
Browse files Browse the repository at this point in the history
…llation (#4202)
  • Loading branch information
nilgaar authored Jul 26, 2024
1 parent 8bbd6c4 commit 4235f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/getting-started/InstallationTabs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dart pub add bloc
`;
const installFlutterBloc = `
# Add flutter_bloc to your project.
dart pub add flutter_bloc
flutter pub add flutter_bloc
`;
const installAngularBloc = `
# Add angular_bloc to your project.
Expand Down

0 comments on commit 4235f7b

Please sign in to comment.