Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ dependencies:

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
fluentui_icons: ^1.0.0
cupertino_icons: ^1.0.2
google_fonts: ^4.0.3
flutter_staggered_grid_view: ^0.6.2
animated_splash_screen: ^1.3.0
http: ^0.13.6
url_launcher: ^6.1.11
clipboard: ^0.1.3
provider: ^6.0.5
flutter_spinkit: ^5.2.0
hive: ^2.2.3
hive_flutter: ^1.1.0
fluentui_icons: ^2.0.0
cupertino_icons: ^1.0.3
google_fonts: ^4.1.0
flutter_staggered_grid_view: ^0.6.3
animated_splash_screen: ^1.4.0
http: ^0.13.7
url_launcher: ^6.2.0
clipboard: ^0.2.0
provider: ^6.0.6
flutter_spinkit: ^5.2.1
hive: ^2.2.4
hive_flutter: ^1.2.0

dev_dependencies:
flutter_test:
Expand All @@ -55,7 +55,7 @@ dev_dependencies:
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.0
flutter_lints: ^2.1.0

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down