Initial commit with Flutter and Node.js code

This commit is contained in:
Hamza-Ayed
2026-05-18 14:04:39 +03:00
commit a60a173b51
21 changed files with 3107 additions and 0 deletions

27
whatsapp_app/pubspec.yaml Normal file
View File

@@ -0,0 +1,27 @@
name: whatsapp_app
description: A complete WhatsApp Mirror App built with Flutter and GetX.
version: 1.0.0+1
publish_to: 'none'
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
web_socket_channel: ^2.4.0
get: ^4.6.6
cached_network_image: ^3.3.1
intl: ^0.19.0
timeago: ^3.6.1
shared_preferences: ^2.2.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter:
uses-material-design: true