forked from Andy-Kin3/blog-posts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
joelfah.json
22 lines (22 loc) · 1.35 KB
/
joelfah.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"posts": [
{
"Title": "How to include Flutter module as a React Native package",
"Description": "It's sometimes not practical to rewrite your entire application in Flutter all at once. For those situations, Flutter can be integrated into your existing application as a library or module.",
"Link": "https://dev.to/mazhnik/how-to-include-flutter-module-as-a-react-native-package-5b00",
"Author": "Pavel Mazhnik"
},
{
"Title": "Mastering Flutter: Create a plugin",
"Description": "This story starts when one of your clients or a designer asks you to implement a feature that can be done using native APIs but it has not included on Flutter yet.",
"Link": "https://dev.to/slushnys/cross-platform-native-development-differences-between-flutter-and-nativescript-1h8d",
"Author": "Zigmas Slusnys"
},
{
"Title": "Implementing Facebook Authentication for Flutter",
"Description": "Authentication is a security process whereby a user has to provide their identity to access a particular application, system, or a piece of specific information or resource.",
"Link": "https://dev.to/asayerio_techblog/implementing-facebook-authentication-for-flutter-3mdp",
"Author": "OpenReplay Tech Blog"
}
]
}