yuno_page_template 0.0.4 copy "yuno_page_template: ^0.0.4" to clipboard
yuno_page_template: ^0.0.4 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.4

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 #