similar_web 0.0.1+1
similar_web: ^0.0.1+1 copied to clipboard
An API consumer for "Similar Web" web statistics service. Use this if you want to know estimated data for web traffic of non-owned pages
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add similar_webWith Flutter:
$ flutter pub add similar_webThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
similar_web: ^0.0.1+1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:similar_web/similar_web.dart';