oghref_cupertino 1.0.3 copy "oghref_cupertino: ^1.0.3" to clipboard
oghref_cupertino: ^1.0.3 copied to clipboard

Cupertino themed widget for generating rich information link from URL.

Cupertino themed rich information link widgets in Flutter #

oghref_cupertino version

Providing rich information links in Cupertino (iOS) themed widgets.

Setup #

Basic #

  1. Add dependencies into pubspec.yaml:

    dependencies:
        oghref_cupertino: ^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. Perform initalizations before runApp

    void main() {
        WidgetsFlutterBinding.ensureinitialized();
        OgHrefCupertinoBinding.ensureinitialized();
    
        runApp(const App());
    }
    
  3. Either implement OgHrefCupertinoCard or OgHrefCupertinoTile 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 (the article will be publish as soon as possible).

2
likes
150
pub points
0%
popularity
screenshot

Publisher

verified publisherrk0cc.xyz

Cupertino themed widget for generating rich information link from URL.

Repository (GitHub)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

cupertino_icons, flutter, media_kit, meta, oghref_builder, oghref_media_control, oghref_model

More

Packages that depend on oghref_cupertino