Skip to content

Commit

Permalink
Merge pull request #5 from Dash-Kit/release/1.0.1
Browse files Browse the repository at this point in the history
Remove utils folder, Fix dependencies
  • Loading branch information
w3ggy authored Jan 26, 2021
2 parents 4fd7470 + b511b98 commit f53c520
Show file tree
Hide file tree
Showing 12 changed files with 109 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/helper/alice_save_helper.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'dart:convert';
import 'package:alice_lightweight/helper/alice_conversion_helper.dart';
import 'package:alice_lightweight/model/alice_http_call.dart';
import 'package:alice_lightweight/ui/utils/alice_parser.dart';
import 'package:alice_lightweight/utils/alice_parser.dart';

class AliceSaveHelper {
static JsonEncoder _encoder = new JsonEncoder.withIndent(' ');
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/page/alice_call_details_screen.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:alice_lightweight/core/alice_core.dart';
import 'package:alice_lightweight/helper/alice_save_helper.dart';
import 'package:alice_lightweight/model/alice_http_call.dart';
import 'package:alice_lightweight/ui/utils/alice_constants.dart';
import 'package:alice_lightweight/utils/alice_constants.dart';
import 'package:alice_lightweight/ui/widget/alice_call_error_widget.dart';
import 'package:alice_lightweight/ui/widget/alice_call_overview_widget.dart';
import 'package:alice_lightweight/ui/widget/alice_call_request_widget.dart';
Expand Down
4 changes: 2 additions & 2 deletions lib/ui/page/alice_calls_list_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import 'package:alice_lightweight/helper/alice_alert_helper.dart';
import 'package:alice_lightweight/ui/page/alice_call_details_screen.dart';
import 'package:alice_lightweight/core/alice_core.dart';
import 'package:alice_lightweight/model/alice_http_call.dart';
import 'package:alice_lightweight/ui/utils/alice_constants.dart';
import 'package:alice_lightweight/ui/utils/alice_share_logs.dart';
import 'package:alice_lightweight/utils/alice_constants.dart';
import 'package:alice_lightweight/utils/alice_share_logs.dart';
import 'package:alice_lightweight/ui/widget/alice_call_list_item_widget.dart';
import 'package:flutter/material.dart';

Expand Down
2 changes: 1 addition & 1 deletion lib/ui/page/alice_stats_screen.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:alice_lightweight/core/alice_core.dart';
import 'package:alice_lightweight/helper/alice_conversion_helper.dart';
import 'package:alice_lightweight/model/alice_http_call.dart';
import 'package:alice_lightweight/ui/utils/alice_constants.dart';
import 'package:alice_lightweight/utils/alice_constants.dart';
import 'package:flutter/material.dart';

class AliceStatsScreen extends StatelessWidget {
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/widget/alice_base_call_details_widget.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'dart:convert';

import 'package:alice_lightweight/helper/alice_conversion_helper.dart';
import 'package:alice_lightweight/ui/utils/alice_parser.dart';
import 'package:alice_lightweight/utils/alice_parser.dart';
import 'package:flutter/material.dart';

abstract class AliceBaseCallDetailsWidgetState<T extends StatefulWidget>
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/widget/alice_call_list_item_widget.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:alice_lightweight/helper/alice_conversion_helper.dart';
import 'package:alice_lightweight/model/alice_http_call.dart';
import 'package:alice_lightweight/model/alice_http_response.dart';
import 'package:alice_lightweight/ui/utils/alice_constants.dart';
import 'package:alice_lightweight/utils/alice_constants.dart';
import 'package:flutter/material.dart';

class AliceCallListItemWidget extends StatelessWidget {
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/widget/alice_call_response_widget.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:alice_lightweight/model/alice_http_call.dart';
import 'package:alice_lightweight/ui/utils/alice_constants.dart';
import 'package:alice_lightweight/utils/alice_constants.dart';
import 'package:alice_lightweight/ui/widget/alice_base_call_details_widget.dart';
import 'package:flutter/material.dart';

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
100 changes: 99 additions & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.9"
ffi:
dependency: transitive
description:
name: ffi
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
file:
dependency: transitive
description:
name: file
url: "https://pub.dartlang.org"
source: hosted
version: "5.2.1"
flutter:
dependency: "direct main"
description: flutter
Expand All @@ -48,27 +62,97 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.4"
intl:
dependency: transitive
description:
name: intl
url: "https://pub.dartlang.org"
source: hosted
version: "0.16.1"
meta:
dependency: transitive
description:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0-nullsafety.3"
mime:
dependency: transitive
description:
name: mime
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.7"
path:
dependency: transitive
description:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
path_provider:
dependency: "direct main"
description:
name: path_provider
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.27"
path_provider_linux:
dependency: transitive
description:
name: path_provider_linux
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1+2"
path_provider_macos:
dependency: transitive
description:
name: path_provider_macos
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.4+8"
path_provider_platform_interface:
dependency: transitive
description:
name: path_provider_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
path_provider_windows:
dependency: transitive
description:
name: path_provider_windows
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.4+3"
pedantic:
dependency: transitive
description:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.0"
platform:
dependency: transitive
description:
name: platform
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.1"
plugin_platform_interface:
dependency: transitive
description:
name: plugin_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.3"
process:
dependency: transitive
description:
name: process
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.13"
rxdart:
dependency: "direct main"
description:
Expand All @@ -82,7 +166,7 @@ packages:
name: share
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.4+3"
version: "0.6.5+4"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -123,6 +207,20 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0-nullsafety.3"
win32:
dependency: transitive
description:
name: win32
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.4"
xdg_directories:
dependency: transitive
description:
name: xdg_directories
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2"
sdks:
dart: ">=2.10.0-110 <2.11.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ dependencies:
http: ^0.12.2
dio: ^3.0.9
rxdart: ^0.24.1
share: ^0.6.4+3
share: ^0.6.5+4
path_provider: ^1.6.27

0 comments on commit f53c520

Please sign in to comment.