Skip to content

Commit

Permalink
True Upstream Master
Browse files Browse the repository at this point in the history
  • Loading branch information
tsavo-at-pieces committed Jan 3, 2025
1 parent 1dddfe0 commit 1632820
Show file tree
Hide file tree
Showing 23 changed files with 193 additions and 236 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
the connection, as defined in the gRPC spec.
* Upgrade to `package:lints` version 5.0.0 and Dart SDK version 3.5.0.
* Upgrade `example/grpc-web` code.
* Update xhr transport to migrate off legacy JS/HTML apis.

## 4.0.1

Expand Down
16 changes: 0 additions & 16 deletions example/googleapis/googleapis.iml

This file was deleted.

4 changes: 0 additions & 4 deletions example/googleapis/pubspec_overrides.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions example/grpc-web/grpc_web.iml

This file was deleted.

4 changes: 0 additions & 4 deletions example/grpc-web/pubspec_overrides.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions example/helloworld/helloworld.iml

This file was deleted.

4 changes: 0 additions & 4 deletions example/helloworld/pubspec_overrides.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions example/metadata/metadata.iml

This file was deleted.

4 changes: 0 additions & 4 deletions example/metadata/pubspec_overrides.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions example/route_guide/pubspec_overrides.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions example/route_guide/route_guide.iml

This file was deleted.

18 changes: 0 additions & 18 deletions grpc.iml

This file was deleted.

16 changes: 0 additions & 16 deletions interop/interop.iml

This file was deleted.

12 changes: 6 additions & 6 deletions interop/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ description: Dart gRPC interoperability test suite.
publish_to: none

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: ^3.0.0

dependencies:
args: ^2.5.0
async: ^2.11.0
collection: ^1.18.0
args: ^2.0.0
async: ^2.2.0
collection: ^1.14.11
grpc:
path: ../
protobuf: ^3.1.0
protobuf: ^3.0.0

dev_dependencies:
test: ^1.25.3
test: ^1.16.0
4 changes: 0 additions & 4 deletions interop/pubspec_overrides.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion lib/grpc_or_grpcweb.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// limitations under the License.

import 'src/client/grpc_or_grpcweb_channel_grpc.dart'
if (dart.library.html) 'src/client/grpc_or_grpcweb_channel_web.dart';
if (dart.library.js_interop) 'src/client/grpc_or_grpcweb_channel_web.dart';
import 'src/client/http2_channel.dart';
import 'src/client/options.dart';

Expand Down
Loading

0 comments on commit 1632820

Please sign in to comment.