yuno_page_template 0.0.6 copy "yuno_page_template: ^0.0.6" to clipboard
yuno_page_template: ^0.0.6 copied to clipboard

A flutter package for Yuno page template

Flutter Widget for Yuno Learning (resources) #

Getting started #

Add this to your app's pubspec.yaml file:

dependencies:
  yuno_page_template: ^0.0.6

Usage #

Then you have to import the package with:

import 'package:yuno_page_template/yuno_page_template.dart';

And use ArticleDetailsPage where appropriate:

ArticleDetailsWidget(
// all field required
htmlContent: "xxxxxx",
font: "Roboto",
baseUrl: "www.xyz.com",
);

Features #

Page Widgets #

  • ArticleDetailsWidget
  • ClassDetailsWidget
  • CoursesListWidget
  • CollectionWidget
  • DocumentDetailsWidget
  • EBookDetailsWidget
  • MyAccountWidget
  • PassClassWidget
  • PracticeTestDetailsPage
  • PracticeListWidget
  • StudyMaterialListWidget
  • UpcomingClassWidget
  • VideoDetailsWidget
  • WritingTaskWidget
  • footerWidget
  • buildNoConnectionWidget
  • shareSocialWidget

Additional information #

3
likes
0
points
741
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package for Yuno page template

License

unknown (license)

Dependencies

cached_network_image, flutter, flutter_html, flutter_pdfview, flutter_rating_bar, path_provider, pod_player, universal_html, url_launcher, webview_flutter

More

Packages that depend on yuno_page_template