oghref_builder 2.0.4 copy "oghref_builder: ^2.0.4" to clipboard
oghref_builder: ^2.0.4 copied to clipboard

A Flutter widget for displaying rich information link with callback action provided.

Abstract Flutter widget builder of rich information link. #

OGHref model version in pub.dev

An abstract library for building rich information link in Flutter widgets.

Implementation #

It only just define dependencies in pubspec.yaml and both builder and models are bundled already.

dependencies:
  oghref_builder: # Version cosntraint

Then, just import it:

import 'package:oghref_builder/oghref_builder.dart';

However, if custom parser is required, oghref_model must be declared at the same time:

dependencies:
  oghref_builder: # Version cosntraint
  oghref_model: # Version cosntraint

And import buffer_parser library along with oghref_builder:

import 'package:oghref_builder/oghref_builder.dart';
import 'package:oghref_model/buffer_parser.dart';

License #

MIT

0
likes
0
pub points
0%
popularity

Publisher

verified publisherrk0cc.xyz

A Flutter widget for displaying rich information link with callback action provided.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

async, flutter, meta, oghref_model, url_launcher

More

Packages that depend on oghref_builder