File tree Expand file tree Collapse file tree 4 files changed +18
-22
lines changed Expand file tree Collapse file tree 4 files changed +18
-22
lines changed Original file line number Diff line number Diff line change 1+ /**************************************************************************************
2+ * Made for the {N} community by Brad Martin @BradWayneMartin
3+ * Thanks to Lazaro Danillo for his contributions - https://github.com/lazaromenezes
4+ * Thanks to Steve McNiven-Scott for his contributions - https://github.com/sitefinitysteve
5+ * Thanks to Gabriel Marinho for his contributions - https://github.com/gabrielbiga
6+ * https://twitter.com/BradWayneMartin
7+ * https://github.com/bradmartin
8+ * Pull requests are welcome. Enjoy!
9+ *************************************************************************************/
10+
111var view = require ( "ui/core/view" ) ;
212var color = require ( "color" ) ;
313var frameModule = require ( "ui/frame" ) ;
Original file line number Diff line number Diff line change 1- /**************************************************************************************
2- * Made for the {N} community by Brad Martin @BradWayneMartin
3- * Thanks to Lazaro Danillo for his contributions - https://github.com/lazaromenezes
4- * Thanks to Steve McNiven-Scott for his contributions - https://github.com/sitefinitysteve
5- * https://twitter.com/BradWayneMartin
6- * https://github.com/bradmartin
7- * Pull requests are welcome. Enjoy!
8- *************************************************************************************/
9-
10- var common = require ( "./fab-common" ) ;
1+ var common = require ( "./fab-common" ) ;
112var style = require ( "ui/styling/style" ) ;
123var utils = require ( "utils/utils" ) ;
134var color = require ( "color" ) ;
Original file line number Diff line number Diff line change 1- /**************************************************************************************
2- * Made for the {N} community by Brad Martin @BradWayneMartin
3- * Thanks to Lazaro Danillo for his contributions - https://github.com/lazaromenezes
4- * Thanks to Steve McNiven-Scott for his contributions - https://github.com/sitefinitysteve
5- * https://twitter.com/BradWayneMartin
6- * https://github.com/bradmartin
7- * Pull requests are welcome. Enjoy!
8- * Cocoapod via: http://cocoapods.org/pods/MNFloatingActionButton by Matt Nydam
9- *************************************************************************************/
10-
111var common = require ( "./fab-common" ) ;
122var ImageSource = require ( "image-source" ) ;
133var stateChanged = require ( "ui/core/control-state-change" ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript-floatingactionbutton" ,
3- "version" : " 2.2.2 " ,
3+ "version" : " 2.2.3 " ,
44 "description" : " A NativeScript plugin to provide an XML widget to implement the Material Design Floating Action Button in NativeScript apps." ,
55 "main" : " fab.js" ,
66 "nativescript" : {
1616 "keywords" : [
1717 " NativeScript" ,
1818 " native" ,
19- " script" ,
19+ " javascript" ,
20+ " material design" ,
2021 " FAB" ,
2122 " floating-action-button" ,
2223 " android" ,
3738 {
3839 "name" : " Nathanael Anderson" ,
3940 "url" : " https://github.com/NathanaelA"
41+ },
42+ {
43+ "name" : " Gabriel Marinho" ,
44+ "url" : " https://github.com/gabrielbiga"
4045 }
4146 ],
4247 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments