Skip to content

Commit

Permalink
Enable google sign in (#113)
Browse files Browse the repository at this point in the history
* Enable google sign in

* Enable google sign in

* Enable google sign in
  • Loading branch information
cp-pratik-k authored Jan 10, 2025
1 parent 89864a5 commit 3805923
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/lib/domain/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class LocalDatabaseConstants {
}

class FeatureFlag {
static final googleDriveSupport = false;
static final googleDriveSupport = true;
}
File renamed without changes
Binary file added docs/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/og-image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 17 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,24 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cloud Gallery: All Your Memories in One Spot</title>
<meta name="description"
content="Cloud Gallery: Manage photos and videos from Google Drive, Dropbox, and your device in one place.">
content="Easily manage and back up your photos and videos from Google Drive, Dropbox, and your device—all in one place.">
<link rel="icon" href="assets/favicon.png" type="image/png">
<meta name="keywords"
content="Cloud Gallery, Photos, Videos, Google Drive, Dropbox, Media, Backup">
<meta name="author" content="Cloud Gallery Team">
<title>Cloud Gallery</title>
content="Cloud Gallery, Photos, Videos, Google Drive, Dropbox, Media, Backup, File Management, Cloud Storage, Automatic Backup, Media Management">
<meta name="robots" content="index, follow">
<meta property="og:title" content="Cloud Gallery: All Your Memories in One Spot">
<meta property="og:description"
content="Easily manage and back up your photos and videos from Google Drive, Dropbox, and your device—all in one place.">
<meta property="og:url" content="https://cloud-gallery.canopas.com/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://cloud-gallery.canopas.com/assets/og-image.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Cloud Gallery: All Your Memories in One Spot">
<meta name="twitter:description"
content="Easily manage and back up your photos and videos from Google Drive, Dropbox, and your device—all in one place.">
<meta name="twitter:image" content="https://cloud-gallery.canopas.com/assets/og-image.png">
<link rel="stylesheet" href="home_style.css">
</head>
<body>
Expand Down Expand Up @@ -37,7 +49,7 @@ <h2>Cloud Gallery: All Your Memories in One Spot</h2>
</div>
</div>
<div class="screenshots">
<img src="https://github.com/canopas/cloud-gallery/raw/main/screenshots/app-preview.png"
<img src="assets/app-preview.png"
loading="lazy"
alt="Screenshot">

Expand Down

0 comments on commit 3805923

Please sign in to comment.