From 4cdeedb09190fa5ddf2b2964cb03308d4213e8b3 Mon Sep 17 00:00:00 2001 From: Esiur Project Date: Thu, 18 Aug 2022 17:43:48 +0300 Subject: [PATCH] bad imports --- lib/src/Net/IIP/DistributedResource.dart | 4 ---- pubspec.yaml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/src/Net/IIP/DistributedResource.dart b/lib/src/Net/IIP/DistributedResource.dart index 1dc9b4f..90797c9 100644 --- a/lib/src/Net/IIP/DistributedResource.dart +++ b/lib/src/Net/IIP/DistributedResource.dart @@ -22,10 +22,6 @@ SOFTWARE. */ -import 'dart:async'; -import 'dart:ffi'; -import 'dart:io'; - import '../../Data/IntType.dart'; import '../../Resource/Instance.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index fcef506..c554d1a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: esiur description: Distributed Object Framework. -version: 2.0.6 +version: 2.0.7 #author: Ahmed Zamil homepage: https://github.com/esiur/esiur-dart