tw_login 1.1.4
tw_login: ^1.1.4 copied to clipboard
modified package for personal usage. This pack fixes 'TwitterKit/TwitterKit.h' file not found error. I am publishing this version for my own packages. orginal package is on BSD 2-Clause "Simplifie [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tw_loginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tw_login: ^1.1.4Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:tw_login/tw_login.dart';