* first draft : static views wip * refactor to ChatMessage and ChatMessageHeader * add pedantic * fix lints * remove hardcoded message * appBar title : iMessage * format date * cupertino style and model view * fix display of message based on isReceived or sent * SendMessageInput * refactor to MessagesPage * MissingPluginException * use builtins instead of custom stream builders * handle isReceived * delete channel header * fix layout issues in ChannelPreview * fix formatDate * sticky message input * usage of builtin MessageListCore * remove unused imports and a todo * rename channelsStates to channels * replace file imports /w package:imessage/filename * remove size required ChannelNameText * lint and format * sendMessage * transition animation * stream_chat_flutter_core instead * format Date differently if same week * add padding to bubble * remove iMessage text from header * reverse message order * if same day don't display date * padding chat bubble right * remove unused extension * constraint message width * group messages By dates * unused import * fix bug input + layout+ preview onTap * change updatedAt to createdAt * add filter on channel * handle refresh * handle pagination with core LazyLoadScrollView * preview simple medias * upload bug * fix attachment * visual changes to message input * remove size * clean up * wait 5 sec before displaying image(hack) Co-authored-by: Salvatore Giordano <[email protected]>
57 lines
918 B
Plaintext
57 lines
918 B
Plaintext
.DS_Store
|
|
.atom/
|
|
.idea/
|
|
.fvm/
|
|
.vscode/
|
|
**/.fvm/
|
|
|
|
.packages
|
|
.pub/
|
|
.dart_tool/
|
|
pubspec.lock
|
|
flutter_export_environment.sh
|
|
|
|
examples/all_plugins/pubspec.yaml
|
|
|
|
Podfile
|
|
Podfile.lock
|
|
Pods/
|
|
.symlinks/
|
|
**/Flutter/App.framework/
|
|
**/Flutter/ephemeral/
|
|
**/Flutter/Flutter.framework/
|
|
**/Flutter/Generated.xcconfig
|
|
**/Flutter/flutter_assets/
|
|
|
|
ServiceDefinitions.json
|
|
xcuserdata/
|
|
**/DerivedData/
|
|
|
|
local.properties
|
|
keystore.properties
|
|
.gradle/
|
|
gradlew
|
|
gradlew.bat
|
|
gradle-wrapper.jar
|
|
.flutter-plugins-dependencies
|
|
*.iml
|
|
|
|
generated_plugin_registrant.dart
|
|
GeneratedPluginRegistrant.h
|
|
GeneratedPluginRegistrant.m
|
|
GeneratedPluginRegistrant.java
|
|
GeneratedPluginRegistrant.swift
|
|
build/
|
|
.flutter-plugins
|
|
|
|
.project
|
|
.classpath
|
|
.settings
|
|
/.fvm
|
|
|
|
.melos_tool/
|
|
/packages/flutter_widgets/example/ios/Flutter/.last_build_id
|
|
/packages/dart_client/example/ios/Flutter/.last_build_id
|
|
/packages/dart_client/example/ios/Runner.xcodeproj/project.pbxproj
|
|
|