Merge branch 'develop' into ISSUE-1399/AddingCustomLineForTitleUrl

This commit is contained in:
Sahil Kumar
2023-02-09 15:51:06 +05:30
committed by GitHub
7 changed files with 86 additions and 7 deletions
+7 -2
View File
@@ -1,8 +1,13 @@
## 5.4.0
## Upcoming
✅ Added
✅ Added
- Now it is possible to customize the max lines of the title of a url attachment. Before it was always 1 line.
🔄 Changed
- Updated `share_plus` dependency to `^6.3.0`
## 5.3.0
🔄 Changed
@@ -1,7 +1,6 @@
import 'dart:io';
import 'package:cached_network_image/cached_network_image.dart';
import 'package:file_selector/file_selector.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:path_provider/path_provider.dart';
+1 -1
View File
@@ -37,7 +37,7 @@ dependencies:
photo_manager: ^2.5.2
photo_view: ^0.14.0
rxdart: ^0.27.0
share_plus: ^4.5.0
share_plus: ^6.3.0
shimmer: ^2.0.0
stream_chat_flutter_core: ^5.3.0
synchronized: ^3.0.0