angular_flow_type 0.0.1 copy "angular_flow_type: ^0.0.1" to clipboard
angular_flow_type: ^0.0.1 copied to clipboard

outdatedDart 1 only

FlowType port for Angular.dart

Flow Type for Angular.dart #

Directive for changing the font-size based on a specific element's width. It is based on FlowType.js. See demo (resize window)

Usage #

Import and register the module:

import "package:angular_flow_type/ng_flow_type.dart";

class MyAppModule extends Module {
    MyAppModule() {
        install(new FlowTypeModule());
    }
}

Use the directive:

<div flow-type ft-min-font="12" ft-max-font="40" ft-font-ratio="35"></div>  
0
likes
0
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

FlowType port for Angular.dart

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

angular

More

Packages that depend on angular_flow_type