Skip to content

Commit

Permalink
Updated readme and removed unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JGeek00 committed Jun 29, 2022
1 parent 354bbc7 commit 406d78d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 39 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ DroidHole does not collect any personal user data. All data stored into the appl
- [flutter phoenix](https://pub.dev/packages/flutter_phoenix)
- [flutter displaymode](https://pub.dev/packages/flutter_displaymode)
- [qr code scanner](https://pub.dev/packages/qr_code_scanner)
- [permission handler](https://pub.dev/packages/permission_handler)
- [flutter launcher icons](https://pub.dev/packages/flutter_launcher_icons)
- [flutter native splash](https://pub.dev/packages/flutter_native_splash)
- [intl](https://pub.dev/packages/intl)
- [charts_flutter](https://pub.dev/packages/charts_flutter)
- [html](https://pub.dev/packages/html)
- [pie chart](https://pub.dev/packages/pie_chart)

<br>

Expand Down
37 changes: 1 addition & 36 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -497,41 +497,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
permission_handler:
dependency: "direct main"
description:
name: permission_handler
url: "https://pub.dartlang.org"
source: hosted
version: "10.0.0"
permission_handler_android:
dependency: transitive
description:
name: permission_handler_android
url: "https://pub.dartlang.org"
source: hosted
version: "10.0.0"
permission_handler_apple:
dependency: transitive
description:
name: permission_handler_apple
url: "https://pub.dartlang.org"
source: hosted
version: "9.0.4"
permission_handler_platform_interface:
dependency: transitive
description:
name: permission_handler_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "3.7.0"
permission_handler_windows:
dependency: transitive
description:
name: permission_handler_windows
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.0"
petitparser:
dependency: transitive
description:
Expand Down Expand Up @@ -749,4 +714,4 @@ packages:
version: "3.1.1"
sdks:
dart: ">=2.17.1 <3.0.0"
flutter: ">=2.8.0"
flutter: ">=2.5.0"
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.8.1+13
version: 0.9.0+14

environment:
sdk: ">=2.17.1 <3.0.0"
Expand All @@ -41,7 +41,6 @@ dependencies:
package_info_plus: ^1.4.2
flutter_phoenix: ^1.0.0
flutter_displaymode: ^0.3.2
permission_handler: ^10.0.0
intl: ^0.17.0
charts_flutter: ^0.12.0
html: ^0.15.0
Expand Down

0 comments on commit 406d78d

Please sign in to comment.