Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
faithoflifedev committed Dec 28, 2024
1 parent bbbc7bc commit 05d8be3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/easy_onvif_cli/lib/meta.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/// app metadata
library;

// DO NOT EDIT THIS FILE
// THIS FILE IS AUTOMATICALLY OVER WRITTEN BY PublishTools
import 'dart:convert' show json;

final pubSpec = json.decode('{description: A pure Dart library designed primarily for command line automation of Onvif compatible devices., homepage: https://github.com/faithoflifedev/easy_onvif_workspace/tree/main/packages/easy_onvif_cli, documentation: null, repository: https://github.com/faithoflifedev/easy_onvif_workspace, issueTracker: null, name: easy_onvif_cli, publish_to: null, version: 3.1.0+5}');
final pubSpec = json.decode(
'{description: A pure Dart library designed primarily for command line automation of Onvif compatible devices., homepage: https://github.com/faithoflifedev/easy_onvif_workspace/tree/main/packages/easy_onvif_cli, documentation: null, repository: https://github.com/faithoflifedev/easy_onvif_workspace, issueTracker: null, name: easy_onvif_cli, publish_to: null, version: 3.1.0+5}');

0 comments on commit 05d8be3

Please sign in to comment.