Tag: google
-
Upload Files In Google Drive Using Flutter
We’ll learn how to incorporate Google Drive into the Flutter app in this tutorial. We’ll learn how to use Flutter to upload, list, and download files to Google Drive. For authentication, I used Google Plus, and then I went to Google Drive. I looked into the Google Drive API, but ultimately decided that this method…
-
Django Authentication using Google OAuth
Open Authorization (OAuth) is a service that allows websites or apps to share user data with other websites without requiring a password from the user. Users can use the same account to log in to numerous websites without having to create new credentials. Google, Facebook, and GitHub are some of the most common OAuth service…
-
The Ultimate Flutter Cheat Sheet
Flutter is Google’s SDK for crafting beautiful, fast user experiences for mobile, web, and desktop from a single codebase. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source. Flutter’s online documentation is a great source of information, but sometimes you’d rather glance quickly at an example.…