Skip to content

Commit

Permalink
some misc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-jiao committed Mar 2, 2024
1 parent 338c1d0 commit b90f849
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
# The following line activates a set of recommended lints for Flutter apps,
# packages, and plugins designed to encourage good coding practices.
include: package:flutter_lints/flutter.yaml

analyzer:
exclude: [lib/**.g.dart, lib/l10n/**]
linter:
# The lint rules applied to this project can be customized in the
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
Expand Down
2 changes: 1 addition & 1 deletion macos/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<string>NSApplication</string>

<key>NSFullDiskAccessUsageDescription</key>
<string>Explain why your app uses this permission</string>
<string>For renaming files.</string>

</dict>
</plist>
8 changes: 6 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ dependencies:

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
audio_metadata_reader: ^0.0.3
cross_file: ^0.3.4+1
crypto: ^3.0.3
cyrtranslit: ^1.0.1
desktop_drop: ^0.4.4 # not compatible with iOS
Expand All @@ -42,14 +44,16 @@ dependencies:
file_picker: ^6.1.1
fluttertoast: ^8.2.4
intl: ^0.19.0
package_info_plus: ^5.0.1
package_info_plus:
git:
url: https://github.com/fluttercommunity/plus_plugins.git
path: packages/package_info_plus/package_info_plus
path: ^1.9.0
permission_handler: ^11.3.0
pinyin: ^3.2.0
shared_preferences: ^2.2.2
toastification: ^1.2.1
url_launcher: ^6.2.5
audio_metadata_reader: ^0.0.3

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit b90f849

Please sign in to comment.