yuno_page_template 1.0.49
yuno_page_template: ^1.0.49 copied to clipboard
Flutter UI kit for Yuno Learning: responsive course, batch, and instructor widgets; V4 + legacy API models/adapters; share widgets; and ready-to-use pages for web, iOS, and Android.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add yuno_page_templateThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
yuno_page_template: ^1.0.49Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:yuno_page_template/yuno_page_template.dart';