Skip to content

Commit

Permalink
Change quote marks in import
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLM committed Jan 6, 2024
1 parent 4fa809b commit b4fb192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coinlib_flutter/lib/coinlib_flutter.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:flutter/widgets.dart';
import 'package:coinlib/coinlib.dart';
export "package:coinlib/coinlib.dart";
export 'package:coinlib/coinlib.dart';

/// A widget that ensures the coinlib library is loaded before use. This is
/// currently only necessary on web but it is good practice to use in any case.
Expand Down

0 comments on commit b4fb192

Please sign in to comment.