plex 0.0.5 copy "plex: ^0.0.5" to clipboard
plex: ^0.0.5 copied to clipboard

A UI Framework for the Flutter

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add plex

With Flutter:

 $ flutter pub add plex

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

dependencies:
  plex: ^0.0.5

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:plex/plex_db.dart';
import 'package:plex/plex_menu.dart';
import 'package:plex/plex_package.dart';
import 'package:plex/plex_route.dart';
import 'package:plex/plex_screens/plex_dashboard_screen.dart';
import 'package:plex/plex_screens/plex_login_screen.dart';
import 'package:plex/plex_screens/plex_screen.dart';
import 'package:plex/plex_scrollview.dart';
import 'package:plex/plex_theme.dart';
import 'package:plex/plex_user.dart';
import 'package:plex/plex_utils/plex_date_utils.dart';
import 'package:plex/plex_utils/plex_dimensions.dart';
import 'package:plex/plex_utils/plex_field_mapper.dart';
import 'package:plex/plex_utils/plex_routing.dart';
import 'package:plex/plex_widget.dart';
import 'package:plex/plex_widgets/form_field_widget.dart';
import 'package:plex/plex_widgets/plex_date_picker_widget.dart';
import 'package:plex/plex_widgets/plex_form.dart';
import 'package:plex/plex_widgets/plex_selection_list.dart';
8
likes
0
pub points
55%
popularity

Publisher

unverified uploader

A UI Framework for the Flutter

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, get, http, intl, shared_preferences

More

Packages that depend on plex