Skip to content

Commit

Permalink
chore: dependency override added for at_onboarding_flutter in at_onbo…
Browse files Browse the repository at this point in the history
…arding_flutter example app
  • Loading branch information
CurtlyCritchlow committed Aug 22, 2024
1 parent bbc49c1 commit 938d13e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/at_onboarding_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ environment:
dependencies:
at_app_flutter: ^5.2.0
at_backupkey_flutter: ^4.0.15
at_onboarding_flutter:
path: ../
at_onboarding_flutter: ^6.1.7
cupertino_icons: ^1.0.6
flutter:
sdk: flutter
Expand All @@ -39,6 +38,10 @@ dependencies:
intl: ^0.19.0
path_provider: ^2.1.3

dependency_overrides:
at_onboarding_flutter:
path: ../

dev_dependencies:
flutter_lints: ^4.0.0
flutter_test:
Expand Down

0 comments on commit 938d13e

Please sign in to comment.