Skip to content

Commit 7cb71da

Browse files
update texts and api
1 parent 4fc3056 commit 7cb71da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

smart_reply_app/lib/utils/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class ApiConstants {
22
// Base URL for the backend API
3-
static const String baseUrl = 'http://192.168.1.107:5006/api/';
3+
static const String baseUrl = 'http://192.168.1.X:5006/api';
44
// Use localhost for physical device testing:
55
// static const String baseUrl = 'http://YOUR_LOCAL_IP:5006/api';
66

smart_reply_app/lib/widgets/developer_side_panel.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class DeveloperSidePanel extends StatelessWidget {
132132
'App',
133133
[
134134
_buildInfoRow(context, 'Name', 'Smart Reply'),
135-
_buildInfoRow(context, 'Version', '0.1.0'),
135+
_buildInfoRow(context, 'Version', '0.2.0'),
136136
_buildInfoRow(context, 'License', 'MIT'),
137137
],
138138
),

smart_reply_app/lib/widgets/empty_state.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class EmptyState extends StatelessWidget {
5252
const SizedBox(height: 10),
5353
// Description
5454
Text(
55-
'Our AI analyzes context, tone, and intent to craft responses, enhancements, or translations that sound natural and effective.',
55+
'Our AI analyzes context, tone, and intent to craft responses & enhancements, that sound natural and effective.',
5656
textAlign: TextAlign.center,
5757
style: Theme.of(context).textTheme.bodySmall?.copyWith(
5858
color: AppTheme.textMuted,

0 commit comments

Comments
 (0)