Skip to content

Commit 14bf423

Browse files
committed
fix: add meta import for @internal annotation
1 parent 284d0ab commit 14bf423

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/stripe/lib/src/stripe.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import 'dart:async';
22

33
import 'package:flutter/foundation.dart';
44
import 'package:stripe_platform_interface/stripe_platform_interface.dart';
5+
import 'package:meta/meta.dart';
56

67
/// [Stripe] is the facade of the library and exposes the operations that can be
78
/// executed on the Stripe platform.

0 commit comments

Comments
 (0)