flutter_meta_sdk_updated 1.0.4
flutter_meta_sdk_updated: ^1.0.4 copied to clipboard
Meta SDK for Flutter. This package allow you to integration with Facebook SDK using developer facebook dashboard, track flutter app events, and etc.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_meta_sdk_updatedWith Flutter:
$ flutter pub add flutter_meta_sdk_updatedThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_meta_sdk_updated: ^1.0.4Alternatively, 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:flutter_meta_sdk_updated/flutter_meta_sdk_updated.dart';