okra_widget_official 3.1.4 copy "okra_widget_official: ^3.1.4" to clipboard
okra_widget_official: ^3.1.4 copied to clipboard

Okra widget wrapper SDK, used to implement Okra widgets for both IOS and Android applications written in flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add okra_widget_official

With Flutter:

 $ flutter pub add okra_widget_official

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  okra_widget_official: ^3.1.4

Alternatively, 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:okra_widget_official/models/okra_handler.dart';
import 'package:okra_widget_official/okra.dart';
import 'package:okra_widget_official/okra_widget.dart';
import 'package:okra_widget_official/raw/okra_html.dart';
import 'package:okra_widget_official/utils/helper.dart';
import 'package:okra_widget_official/view/web.dart';
3
likes
0
pub points
79%
popularity

Publisher

verified publisherokra.ng

Okra widget wrapper SDK, used to implement Okra widgets for both IOS and Android applications written in flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

device_info_plus, flutter, webview_flutter

More

Packages that depend on okra_widget_official