Skip to content

Commit f518a2f

Browse files
committed
Improving pub score
1 parent 899d294 commit f518a2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ packages:
427427
path: ".."
428428
relative: true
429429
source: path
430-
version: "1.0.8"
430+
version: "1.0.9"
431431
typed_data:
432432
dependency: transitive
433433
description:

lib/src/tizen_helper_methods.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import 'dart:async';
22
import 'dart:convert';
3-
import 'dart:io';
43

54
import 'package:dio/dio.dart';
65
import 'package:tizen_api/src/api/models/tv.dart';
6+
import 'package:universal_io/io.dart';
77

88
class TizenHelperMethods {
99
static Tv? selectedTv;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tizen_api
22
description: Control your Samsung Tizen TV, written in pure dart native. Trying the example project is highly encouraged :)
3-
version: 1.0.8
3+
version: 1.0.9
44
repository: https://github.com/CyBear-Jinni/tizen_api
55

66
environment:

0 commit comments

Comments
 (0)