Skip to content

Commit

Permalink
Merge pull request #47 from osociety/dev
Browse files Browse the repository at this point in the history
Dev -> Main
  • Loading branch information
git-elliot authored Mar 31, 2024
2 parents fb2b1c3 + c12a4af commit e5bf85e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}}
file: coverage/lcov.info
file: coverage/lcov.info

- name: Check Publish Warnings
run: flutter pub publish --dry-run
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// ignore: depend_on_referenced_packages
import 'package:multicast_dns/multicast_dns.dart';
import 'package:network_tools_flutter/network_tools_flutter.dart';
import 'package:nsd/nsd.dart';
Expand Down
2 changes: 2 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ dependencies:
path_provider: ^2.1.1
universal_io: ^2.2.2
nsd: ^2.3.1
# Performing mDNS queries (e.g. Bonjour, Avahi).
multicast_dns: ^0.3.2+6

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit e5bf85e

Please sign in to comment.