Skip to content

Commit 6a3dcd1

Browse files
committedMay 3, 2024
chore: Update project name to "EveSafe" in pubspec.yaml
1 parent 0b62cef commit 6a3dcd1

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed
 

‎lib/chat_module/chat_screen.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import 'package:EveSafe/chat_module/singleMessage.dart';
12
import 'package:cloud_firestore/cloud_firestore.dart';
23
import 'package:flutter/material.dart';
34
import 'package:fluttertoast/fluttertoast.dart';
4-
import 'package:womensafety/chat_module/singleMessage.dart';
55

66
import '../utils/constants.dart';
77
import 'message_text_field.dart';

‎pubspec.yaml

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: womensafety
1+
name: EveSafe
22
description: "A Women Safety App"
33
# The following line prevents the package from being accidentally published to
44
# pub.dev using `flutter pub publish`. This is preferred for private packages.
5-
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
5+
publish_to: "none" # Remove this line if you wish to publish to pub.dev
66

77
# The following defines the version and build number for your application.
88
# A version number is three numbers separated by dots, like 1.2.43
@@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1919
version: 1.0.0+1
2020

2121
environment:
22-
sdk: '>=3.3.2 <4.0.0'
22+
sdk: ">=3.3.2 <4.0.0"
2323

2424
# Dependencies specify other packages that your package needs in order to work.
2525
# To automatically upgrade your package dependencies to the latest versions
@@ -31,7 +31,6 @@ dependencies:
3131
flutter:
3232
sdk: flutter
3333

34-
3534
# The following adds the Cupertino Icons font to your application.
3635
# Use with the CupertinoIcons class for iOS style icons.
3736
cupertino_icons: ^1.0.6
@@ -70,8 +69,6 @@ dependencies:
7069
flutter_rating_bar: ^4.0.1
7170
# flutter_sms: ^2.3.3
7271

73-
74-
7572
dev_dependencies:
7673
flutter_test:
7774
sdk: flutter
@@ -88,7 +85,6 @@ dev_dependencies:
8885

8986
# The following section is specific to Flutter packages.
9087
flutter:
91-
9288
# The following line ensures that the Material Icons font is
9389
# included with your application, so that you can use the icons in
9490
# the material Icons class.

0 commit comments

Comments
 (0)
Please sign in to comment.