Skip to content

Commit

Permalink
Updated dependencies (#32)
Browse files Browse the repository at this point in the history
* update dependencies

* add generated files to gitignore

* Revert "add generated files to gitignore"

This reverts commit be12516.

* Revert "update dependencies"

This reverts commit 727cd73.

* update dependencies
  • Loading branch information
NomadicDeveloper22 authored Nov 20, 2023
1 parent aa3f597 commit d5354c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ build/

.flutter-plugins
.flutter-plugins-dependencies

example/linux/flutter/generated_plugin_registrant.cc
example/linux/flutter/generated_plugins.cmake
example/macos/Flutter/GeneratedPluginRegistrant.swift
example/pubspec.lock
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ environment:
dependencies:
flutter:
sdk: flutter
http: ^0.13.5
http: ^1.1.0
shared_preferences: ^2.0.15
universal_io: ^2.0.4
string_similarity: ^2.0.0
connectivity_plus: ^4.0.1
connectivity_plus: ^5.0.1
device_info_plus: ^9.0.2
package_info_plus: ^4.2.0

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_lints: ^3.0.1

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

0 comments on commit d5354c6

Please sign in to comment.