Skip to content

path-yu/flutter_chat

Repository files navigation

flutter_chat

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

screenshot

newFriends.png

addContact.png

chat.png

contacts.png

edit_user.png

login.png

newFriends.png

run for web

flutter run -d chrome --web-renderer html

build apk

flutter build apk --obfuscate --split-debug-info=splitMap --target-platform android-arm,android-arm64,android-x64 --split-per-abi

build web

flutter build web --output=web_build

test DeepLink

./adb shell am start -a android.intent.action.VIEW \
    -c android.intent.category.BROWSABLE \
    -d "http://flutterbooksample.com/book/1" \
    com.example.flutter_chat
./adb shell am start -a android.intent.action.VIEW -c android.intent.category.BROWSABLE -d "http://flutterbooksample.com/book/1" com.example.flutter_chat