Skip to content

Commit

Permalink
Merge pull request #124 from luckycreationsindia/master
Browse files Browse the repository at this point in the history
Fix issue with Uint8List.toHexString()
  • Loading branch information
Harry-Chen authored Oct 29, 2023
2 parents d47c05c + 160ccdf commit 2d991f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/flutter_nfc_kit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import 'package:flutter/foundation.dart';
import 'package:flutter/services.dart';
import 'package:ndef/ndef.dart' as ndef;
import 'package:ndef/ndef.dart' show TypeNameFormat; // for generated file
import 'package:ndef/utilities.dart';
import 'package:json_annotation/json_annotation.dart';

part 'flutter_nfc_kit.g.dart';
Expand Down

0 comments on commit 2d991f9

Please sign in to comment.