What is the relationship among Rikulo UI, Rikulo Gap and Bootjack?

851 Views Asked by At

Can I use them separately? Can I use them with other solutions such as polymer?

1

There are 1 best solutions below

1
On

First, they are independent of each others. You can use them separately or together.

Rikulo UI is a UI framework providing structured UI model that are 100% controllable in Dart. While it gives the Dart developers better control of UI and layout, it is designed more for mobile and desktop-look applications (than website-look).

Bootjack is a porting of Bootstrap in Dart. While Bootstrap is famous for its lightweight JS and the magic use of HTML5/CSS3, Bootjack is aimed for website-look applications and developers that prefer to design UI with less Dart code.

Rikulo Gap is a bridge to Apache Cordova for building native mobile applications in Dart. It doesn't assume anything about UI, so you can use it with any UI frameworks you'd like, including Polymer and Angular.