Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 21 additions & 9 deletions .metadata
Original file line number Diff line number Diff line change
@@ -1,26 +1,38 @@
# This file tracks properties of this Flutter project.
# Used by Flutter tool to assess capabilities and perform upgrades etc.
#
# This file should be version controlled.
# This file should be version controlled and should not be manually edited.

version:
revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
channel: stable
revision: "d693b4b9dbac2acd4477aea4555ca6dcbea44ba2"
channel: "stable"

project_type: app

# Tracks metadata for the flutter migrate command
migration:
platforms:
- platform: root
create_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
base_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
create_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
base_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
- platform: android
create_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
base_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
create_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
base_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
- platform: ios
create_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
base_revision: 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0
create_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
base_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
- platform: linux
create_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
base_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
- platform: macos
create_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
base_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
- platform: web
create_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
base_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
- platform: windows
create_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
base_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2

# User provided section

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<array>
<string>hi</string>
<string>en</string>
<string>mr</string>
</array>
<key>CFBundleDisplayName</key>
<string>Resonate</string>
Expand Down
12 changes: 12 additions & 0 deletions ios/RunnerTests/RunnerTests.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import Flutter
import UIKit
import XCTest

class RunnerTests: XCTestCase {

func testExample() {
// If you add code to the Runner application, consider adding tests here.
// See https://developer.apple.com/documentation/xctest for more information about using XCTest.
}

}
18 changes: 18 additions & 0 deletions lib/edit_profile_screen.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import 'package:flutter/material.dart';

class EditProfileScreen extends StatefulWidget {
const EditProfileScreen({super.key});

@override
_EditProfileScreenState createState() => _EditProfileScreenState();
}

class _EditProfileScreenState extends State<EditProfileScreen> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: Text('Edit Profile')),
body: Center(child: Text('Edit Profile Screen')),
);
}
}
1 change: 1 addition & 0 deletions lib/flutter
Submodule flutter added at d693b4
126 changes: 5 additions & 121 deletions lib/l10n/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import 'package:intl/intl.dart' as intl;

import 'app_localizations_en.dart';
import 'app_localizations_hi.dart';
import 'app_localizations_mr.dart';

// ignore_for_file: type=lint

