Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [3.0.1] - 2024-03-26

### Fixed - 3.0.1

* reverted to using 'isolates.dart' from utils exports to framework for web compatibility.

## [3.0.0] - 2024-03-26

### Changed - 3.0.0
Expand Down
2 changes: 2 additions & 0 deletions lib/exception_handler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// All rights reserved. Use of this source code
// is governed by a Apache-2.0 license that can be found in the LICENSE file.

/// A Dart package for streamlined API handling and robust exception management
/// in Flutter apps.
library exception_handler;

export 'src/src.dart';
1 change: 1 addition & 0 deletions lib/src/exception_handler/dio/dio_exception_handler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import 'dart:developer';

import 'package:connectivity_plus/connectivity_plus.dart';
import 'package:dio/dio.dart';
import 'package:flutter/foundation.dart';
import 'package:http_exception/http_exception.dart';
import 'package:http_status/http_status.dart';

Expand Down
30 changes: 0 additions & 30 deletions lib/src/utils/isolates/_isolates_io.dart

This file was deleted.

23 changes: 0 additions & 23 deletions lib/src/utils/isolates/_isolates_web.dart

This file was deleted.

61 changes: 0 additions & 61 deletions lib/src/utils/isolates/constants.dart

This file was deleted.

87 changes: 0 additions & 87 deletions lib/src/utils/isolates/isolates.dart

This file was deleted.

1 change: 0 additions & 1 deletion lib/src/utils/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
// is governed by a Apache-2.0 license that can be found in the LICENSE file.

export 'custom_equatable.dart';
export 'isolates/isolates.dart';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: exception_handler
description: A Dart package for streamlined API handling and robust exception management in Flutter apps.
version: 3.0.0
version: 3.0.1
homepage: "https://github.com/andgar2010/exception_handler"

environment:
Expand Down