mno_shared 0.1.3 mno_shared: ^0.1.3 copied to clipboard
Contains the definitions of the custom types (model) used across the Readium-2 Dart projects.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mno_shared
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
mno_shared: ^0.1.3
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mno_shared/archive.dart';
import 'package:mno_shared/container.dart';
import 'package:mno_shared/epub.dart';
import 'package:mno_shared/fetcher.dart';
import 'package:mno_shared/i18n/localizations/messages_all.dart';
import 'package:mno_shared/i18n/localizations/messages_de.dart';
import 'package:mno_shared/i18n/localizations/messages_en.dart';
import 'package:mno_shared/i18n/localizations/messages_es.dart';
import 'package:mno_shared/i18n/localizations/messages_fr.dart';
import 'package:mno_shared/i18n/localizations_repository.dart';
import 'package:mno_shared/i18n/reader_shared_localizations.dart';
import 'package:mno_shared/mediatype.dart';
import 'package:mno_shared/opds.dart';
import 'package:mno_shared/publication.dart';
import 'package:mno_shared/streams.dart';
import 'package:mno_shared/xml.dart';
import 'package:mno_shared/zip.dart';