flutter_zeplin

Last updated:

0 purchases

flutter_zeplin Image
flutter_zeplin Images
Add to Cart

Description:

flutter zeplin

Zeplin_Flutter #
Control your flutter application on zeplin.
🎯 Usage #
var zeplinData = ZeplinFlutter.fetchFromZeplin(token: @token,projectId: @projectId);
zeplinData.getColor(@COLORNAME); //Color
zeplinData.getTextStyle(@STYLENAME); //TextStyle
zeplinData.boxSpace(@SPACERNAME); //SizedBox
zeplinData.horizontalSpace(@SPACERNAME); //SizedBox
zeplinData.verticalSpace(@SPACERNAME); //SizedBox

--- OR ---

await ZeplinFlutter.fetchFromZeplin(token: @token,projectId: @projectId);

ZeplinFlutter.instance.getColor(@COLORNAME); //Color
ZeplinFlutter.instance.getTextStyle(@STYLENAME); //TextStyle
ZeplinFlutter.instance.boxSpace(@SPACERNAME); //SizedBox
ZeplinFlutter.instance.horizontalSpace(@SPACERNAME); //SizedBox
ZeplinFlutter.instance.verticalSpace(@SPACERNAME); //SizedBox
copied to clipboard
💻 Example #

🚀 How To Get Project ID #
open your project on zeplin app or web site then go to styleguide tab



Step 1
Step2









🚀 How To Get Token #
go to zeplin developer page



Step 1
Step 3
Step 3










🙋‍♀️🙋‍♂️ Contributing #
All contributions are welcome! Just make sure that it's not an already existing issue or pull request.

👥 Contributors #

@Abdusin

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.