Initial commit with Flutter and Node.js code
This commit is contained in:
27
whatsapp_app/pubspec.yaml
Normal file
27
whatsapp_app/pubspec.yaml
Normal 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
|
||||
Reference in New Issue
Block a user