oghref_material 2.1.0 copy "oghref_material: ^2.1.0" to clipboard
oghref_material: ^2.1.0 copied to clipboard

Material themed widget for generating rich information link from URL.

Material themed rich information link widgets in Flutter #

oghref_material version

Providing rich information links in Material themed widgets.

Setup #

Basic #

  1. Add dependencies into pubspec.yaml:

    dependencies:
        oghref_material: ^1.0.0 # Latest version
        # If required to design your own custom parsers, please also add these dependencies below:
        oghref_model: ^2.0.1
    
  2. Configurate platforms manifest files

  3. Perform initalizations before runApp

    void main() {
        WidgetsFlutterBinding.ensureinitialized();
        OgHrefMaterialBinding.ensureinitialized();
    
        runApp(const App());
    }
    
  4. Either implement OgHrefMaterialCard or OgHrefMaterialTile depending your preference by referring to example

Advance #

  • If custom property parser is used, please attach the parser into MetaFetch between initalizations and runApp:

    MetaFetch().register(const CustomParser());
    

Usages #

Please refer to wiki page.

2
likes
130
pub points
0%
popularity
screenshot

Publisher

verified publisherrk0cc.xyz

Material themed widget for generating rich information link from URL.

Repository (GitHub)
View/report issues

Topics

#web #link #graph #http #material

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (LICENSE)

Dependencies

flutter, media_kit, meta, oghref_builder, oghref_media_control, oghref_model, page_view_dot_indicator

More

Packages that depend on oghref_material