| Index: lib/protobuf.dart
|
| diff --git a/lib/protobuf.dart b/lib/protobuf.dart
|
| index d74c9c8b813b52e8f66dd75c7d847f5c3363906c..5789b7a9380e0235908b78c8c8ad71de418956f6 100644
|
| --- a/lib/protobuf.dart
|
| +++ b/lib/protobuf.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library protobuf;
|
|
|
| -import 'dart:collection' show ListMixin;
|
| +import 'dart:collection' show ListMixin, MapMixin;
|
| import 'dart:convert' show JSON, Utf8Codec;
|
| import 'dart:math' as math;
|
| import 'dart:typed_data' show TypedData, Uint8List, ByteData, Endianness;
|
| @@ -20,6 +20,7 @@ part 'src/protobuf/extension.dart';
|
| part 'src/protobuf/extension_registry.dart';
|
| part 'src/protobuf/field_info.dart';
|
| part 'src/protobuf/generated_message.dart';
|
| +part 'src/protobuf/map_mixin.dart';
|
| part 'src/protobuf/pb_list.dart';
|
| part 'src/protobuf/protobuf_enum.dart';
|
| part 'src/protobuf/unknown_field_set.dart';
|
|
|