oghref_builder

Last updated:

0 purchases

oghref_builder Image
oghref_builder Images
Add to Cart

Description:

oghref builder

Abstract Flutter widget builder of rich information link. #



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
copied to clipboard
Then, just import it:
import 'package:oghref_builder/oghref_builder.dart';
copied to clipboard
However, if custom parser is required, oghref_model must be declared at the same time:
dependencies:
oghref_builder: # Version cosntraint
oghref_model: # Version cosntraint
copied to clipboard
And import buffer_parser library along with oghref_builder:
import 'package:oghref_builder/oghref_builder.dart';
import 'package:oghref_model/buffer_parser.dart';
copied to clipboard
License #
MIT

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.