8000 Update fb-google-social-login.dart · qwertypool/flutter-code-snippets@6305681 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6305681

Browse files
authored
Update fb-google-social-login.dart
1 parent 7c2df0b commit 6305681

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

fb-google-social-login.dart

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11

22

33

4-
// A demo social login UI (have to include the svg files in the assets...)
5-
Row(
6-
mainAxisAlignment: MainAxisAlignment.center,
7-
children: <Widget>[
8-
SocalIcon(
9-
iconSrc: "assets/icons/facebook.svg",
10-
press: () {},
11-
),
12-
SocalIcon(
13-
iconSrc: "assets/icons/twitter.svg",
14-
press: () {},
15-
),
16-
SocalIcon(
17-
iconSrc: "assets/icons/google-plus.svg",
18-
press: () {},
19-
),
20-
],
21-
)
22-
23-
24-
254
class SocalIcon extends StatelessWidget {
265
final String iconSrc;
276
final Function press;

0 commit comments

Comments
 (0)
0