morphui 0.1.0 copy "morphui: ^0.1.0" to clipboard
morphui: ^0.1.0 copied to clipboard

Automatic UI adaptation for Flutter. Dark mode, accessibility, and behavioral layout adaptation — zero configuration.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add morphui

With Flutter:

 $ flutter pub add morphui

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

dependencies:
  morphui: ^0.1.0

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:morphui/morphui.dart';
1
likes
0
points
149
downloads

Publisher

verified publishermorphui.dev

Weekly Downloads

Automatic UI adaptation for Flutter. Dark mode, accessibility, and behavioral layout adaptation — zero configuration.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

battery_plus, crypto, flutter, hive, hive_flutter, http, package_info_plus, sensors_plus, shared_preferences, visibility_detector

More

Packages that depend on morphui