diff --git a/.gitignore b/.gitignore
index ef7038f03..3c47c0cc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,7 +40,7 @@ prime
# Gitlab runner locally
/builds/
-
+.fvm/
# Web related
docs/tailwind.css
diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj
index 73d46da15..6c1989355 100644
--- a/ios/Runner.xcodeproj/project.pbxproj
+++ b/ios/Runner.xcodeproj/project.pbxproj
@@ -474,6 +474,8 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
+ CODE_SIGN_IDENTITY = "Apple Development";
+ CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = PJ8L5H7L7H;
ENABLE_BITCODE = NO;
@@ -493,6 +495,7 @@
MARKETING_VERSION = 0.32.1;
PRODUCT_BUNDLE_IDENTIFIER = com.talktolearn.chat;
PRODUCT_NAME = "$(TARGET_NAME)";
+ PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
@@ -614,6 +617,8 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
+ CODE_SIGN_IDENTITY = "Apple Development";
+ CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = PJ8L5H7L7H;
ENABLE_BITCODE = NO;
@@ -633,6 +638,7 @@
MARKETING_VERSION = 0.32.1;
PRODUCT_BUNDLE_IDENTIFIER = com.talktolearn.chat;
PRODUCT_NAME = "$(TARGET_NAME)";
+ PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
@@ -648,6 +654,8 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
+ CODE_SIGN_IDENTITY = "Apple Development";
+ CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = PJ8L5H7L7H;
ENABLE_BITCODE = NO;
@@ -667,6 +675,7 @@
MARKETING_VERSION = 0.32.1;
PRODUCT_BUNDLE_IDENTIFIER = com.talktolearn.chat;
PRODUCT_NAME = "$(TARGET_NAME)";
+ PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index 97f0234c4..724376269 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -6,6 +6,8 @@
im.fluffychat.app
+ CADisableMinimumFrameDurationOnPhone
+
CFBundleDevelopmentRegion
$(DEVELOPMENT_LANGUAGE)
CFBundleDisplayName
@@ -41,14 +43,17 @@
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
+ FLTEnableImpeller
+
ITSAppUsesNonExemptEncryption
LSRequiresIPhoneOS
-
- FLTEnableImpeller
-
-
+ NSAppTransportSecurity
+
+ NSAllowsArbitraryLoads
+
+
NSAppleMusicUsageDescription
Play audio and voice messages in the app.
NSBluetoothAlwaysUsageDescription
@@ -63,12 +68,12 @@
Share contacts with your contacts in Pangea Chat.
NSFaceIDUsageDescription
Pangea Chat uses an app lock for an additional security level
+ NSLocationAlwaysAndWhenInUseUsageDescription
+ Share your location with your contacts in Pangea Chat.
NSLocationAlwaysUsageDescription
Share your location with your contacts in Pangea Chat.
NSLocationWhenInUseUsageDescription
Share your location with your contacts in Pangea Chat.
- NSLocationAlwaysAndWhenInUseUsageDescription
- Share your location with your contacts in Pangea Chat.
NSMicrophoneUsageDescription
Record voice message and share them with your contacts on Pangea Chat.
NSMotionUsageDescription
@@ -109,14 +114,5 @@
io.flutter.embedded_views_preview
- NSAppTransportSecurity
-
- NSAllowsArbitraryLoads
-
-
- CADisableMinimumFrameDurationOnPhone
-
- UIApplicationSupportsIndirectInputEvents
-
diff --git a/ios/Runner/Runner.entitlements b/ios/Runner/Runner.entitlements
index 44b27ed8e..2b2a88dd1 100644
--- a/ios/Runner/Runner.entitlements
+++ b/ios/Runner/Runner.entitlements
@@ -1,18 +1,18 @@
-
- aps-environment
- development
- com.apple.developer.associated-domains
-
- applinks:example.com
-
- com.apple.security.application-groups
-
-
-
-
-
+
+ aps-environment
+ development
+ com.apple.developer.associated-domains
+
+ applinks:example.com
+
+ com.apple.security.application-groups
+
+
+ group.com.talktolearn.chat
+
+
+
+
\ No newline at end of file
diff --git a/needed-translations.txt b/needed-translations.txt
index 6d6cb9e03..72d449649 100644
--- a/needed-translations.txt
+++ b/needed-translations.txt
@@ -798,6 +798,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -1615,6 +1626,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -2432,6 +2454,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -3249,6 +3282,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -4066,6 +4110,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -4852,6 +4907,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -5669,6 +5735,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -6486,11 +6563,24 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
"es": [
"errorGettingAudio",
+ "define",
+ "listen",
"showDefinition"
],
@@ -7293,6 +7383,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -8079,6 +8180,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -8896,6 +9008,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -9713,6 +9836,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -10530,6 +10664,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -11347,6 +11492,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -12133,6 +12289,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -12950,6 +13117,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -13767,6 +13945,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -14571,6 +14760,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -15388,6 +15588,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -16205,6 +16416,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -17022,6 +17244,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -17824,6 +18057,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -18641,6 +18885,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -19458,6 +19713,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -20275,6 +20541,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -21092,6 +21369,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -21909,6 +22197,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -22726,6 +23025,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -23543,6 +23853,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -24360,6 +24681,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -25146,6 +25478,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -25963,6 +26306,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -26780,6 +27134,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -27570,6 +27935,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -28387,6 +28763,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -29204,6 +29591,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -30021,6 +30419,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -30838,6 +31247,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -31655,6 +32075,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -32472,6 +32903,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -33274,6 +33716,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -34076,6 +34529,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -34893,6 +35357,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -35695,6 +36170,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
],
@@ -36512,6 +36998,17 @@
"alreadyInSpace",
"pleaseChooseAUsername",
"chooseAUsername",
+ "define",
+ "listen",
+ "addConversationBot",
+ "addConversationBotDesc",
+ "convoBotSettingsTitle",
+ "convoBotSettingsDescription",
+ "enterAConversationTopic",
+ "conversationTopic",
+ "enableModeration",
+ "enableModerationDesc",
+ "conversationLanguageLevel",
"showDefinition"
]
}
diff --git a/pubspec.yaml b/pubspec.yaml
index c759327fa..633f72522 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -212,4 +212,4 @@ dependency_overrides:
git:
url: https://github.com/chandrabezzo/wakelock.git
ref: main
- path: wakelock_windows/
\ No newline at end of file
+ path: wakelock_windows/