mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	fix: Remove the goddamn package from hell circular checkbox!!! Shame on you! SHAME!
This commit is contained in:
		
							parent
							
								
									4f6b9925d8
								
							
						
					
					
						commit
						81c6906eba
					
				@ -1,6 +1,5 @@
 | 
			
		||||
import 'package:adaptive_dialog/adaptive_dialog.dart';
 | 
			
		||||
import 'package:adaptive_page_layout/adaptive_page_layout.dart';
 | 
			
		||||
import 'package:circular_check_box/circular_check_box.dart';
 | 
			
		||||
import 'package:famedlysdk/famedlysdk.dart';
 | 
			
		||||
import 'package:fluffychat/config/themes.dart';
 | 
			
		||||
import 'package:fluffychat/utils/event_extension.dart';
 | 
			
		||||
@ -154,7 +153,7 @@ class ChatListItem extends StatelessWidget {
 | 
			
		||||
                        width: Avatar.defaultSize,
 | 
			
		||||
                        height: Avatar.defaultSize,
 | 
			
		||||
                        alignment: Alignment.center,
 | 
			
		||||
                        child: CircularCheckBox(
 | 
			
		||||
                        child: Checkbox(
 | 
			
		||||
                          value: selected,
 | 
			
		||||
                          onChanged: (_) => onLongPress(),
 | 
			
		||||
                        ),
 | 
			
		||||
 | 
			
		||||
@ -113,13 +113,6 @@ packages:
 | 
			
		||||
      url: "https://pub.dartlang.org"
 | 
			
		||||
    source: hosted
 | 
			
		||||
    version: "1.2.0"
 | 
			
		||||
  circular_check_box:
 | 
			
		||||
    dependency: "direct main"
 | 
			
		||||
    description:
 | 
			
		||||
      name: circular_check_box
 | 
			
		||||
      url: "https://pub.dartlang.org"
 | 
			
		||||
    source: hosted
 | 
			
		||||
    version: "1.0.4"
 | 
			
		||||
  cli_util:
 | 
			
		||||
    dependency: transitive
 | 
			
		||||
    description:
 | 
			
		||||
 | 
			
		||||
@ -53,7 +53,6 @@ dependencies:
 | 
			
		||||
  flutter_olm: ^1.1.1
 | 
			
		||||
  flutter_openssl_crypto: ^0.0.1
 | 
			
		||||
  intl: any
 | 
			
		||||
  circular_check_box: ^1.0.4
 | 
			
		||||
  flutter_localizations:
 | 
			
		||||
    sdk: flutter
 | 
			
		||||
  native_imaging:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user