Skip to content

Commit

Permalink
fix posthog web import
Browse files Browse the repository at this point in the history
  • Loading branch information
yakkomajuri committed Jun 22, 2021
1 parent 5e34211 commit 8d1059f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/lib/generated_plugin_registrant.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

// ignore_for_file: lines_longer_than_80_chars

import 'package:posthog_flutter/src/posthog_web.dart';
import 'package:posthog_flutter/src/posthog_web.dart' show PosthogWeb;

import 'package:flutter_web_plugins/flutter_web_plugins.dart';
import 'package:flutter_web_plugins/flutter_web_plugins.dart' show Registrar;

// ignore: public_member_api_docs
void registerPlugins(Registrar registrar) {
Expand Down

0 comments on commit 8d1059f

Please sign in to comment.