instagram_mention 1.0.1 instagram_mention: ^1.0.1 copied to clipboard
A simple detailed flutter widget that looks almost the same as the real instagram mention widget.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add instagram_mention
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
instagram_mention: ^1.0.1
Alternatively, 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:instagram_mention/instagram_mention.dart';