g123k / flutter_app_badger

Support to update the app badge on the launcher (both for Android and iOS)
https://pub.dev/packages/flutter_app_badger
Apache License 2.0
308 stars 161 forks source link

Please update your Read Me file #12

Closed BasedMusa closed 5 years ago

BasedMusa commented 5 years ago

The Read Me file says that you can import the plugin using:

import 'package:flutterappbadger/flutterappbadger.dart';

When actually the correct import statement is:

import 'package:flutter_app_badger/flutter_app_badger.dart';
g123k commented 5 years ago

Thanks for your report. The README is now updated