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
+
1
11
var view = require ( "ui/core/view" ) ;
2
12
var color = require ( "color" ) ;
3
13
var 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" ) ;
11
2
var style = require ( "ui/styling/style" ) ;
12
3
var utils = require ( "utils/utils" ) ;
13
4
var 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
-
11
1
var common = require ( "./fab-common" ) ;
12
2
var ImageSource = require ( "image-source" ) ;
13
3
var stateChanged = require ( "ui/core/control-state-change" ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-floatingactionbutton" ,
3
- "version" : " 2.2.2 " ,
3
+ "version" : " 2.2.3 " ,
4
4
"description" : " A NativeScript plugin to provide an XML widget to implement the Material Design Floating Action Button in NativeScript apps." ,
5
5
"main" : " fab.js" ,
6
6
"nativescript" : {
16
16
"keywords" : [
17
17
" NativeScript" ,
18
18
" native" ,
19
- " script" ,
19
+ " javascript" ,
20
+ " material design" ,
20
21
" FAB" ,
21
22
" floating-action-button" ,
22
23
" android" ,
37
38
{
38
39
"name" : " Nathanael Anderson" ,
39
40
"url" : " https://github.com/NathanaelA"
41
+ },
42
+ {
43
+ "name" : " Gabriel Marinho" ,
44
+ "url" : " https://github.com/gabrielbiga"
40
45
}
41
46
],
42
47
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments