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

PLEX is a Flutter UI framework for building enterprise apps, offering pre-built components and best practices for data management, architecture, and testing. It provides a customizable foundation with [...]

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.7

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/oss_licenses.dart';
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_material.dart';
import 'package:plex/plex_utils/plex_messages.dart';
import 'package:plex/plex_utils/plex_printer.dart';
import 'package:plex/plex_utils/plex_routing.dart';
import 'package:plex/plex_widget.dart';
import 'package:plex/plex_widgets/plex_data_table.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_input_widget.dart';
import 'package:plex/plex_widgets/plex_selection_list.dart';
8
likes
0
pub points
55%
popularity

Publisher

unverified uploader

PLEX is a Flutter UI framework for building enterprise apps, offering pre-built components and best practices for data management, architecture, and testing. It provides a customizable foundation with boilerplate code, while its tableviews and forms can be easily customized to display and collect data. PLEX is an efficient choice for developers who want to build high-quality enterprise apps quickly and maintainable.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

file_saver, flutter, flutter_oss_licenses, get, http, intl, shared_preferences, syncfusion_flutter_xlsio

More

Packages that depend on plex