Expand Down Expand Up @@ -96,6 +97,7 @@ abstract class AppLocalizations {
static const List<Locale> supportedLocales = <Locale>[
Locale('en'),
Locale('hi'),
Locale('mr'),
];

/// No description provided for @title.
Expand Down Expand Up @@ -2207,126 +2209,6 @@ abstract class AppLocalizations {
/// In en, this message translates to:
/// **'User \${username} declined the call.'**
String callDeclinedTo(String username);

/// No description provided for @checkForUpdates.
///
/// In en, this message translates to:
/// **'Check Updates'**
String get checkForUpdates;

/// No description provided for @updateNow.
///
/// In en, this message translates to:
/// **'Update Now'**
String get updateNow;

/// No description provided for @updateLater.
///
/// In en, this message translates to:
/// **'Later'**
String get updateLater;

/// No description provided for @updateSuccessful.
///
/// In en, this message translates to:
/// **'Update Successful'**
String get updateSuccessful;

/// No description provided for @updateSuccessfulMessage.
///
/// In en, this message translates to:
/// **'Resonate has been updated successfully!'**
String get updateSuccessfulMessage;

/// No description provided for @updateCancelled.
///
/// In en, this message translates to:
/// **'Update Cancelled'**
String get updateCancelled;

/// No description provided for @updateCancelledMessage.
///
/// In en, this message translates to:
/// **'Update was cancelled by user'**
String get updateCancelledMessage;

/// No description provided for @updateFailed.
///
/// In en, this message translates to:
/// **'Update Failed'**
String get updateFailed;

/// No description provided for @updateFailedMessage.
///
/// In en, this message translates to:
/// **'Failed to update. Please try updating from Play Store manually.'**
String get updateFailedMessage;

/// No description provided for @updateError.
///
/// In en, this message translates to:
/// **'Update Error'**
String get updateError;

/// No description provided for @updateErrorMessage.
///
/// In en, this message translates to:
/// **'An error occurred while updating. Please try again.'**
String get updateErrorMessage;

/// No description provided for @platformNotSupported.
///
/// In en, this message translates to:
/// **'Platform Not Supported'**
String get platformNotSupported;

/// No description provided for @platformNotSupportedMessage.
///
/// In en, this message translates to:
/// **'Update checking is only available on Android devices'**
String get platformNotSupportedMessage;

/// No description provided for @updateCheckFailed.
///
/// In en, this message translates to:
/// **'Update Check Failed'**
String get updateCheckFailed;

/// No description provided for @updateCheckFailedMessage.
///
/// In en, this message translates to:
/// **'Could not check for updates. Please try again later.'**
String get updateCheckFailedMessage;

/// No description provided for @upToDateTitle.
///
/// In en, this message translates to:
/// **'You\'re Up to Date!'**
String get upToDateTitle;

/// No description provided for @upToDateMessage.
///
/// In en, this message translates to:
/// **'You\'re using the latest version of Resonate'**
String get upToDateMessage;

/// No description provided for @updateAvailableTitle.
///
/// In en, this message translates to:
/// **'Update Available!'**
String get updateAvailableTitle;

/// No description provided for @updateAvailableMessage.
///
/// In en, this message translates to:
/// **'A new version of Resonate is available on Play Store'**
String get updateAvailableMessage;

/// No description provided for @updateFeaturesImprovement.
///
/// In en, this message translates to:
/// **'Get the latest features and improvements!'**
String get updateFeaturesImprovement;
}

class _AppLocalizationsDelegate
Expand All @@ -2340,7 +2222,7 @@ class _AppLocalizationsDelegate

@override
bool isSupported(Locale locale) =>
<String>['en', 'hi'].contains(locale.languageCode);
<String>['en', 'hi', 'mr'].contains(locale.languageCode);

@override
bool shouldReload(_AppLocalizationsDelegate old) => false;
Expand All @@ -2353,6 +2235,8 @@ AppLocalizations lookupAppLocalizations(Locale locale) {
return AppLocalizationsEn();
case 'hi':
return AppLocalizationsHi();
case 'mr':
return AppLocalizationsMr();
}

throw FlutterError(
Expand Down
67 changes: 0 additions & 67 deletions lib/l10n/app_localizations_en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1193,71 +1193,4 @@ class AppLocalizationsEn extends AppLocalizations {
String callDeclinedTo(String username) {
return 'User \$$username declined the call.';
}

@override
String get checkForUpdates => 'Check Updates';

@override
String get updateNow => 'Update Now';

@override
String get updateLater => 'Later';

@override
String get updateSuccessful => 'Update Successful';

@override
String get updateSuccessfulMessage =>
'Resonate has been updated successfully!';

@override
String get updateCancelled => 'Update Cancelled';

@override
String get updateCancelledMessage => 'Update was cancelled by user';

@override
String get updateFailed => 'Update Failed';

@override
String get updateFailedMessage =>
'Failed to update. Please try updating from Play Store manually.';

@override
String get updateError => 'Update Error';

@override
String get updateErrorMessage =>
'An error occurred while updating. Please try again.';

@override
String get platformNotSupported => 'Platform Not Supported';

@override
String get platformNotSupportedMessage =>
'Update checking is only available on Android devices';

@override
String get updateCheckFailed => 'Update Check Failed';

@override
String get updateCheckFailedMessage =>
'Could not check for updates. Please try again later.';

@override
String get upToDateTitle => 'You\'re Up to Date!';

@override
String get upToDateMessage => 'You\'re using the latest version of Resonate';

@override
String get updateAvailableTitle => 'Update Available!';

@override
String get updateAvailableMessage =>
'A new version of Resonate is available on Play Store';

@override
String get updateFeaturesImprovement =>
'Get the latest features and improvements!';
}
67 changes: 0 additions & 67 deletions lib/l10n/app_localizations_hi.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1198,71 +1198,4 @@ class AppLocalizationsHi extends AppLocalizations {
String callDeclinedTo(String username) {
return '$username ने आपकी कॉल को अस्वीकार कर दिया है।';
}

@override
String get checkForUpdates => 'अपडेट चेक करें';

@override
String get updateNow => 'अभी अपडेट करें';

@override
String get updateLater => 'बाद में';

@override
String get updateSuccessful => 'अपडेट सफल';

@override
String get updateSuccessfulMessage => 'रेज़ोनेट सफलतापूर्वक अपडेट हो गया है!';

@override
String get updateCancelled => 'अपडेट रद्द किया गया';

@override
String get updateCancelledMessage => 'अपडेट यूज़र द्वारा रद्द किया गया';

@override
String get updateFailed => 'अपडेट फेल';

@override
String get updateFailedMessage =>
'अपडेट फेल हो गया। कृपया Play Store से मैन्युअली अपडेट करने का प्रयास करें।';

@override
String get updateError => 'अपडेट एरर';

@override
String get updateErrorMessage =>
'अपडेट करने में कोई समस्या आई। कृपया फिर से प्रयास करें।';

@override
String get platformNotSupported => 'प्लेटफॉर्म सपोर्टेड नहीं';

@override
String get platformNotSupportedMessage =>
'अपडेट चेक करना केवल Android डिवाइस पर उपलब्ध है';

@override
String get updateCheckFailed => 'अपडेट चेक फेल';

@override
String get updateCheckFailedMessage =>
'अपडेट चेक नहीं हो सका। कृपया बाद में प्रयास करें।';

@override
String get upToDateTitle => 'आप अप टू डेट हैं!';

@override
String get upToDateMessage =>
'आप रेज़ोनेट का लेटेस्ट वर्शन इस्तेमाल कर रहे हैं';

@override
String get updateAvailableTitle => 'अपडेट उपलब्ध है!';

@override
String get updateAvailableMessage =>
'रेज़ोनेट का नया वर्शन Play Store पर उपलब्ध है';

@override
String get updateFeaturesImprovement =>
'नवीनतम सुविधाएं और सुधार प्राप्त करें!';
}
Loading
Loading