Skip to content

Commit

Permalink
Updated package for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekko7072 committed May 27, 2023
1 parent 01be76e commit 09ff59b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ packages:
dependency: "direct main"
description:
name: auto_updater
sha256: bd7525c70ec7a0ff2da32325cc1a5c87e0466f8f8d586ccf9e672e6b3d51bf4f
sha256: "73a651d2318c29a1093d1eafd48b3552eef08ae2fefbd178ce952d5d3bcb942e"
url: "https://pub.dev"
source: hosted
version: "0.1.6"
version: "0.1.7"
boolean_selector:
dependency: transitive
description:
Expand Down
6 changes: 4 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Link Management System
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

# Using previous version to see if auto-update works on windows
version: 1.0.1+8 #Online macOS 1.0.1+9 windows 1.0.1+9
version: 1.0.1+9 #Online macOS 1.0.1+9 windows 1.0.1+9

environment:
sdk: ">=2.16.1 <3.0.0"
Expand All @@ -19,14 +19,16 @@ dependencies:
sqflite_common_ffi: ^2.2.5
shared_preferences: ^2.1.1
package_info_plus: ^4.0.1
auto_updater: ^0.1.6
auto_updater: ^0.1.7

# Design
about: ^2.1.3
cupertino_icons: ^1.0.5
adaptive_dialog: ^1.8.3+1
flutter_easyloading: ^3.0.5

#Utility

#launch_at_startup: ^0.2.1

dev_dependencies:
Expand Down

0 comments on commit 09ff59b

Please sign in to comment.