diff --git a/lib/constants.dart b/lib/constants.dart index f1ac501..87529a1 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -22,7 +22,7 @@ const List languages = ["FR", "NL", "EN", "DE", "IT", "ES", "CN", "PL", const List map_types_mapBox = ["standard", "streets", "outdoors", "light", "dark", "satellite", "satellite_streets"]; const List map_providers = ["Google", "MapBox"]; -const kTitleMaxLength = 110; +const kTitleMaxLength = 165; const kDescriptionMaxLength = 2500; List resource_types = [ diff --git a/pubspec.lock b/pubspec.lock index 38d5de4..4a323c2 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -500,18 +500,18 @@ packages: dependency: "direct main" description: name: flutter_widget_from_html - sha256: "8d2a9a7979a9c1a5d866d1f4134d2ec2cca78716c112c76803d6a552281405cc" + sha256: f3967a5b42896662efdd420b5adaf8a7d3692b0f44462a07c80e3b4c173b1a02 url: "https://pub.dev" source: hosted - version: "0.10.6" + version: "0.15.3" flutter_widget_from_html_core: dependency: transitive description: name: flutter_widget_from_html_core - sha256: "22140caa191cb4bba0fe4d5e4ad875c7e8a9ba47d61517f56d733019cf76396d" + sha256: b1048fd119a14762e2361bd057da608148a895477846d6149109b2151d2f7abf url: "https://pub.dev" source: hosted - version: "0.10.6" + version: "0.15.2" frontend_server_client: dependency: transitive description: @@ -524,34 +524,34 @@ packages: dependency: transitive description: name: fwfh_cached_network_image - sha256: "3de22aa3a6943c968e0d9fbcba4463b3dbbf7103171d62c84b6c672fb83eebdf" + sha256: "8e44226801bfba27930673953afce8af44da7e92573be93f60385d9865a089dd" url: "https://pub.dev" source: hosted - version: "0.7.0+7" + version: "0.14.3" fwfh_chewie: dependency: transitive description: name: fwfh_chewie - sha256: "0b51a1c976bb74da5e8e45d545c74cb54a7168ad3938dd77103a7aee485f55fa" + sha256: "37bde9cedfb6dc5546176f7f0c56af1e814966cb33ec58f16c9565ed93ccb704" url: "https://pub.dev" source: hosted - version: "0.7.1+4" + version: "0.14.8" fwfh_just_audio: dependency: transitive description: name: fwfh_just_audio - sha256: "237b93a4cb9f0495a4b51940f361adda2a5abd57231dd44f07459db00144a6cd" + sha256: "38dc2c55803bd3cef33042c473e0c40b891ad4548078424641a32032f6a1245f" url: "https://pub.dev" source: hosted - version: "0.9.0+3" + version: "0.15.2" fwfh_svg: dependency: transitive description: name: fwfh_svg - sha256: c6bb6b513f7ce2766aba76d7276caf9a96b6fee729ac3a492c366a42f82ef02e + sha256: "550b1014d12b5528d8bdb6e3b44b58721f3fb1f65d7a852d1623a817008bdfc4" url: "https://pub.dev" source: hosted - version: "0.8.2" + version: "0.8.3" fwfh_url_launcher: dependency: transitive description: @@ -564,10 +564,10 @@ packages: dependency: transitive description: name: fwfh_webview - sha256: "90a8dda0695403cf57abd7e8b83f6fb1f1a12933930a0bf9cac7cafb06e06a18" + sha256: c0a8b664b642f40f4c252a0ab4e72c22dcd97c7fb3a7e50a6b4bdb6f63afca19 url: "https://pub.dev" source: hosted - version: "0.9.0+2" + version: "0.15.3" geolocator: dependency: transitive description: @@ -708,10 +708,10 @@ packages: dependency: "direct main" description: name: just_audio - sha256: d8e8aaf417d33e345299c17f6457f72bd4ba0c549dc34607abb5183a354edc4d + sha256: a49e7120b95600bd357f37a2bb04cd1e88252f7cdea8f3368803779b925b1049 url: "https://pub.dev" source: hosted - version: "0.9.40" + version: "0.9.42" just_audio_platform_interface: dependency: transitive description: @@ -724,10 +724,10 @@ packages: dependency: "direct main" description: name: just_audio_web - sha256: b163878529d9b028c53a6972fcd58cae2405bcd11cbfcea620b6fb9f151429d6 + sha256: "9a98035b8b24b40749507687520ec5ab404e291d2b0937823ff45d92cb18d448" url: "https://pub.dev" source: hosted - version: "0.4.12" + version: "0.4.13" latlong2: dependency: transitive description: @@ -1232,10 +1232,10 @@ packages: dependency: transitive description: name: stack_trace - sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b" + sha256: "9f47fd3630d76be3ab26f0ee06d213679aa425996925ff3feffdec504931c377" url: "https://pub.dev" source: hosted - version: "1.11.1" + version: "1.12.0" stream_channel: dependency: transitive description: @@ -1464,10 +1464,10 @@ packages: dependency: transitive description: name: vm_service - sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d" + sha256: f6be3ed8bd01289b34d679c2b62226f63c0e69f9fd2e50a6b3c1c729a961041b url: "https://pub.dev" source: hosted - version: "14.2.5" + version: "14.3.0" wakelock_plus: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 2576213..9f7953e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -42,8 +42,8 @@ dependencies: #path_provider: ^2.0.2 encrypt: ^5.0.3 qr_flutter: ^4.1.0 - just_audio: ^0.9.40 - just_audio_web: ^0.4.12 + just_audio: ^0.9.42 + just_audio_web: ^0.4.13 pdf: ^3.10.4 multi_select_flutter: ^4.1.3 youtube_player_iframe: ^4.0.4 @@ -65,10 +65,10 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.6 - quill_html_editor: ^2.2.7 + quill_html_editor: ^2.2.8 responsive_framework: ^1.4.0 tab_container: ^2.0.0 - flutter_widget_from_html: ^0.10.1 + flutter_widget_from_html: ^0.15.3 firebase_storage: ^12.0.1 firebase_core: ^3.1.0 another_flushbar: ^1.12.30