reetags_widgets 0.0.2
reetags_widgets: ^0.0.2 copied to clipboard
Official Reetags widgets for displaying stories in Flutter applications. Features include story cards, story circles, and built-in story viewer with web support.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add reetags_widgetsWith Flutter:
$ flutter pub add reetags_widgetsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
reetags_widgets: ^0.0.2Alternatively, 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:reetags_widgets/reetags_widgets.dart';