Skip to content

Commit

Permalink
misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yakkomajuri committed Jun 22, 2021
1 parent 0422145 commit e8337de
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 19 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -590,3 +590,7 @@ healthchecksdb
MigrationBackup/

# End of https://www.gitignore.io/api/git,dart,flutter,intellij,webstorm,visualstudio

# Web related
lib/generated_plugin_registrant.dart
lib/example/generated_plugin_registrant.dart
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
## 2.0.1

- Update examples for PosthogWeb imports
## 2.0.0

- Migrate to flutter 2
Expand Down
15 changes: 0 additions & 15 deletions example/lib/generated_plugin_registrant.dart

This file was deleted.

2 changes: 1 addition & 1 deletion lib/src/posthog_web.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'dart:js';

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

class PosthogWeb {
static void registerWith(Registrar registrar) {
Expand Down

0 comments on commit e8337de

Please sign in to comment.