diff --git a/pubspec.lock b/pubspec.lock index 9a9df44..e52a497 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -41,6 +41,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.2" + bottom_bar: + dependency: "direct main" + description: + name: bottom_bar + sha256: a2c96d8be21ab6173ac95bae3bcb2beb4c9a4cae7d82674f5551303986e121bf + url: "https://pub.dev" + source: hosted + version: "2.0.5" characters: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 3b6d03a..37a3212 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -24,6 +24,7 @@ dependencies: vibration: ^3.1.4 intl: ^0.20.2 loading_animation_widget: ^1.3.0 + bottom_bar: ^2.0.5 dev_dependencies: flutter_test: