Skip to content

Commit

Permalink
Improving pub score
Browse files Browse the repository at this point in the history
  • Loading branch information
guyluz11 committed Nov 22, 2024
1 parent 899d294 commit f518a2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.8"
version: "1.0.9"
typed_data:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion lib/src/tizen_helper_methods.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import 'dart:async';
import 'dart:convert';
import 'dart:io';

import 'package:dio/dio.dart';
import 'package:tizen_api/src/api/models/tv.dart';
import 'package:universal_io/io.dart';

class TizenHelperMethods {
static Tv? selectedTv;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tizen_api
description: Control your Samsung Tizen TV, written in pure dart native. Trying the example project is highly encouraged :)
version: 1.0.8
version: 1.0.9
repository: https://github.com/CyBear-Jinni/tizen_api

environment:
Expand Down

0 comments on commit f518a2f

Please sign in to comment.