Skip to content

Commit

Permalink
Added preview.gif to images folder
Browse files Browse the repository at this point in the history
  • Loading branch information
srockstech committed Aug 3, 2022
1 parent eff35c5 commit 067b106
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# SeeChat - A Chat Application
# FlashChat - A Chat Application

## Introduction

This is a real-time messaging application designed and developed by me using Flutter and Firebase.

## Preview
Binary file modified android/.gradle/6.7.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified android/.gradle/6.7.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified android/.gradle/6.7.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified android/.gradle/6.7.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified android/.gradle/6.7.1/javaCompile/javaCompile.lock
Binary file not shown.
Binary file modified android/.gradle/6.7.1/javaCompile/taskHistory.bin
Binary file not shown.
Binary file modified android/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified android/.gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion android/local.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sdk.dir=C:\\Users\\sarva\\AppData\\Local\\Android\\sdk
flutter.sdk=C:\\src\\flutter
flutter.buildMode=debug
flutter.buildMode=release
flutter.versionName=1.0.0
flutter.versionCode=1
Binary file added images/preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/screens/chat_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class MessagesStream extends StatelessWidget {
children: [
Flexible(
child: Text(
'Tanya Verma',
'Anonymous Grp',
style: TextStyle(
color: kDarkBrown,
fontSize: screenHeight * 0.026,
Expand Down

0 comments on commit 067b106

Please sign in to comment.