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

An experiment for building UI across Android & iOS based on Atomic Design.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ui_framework

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

dependencies:
  ui_framework: ^0.0.5

Alternatively, 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:ui_framework/android/atomic/android_button.dart';
import 'package:ui_framework/clade_button.dart';
import 'package:ui_framework/clade_listview.dart';
import 'package:ui_framework/ios/atomic/ios_button.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

An experiment for building UI across Android & iOS based on Atomic Design.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on ui_framework