GithubHelp home page GithubHelp logo

Comments (22)

bradintheusa avatar bradintheusa commented on June 21, 2024 11

Add this to your pubspec

  flutter_chips_input: 
     git: https://github.com/bradintheusa/flutter_chips_input

or if it's a nested dependency add

dependency_overrides:
  flutter_chips_input: 
     git: https://github.com/bradintheusa/flutter_chips_input

from flutter_chips_input.

nlfiedler avatar nlfiedler commented on June 21, 2024 7

For those still using this library, I have given up on waiting for danvick and created a new fork. I've integrated all of the open PRs and fixed a bug or two. Still working on another bug related to backspace on macOS.

https://github.com/nlfiedler/choose_input_chips

from flutter_chips_input.

shahirsoft avatar shahirsoft commented on June 21, 2024 5

2023-01-29_16-14-52

append this code to file chips_input.dart
..Pub\Cache\hosted\pub.dev\flutter_chips_input-2.0.0\lib\src\chips_input.dart

  @override
  void insertTextPlaceholder(Size size) {}

  @override
  void removeTextPlaceholder() {}

  @override
  void updateEditingValueWithDeltas(List<TextEditingDelta> textEditingDeltas) {}

  @override
  void didChangeInputControl(
      TextInputControl? oldControl, TextInputControl? newControl) {}

  @override
  void performSelector(String selectorName) {}

from flutter_chips_input.

mazab99 avatar mazab99 commented on June 21, 2024 1

@bradintheusa

You mean
1 : add this

dependency_overrides:
flutter_chips_input:
git: https://github.com/bradintheusa/flutter_chips_input

2 : flutter pub deps

from flutter_chips_input.

darkwood-studios avatar darkwood-studios commented on June 21, 2024

same here. after updating to 3.7 i got this error

flutter_chips_input-2.0.0/lib/src/chips_input.dart:87:7: Error: The non-abstract class 'ChipsInputState' is missing implementations for these members:

  • TextInputClient.didChangeInputControl
  • TextInputClient.performSelector
    Try to either
  • provide an implementation,
  • inherit an implementation from a superclass or mixin,
  • mark the class as abstract, or
  • provide a 'noSuchMethod' implementation.

from flutter_chips_input.

TheMedo avatar TheMedo commented on June 21, 2024

Same here!

from flutter_chips_input.

yasseralsaidi avatar yasseralsaidi commented on June 21, 2024

PLEASE FIX!

from flutter_chips_input.

sherkot avatar sherkot commented on June 21, 2024

Same here!

from flutter_chips_input.

mazab99 avatar mazab99 commented on June 21, 2024

same problem , and I don't use this package

from flutter_chips_input.

mazab99 avatar mazab99 commented on June 21, 2024

equatable: ^2.0.5
dio: ^4.0.6
dartz: ^0.10.1
flutter_bloc: ^8.1.1
bloc: ^8.1.0
get_it: ^7.2.0
animate_do: ^3.0.2
cached_network_image: ^3.2.3
google_fonts: ^4.0.1
shimmer: ^2.0.0
carousel_slider: ^4.2.1
flutter_spinkit: ^5.1.0
url_launcher: ^6.1.8
flutter_svg: ^1.1.6
flutter_screenutil: ^5.6.0
hexcolor: ^3.0.1
flutter_launcher_icons: ^0.11.0
shared_preferences: ^2.0.17
lottie: ^2.2.0
flutter_conditional_rendering: ^2.0.0
google_maps_flutter: ^2.2.3
geocoding: ^2.0.5
map_location_picker: ^1.1.0
location: ^4.4.0
geocode: ^1.0.2
flutter_polyline_points: ^1.0.0
uuid: ^3.0.7
permission_handler: ^10.2.0

from flutter_chips_input.

bradintheusa avatar bradintheusa commented on June 21, 2024

One of your packages does. Just use my fix and it will work for you.

flutter pub deps

Will tell you which one.

from flutter_chips_input.

mazab99 avatar mazab99 commented on June 21, 2024

@bradintheusa
Which package use it
and I tried to add this
flutter_chips_input:
git: https://github.com/bradintheusa/flutter_chips_input

but still same problem

from flutter_chips_input.

mazab99 avatar mazab99 commented on June 21, 2024

Please fix this package, I have to work 😫

from flutter_chips_input.

bradintheusa avatar bradintheusa commented on June 21, 2024

Fixing this package won’t help you as you have a nested dependency

The command I gave will tell you which one but just add the override.

from flutter_chips_input.

bradintheusa avatar bradintheusa commented on June 21, 2024

Do 1.

2 will just help you find the source for a longer term fix.

from flutter_chips_input.

mazab99 avatar mazab99 commented on June 21, 2024

@bradintheusa OK I will try
but I have a question
does the error happens because of another package
and If this package fix its problem
will this make every thing good ?

from flutter_chips_input.

bradintheusa avatar bradintheusa commented on June 21, 2024

Once this package is fixed other packages will need to be updated to use the fixed package.

from flutter_chips_input.

mazab99 avatar mazab99 commented on June 21, 2024

@bradintheusa is it map location picker ?

Dart SDK 2.19.0
Flutter SDK 3.7.0

β”œβ”€β”€ animate_do 3.0.2
β”‚ └── flutter...
β”œβ”€β”€ bloc 8.1.0
β”‚ └── meta...
β”œβ”€β”€ cached_network_image 3.2.3
β”‚ β”œβ”€β”€ cached_network_image_platform_interface 2.0.0
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ └── flutter_cache_manager...
β”‚ β”œβ”€β”€ cached_network_image_web 1.0.2
β”‚ β”‚ β”œβ”€β”€ cached_network_image_platform_interface...
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ └── flutter_cache_manager...
β”‚ β”œβ”€β”€ flutter_cache_manager 3.3.0
β”‚ β”‚ β”œβ”€β”€ file 6.1.4
β”‚ β”‚ β”‚ β”œβ”€β”€ meta...
β”‚ β”‚ β”‚ └── path...
β”‚ β”‚ β”œβ”€β”€ pedantic 1.11.1
β”‚ β”‚ β”œβ”€β”€ rxdart 0.27.7
β”‚ β”‚ β”œβ”€β”€ sqflite 2.2.4+1
β”‚ β”‚ β”‚ β”œβ”€β”€ sqflite_common 2.4.2+2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ synchronized 3.0.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ meta...
β”‚ β”‚ β”‚ β”‚ └── path...
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”‚ └── path...
β”‚ β”‚ β”œβ”€β”€ clock...
β”‚ β”‚ β”œβ”€β”€ collection...
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”œβ”€β”€ http...
β”‚ β”‚ β”œβ”€β”€ path...
β”‚ β”‚ β”œβ”€β”€ path_provider...
β”‚ β”‚ └── uuid...
β”‚ β”œβ”€β”€ octo_image 1.0.2
β”‚ β”‚ β”œβ”€β”€ flutter_blurhash 0.7.0
β”‚ β”‚ β”‚ └── flutter...
β”‚ β”‚ └── flutter...
β”‚ └── flutter...
β”œβ”€β”€ carousel_slider 4.2.1
β”‚ └── flutter...
β”œβ”€β”€ cupertino_icons 1.0.5
β”œβ”€β”€ dartz 0.10.1
β”œβ”€β”€ dio 4.0.6
β”‚ β”œβ”€β”€ http_parser 4.0.2
β”‚ β”‚ β”œβ”€β”€ typed_data 1.3.1
β”‚ β”‚ β”‚ └── collection...
β”‚ β”‚ β”œβ”€β”€ collection...
β”‚ β”‚ β”œβ”€β”€ source_span...
β”‚ β”‚ └── string_scanner...
β”‚ └── path...
β”œβ”€β”€ equatable 2.0.5
β”‚ β”œβ”€β”€ collection...
β”‚ └── meta...
β”œβ”€β”€ flutter 0.0.0
β”‚ β”œβ”€β”€ sky_engine 0.0.99
β”‚ β”œβ”€β”€ characters...
β”‚ β”œβ”€β”€ collection...
β”‚ β”œβ”€β”€ js...
β”‚ β”œβ”€β”€ material_color_utilities...
β”‚ β”œβ”€β”€ meta...
β”‚ └── vector_math...
β”œβ”€β”€ flutter_bloc 8.1.1
β”‚ β”œβ”€β”€ provider 6.0.5
β”‚ β”‚ β”œβ”€β”€ nested 1.0.0
β”‚ β”‚ β”‚ └── flutter...
β”‚ β”‚ β”œβ”€β”€ collection...
β”‚ β”‚ └── flutter...
β”‚ β”œβ”€β”€ bloc...
β”‚ └── flutter...
β”œβ”€β”€ flutter_chips_input 2.0.0
β”‚ └── flutter...
β”œβ”€β”€ flutter_conditional_rendering 2.0.0
β”‚ └── flutter...
β”œβ”€β”€ flutter_launcher_icons 0.11.0
β”‚ β”œβ”€β”€ args 2.3.2
β”‚ β”œβ”€β”€ checked_yaml 2.0.2
β”‚ β”‚ β”œβ”€β”€ json_annotation...
β”‚ β”‚ β”œβ”€β”€ source_span...
β”‚ β”‚ └── yaml...
β”‚ β”œβ”€β”€ cli_util 0.3.5
β”‚ β”‚ β”œβ”€β”€ meta...
β”‚ β”‚ └── path...
β”‚ β”œβ”€β”€ image 3.3.0
β”‚ β”‚ β”œβ”€β”€ archive...
β”‚ β”‚ β”œβ”€β”€ meta...
β”‚ β”‚ └── xml...
β”‚ β”œβ”€β”€ json_annotation 4.8.0
β”‚ β”‚ └── meta...
β”‚ β”œβ”€β”€ yaml 3.1.1
β”‚ β”‚ β”œβ”€β”€ collection...
β”‚ β”‚ β”œβ”€β”€ source_span...
β”‚ β”‚ └── string_scanner...
β”‚ └── path...
β”œβ”€β”€ flutter_localizations 0.0.0
β”‚ β”œβ”€β”€ characters 1.2.1
β”‚ β”œβ”€β”€ clock 1.1.1
β”‚ β”œβ”€β”€ collection 1.17.0
β”‚ β”œβ”€β”€ intl 0.17.0
β”‚ β”‚ β”œβ”€β”€ clock...
β”‚ β”‚ └── path...
β”‚ β”œβ”€β”€ js 0.6.5
β”‚ β”‚ └── meta...
β”‚ β”œβ”€β”€ material_color_utilities 0.2.0
β”‚ β”œβ”€β”€ meta 1.8.0
β”‚ β”œβ”€β”€ path 1.8.2
β”‚ β”œβ”€β”€ vector_math 2.1.4
β”‚ └── flutter...
β”œβ”€β”€ flutter_polyline_points 1.0.0
β”‚ β”œβ”€β”€ flutter...
β”‚ └── http...
β”œβ”€β”€ flutter_screenutil 5.6.0
β”‚ └── flutter...
β”œβ”€β”€ flutter_spinkit 5.1.0
β”‚ └── flutter...
β”œβ”€β”€ flutter_svg 1.1.6
β”‚ β”œβ”€β”€ path_drawing 1.0.1
β”‚ β”‚ β”œβ”€β”€ path_parsing 1.0.1
β”‚ β”‚ β”‚ β”œβ”€β”€ meta...
β”‚ β”‚ β”‚ └── vector_math...
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”œβ”€β”€ meta...
β”‚ β”‚ └── vector_math...
β”‚ β”œβ”€β”€ xml 6.2.2
β”‚ β”‚ β”œβ”€β”€ petitparser 5.1.0
β”‚ β”‚ β”‚ └── meta...
β”‚ β”‚ β”œβ”€β”€ collection...
β”‚ β”‚ └── meta...
β”‚ β”œβ”€β”€ flutter...
β”‚ β”œβ”€β”€ meta...
β”‚ └── vector_math...
β”œβ”€β”€ flutter_test 0.0.0
β”‚ β”œβ”€β”€ boolean_selector 2.1.1
β”‚ β”‚ β”œβ”€β”€ source_span...
β”‚ β”‚ └── string_scanner...
β”‚ β”œβ”€β”€ fake_async 1.3.1
β”‚ β”‚ β”œβ”€β”€ clock...
β”‚ β”‚ └── collection...
β”‚ β”œβ”€β”€ matcher 0.12.13
β”‚ β”‚ β”œβ”€β”€ meta...
β”‚ β”‚ └── stack_trace...
β”‚ β”œβ”€β”€ source_span 1.9.1
β”‚ β”‚ β”œβ”€β”€ collection...
β”‚ β”‚ β”œβ”€β”€ path...
β”‚ β”‚ └── term_glyph...
β”‚ β”œβ”€β”€ stack_trace 1.11.0
β”‚ β”‚ └── path...
β”‚ β”œβ”€β”€ stream_channel 2.1.1
β”‚ β”‚ └── async...
β”‚ β”œβ”€β”€ string_scanner 1.2.0
β”‚ β”‚ └── source_span...
β”‚ β”œβ”€β”€ term_glyph 1.2.1
β”‚ β”œβ”€β”€ test_api 0.4.16
β”‚ β”‚ β”œβ”€β”€ async...
β”‚ β”‚ β”œβ”€β”€ boolean_selector...
β”‚ β”‚ β”œβ”€β”€ collection...
β”‚ β”‚ β”œβ”€β”€ matcher...
β”‚ β”‚ β”œβ”€β”€ meta...
β”‚ β”‚ β”œβ”€β”€ source_span...
β”‚ β”‚ β”œβ”€β”€ stack_trace...
β”‚ β”‚ β”œβ”€β”€ stream_channel...
β”‚ β”‚ β”œβ”€β”€ string_scanner...
β”‚ β”‚ └── term_glyph...
β”‚ β”œβ”€β”€ async...
β”‚ β”œβ”€β”€ characters...
β”‚ β”œβ”€β”€ clock...
β”‚ β”œβ”€β”€ collection...
β”‚ β”œβ”€β”€ flutter...
β”‚ β”œβ”€β”€ js...
β”‚ β”œβ”€β”€ material_color_utilities...
β”‚ β”œβ”€β”€ meta...
β”‚ β”œβ”€β”€ path...
β”‚ └── vector_math...
β”œβ”€β”€ geocode 1.0.2
β”‚ └── http...
β”œβ”€β”€ geocoding 2.0.5
β”‚ β”œβ”€β”€ geocoding_platform_interface 2.0.1
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”œβ”€β”€ meta...
β”‚ β”‚ └── plugin_platform_interface...
β”‚ └── flutter...
β”œβ”€β”€ get_it 7.2.0
β”‚ β”œβ”€β”€ async 2.10.0
β”‚ β”‚ β”œβ”€β”€ collection...
β”‚ β”‚ └── meta...
β”‚ └── collection...
β”œβ”€β”€ google_fonts 4.0.1
β”‚ β”œβ”€β”€ crypto 3.0.2
β”‚ β”‚ └── typed_data...
β”‚ β”œβ”€β”€ http 0.13.5
β”‚ β”‚ β”œβ”€β”€ async...
β”‚ β”‚ β”œβ”€β”€ http_parser...
β”‚ β”‚ β”œβ”€β”€ meta...
β”‚ β”‚ └── path...
β”‚ β”œβ”€β”€ path_provider 2.0.12
β”‚ β”‚ β”œβ”€β”€ path_provider_android 2.0.22
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”‚ └── path_provider_platform_interface...
β”‚ β”‚ β”œβ”€β”€ path_provider_foundation 2.1.1
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”‚ └── path_provider_platform_interface...
β”‚ β”‚ β”œβ”€β”€ path_provider_linux 2.1.7
β”‚ β”‚ β”‚ β”œβ”€β”€ ffi 2.0.1
β”‚ β”‚ β”‚ β”œβ”€β”€ xdg_directories 0.2.0+3
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ process 4.2.4
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ file...
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ path...
β”‚ β”‚ β”‚ β”‚ β”‚ └── platform...
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ meta...
β”‚ β”‚ β”‚ β”‚ └── path...
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”‚ β”œβ”€β”€ path...
β”‚ β”‚ β”‚ └── path_provider_platform_interface...
β”‚ β”‚ β”œβ”€β”€ path_provider_platform_interface 2.0.5
β”‚ β”‚ β”‚ β”œβ”€β”€ platform 3.1.0
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”‚ └── plugin_platform_interface...
β”‚ β”‚ β”œβ”€β”€ path_provider_windows 2.1.3
β”‚ β”‚ β”‚ β”œβ”€β”€ win32 3.1.3
β”‚ β”‚ β”‚ β”‚ └── ffi...
β”‚ β”‚ β”‚ β”œβ”€β”€ ffi...
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”‚ β”œβ”€β”€ path...
β”‚ β”‚ β”‚ └── path_provider_platform_interface...
β”‚ β”‚ └── flutter...
β”‚ └── flutter...
β”œβ”€β”€ google_maps_flutter 2.2.3
β”‚ β”œβ”€β”€ google_maps_flutter_android 2.4.3
β”‚ β”‚ β”œβ”€β”€ flutter_plugin_android_lifecycle 2.0.7
β”‚ β”‚ β”‚ └── flutter...
β”‚ β”‚ β”œβ”€β”€ stream_transform 2.1.0
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ └── google_maps_flutter_platform_interface...
β”‚ β”œβ”€β”€ google_maps_flutter_ios 2.1.13
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”œβ”€β”€ google_maps_flutter_platform_interface...
β”‚ β”‚ └── stream_transform...
β”‚ β”œβ”€β”€ google_maps_flutter_platform_interface 2.2.5
β”‚ β”‚ β”œβ”€β”€ collection...
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”œβ”€β”€ plugin_platform_interface...
β”‚ β”‚ └── stream_transform...
β”‚ └── flutter...
β”œβ”€β”€ hexcolor 3.0.1
β”‚ β”œβ”€β”€ flutter_web_plugins 0.0.0
β”‚ β”‚ β”œβ”€β”€ characters...
β”‚ β”‚ β”œβ”€β”€ collection...
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”œβ”€β”€ js...
β”‚ β”‚ β”œβ”€β”€ material_color_utilities...
β”‚ β”‚ β”œβ”€β”€ meta...
β”‚ β”‚ └── vector_math...
β”‚ └── flutter...
β”œβ”€β”€ location 4.4.0
β”‚ β”œβ”€β”€ location_platform_interface 2.3.0
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”œβ”€β”€ meta...
β”‚ β”‚ └── plugin_platform_interface...
β”‚ β”œβ”€β”€ location_web 3.1.1
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”œβ”€β”€ flutter_web_plugins...
β”‚ β”‚ β”œβ”€β”€ http_parser...
β”‚ β”‚ β”œβ”€β”€ js...
β”‚ β”‚ β”œβ”€β”€ location_platform_interface...
β”‚ β”‚ └── meta...
β”‚ └── flutter...
β”œβ”€β”€ lottie 2.2.0
β”‚ β”œβ”€β”€ archive 3.3.6
β”‚ β”‚ β”œβ”€β”€ pointycastle 3.6.2
β”‚ β”‚ β”‚ β”œβ”€β”€ convert 3.1.1
β”‚ β”‚ β”‚ β”‚ └── typed_data...
β”‚ β”‚ β”‚ β”œβ”€β”€ collection...
β”‚ β”‚ β”‚ └── js...
β”‚ β”‚ β”œβ”€β”€ crypto...
β”‚ β”‚ └── path...
β”‚ β”œβ”€β”€ flutter...
β”‚ β”œβ”€β”€ path...
β”‚ └── vector_math...
β”œβ”€β”€ map_location_picker 1.1.0
β”‚ β”œβ”€β”€ flutter_typeahead 4.3.2
β”‚ β”‚ β”œβ”€β”€ flutter_keyboard_visibility 5.4.0
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter_keyboard_visibility_linux 1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”‚ β”‚ └── flutter_keyboard_visibility_platform_interface...
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter_keyboard_visibility_macos 1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”‚ β”‚ └── flutter_keyboard_visibility_platform_interface...
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter_keyboard_visibility_platform_interface 2.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ meta...
β”‚ β”‚ β”‚ β”‚ └── plugin_platform_interface...
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter_keyboard_visibility_web 2.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ flutter_keyboard_visibility_platform_interface...
β”‚ β”‚ β”‚ β”‚ └── flutter_web_plugins...
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter_keyboard_visibility_windows 1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”‚ β”‚ └── flutter_keyboard_visibility_platform_interface...
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”‚ └── meta...
β”‚ β”‚ └── flutter...
β”‚ β”œβ”€β”€ form_builder_extra_fields 8.3.0
β”‚ β”‚ β”œβ”€β”€ dropdown_search 5.0.5
β”‚ β”‚ β”‚ └── flutter...
β”‚ β”‚ β”œβ”€β”€ flutter_colorpicker 1.0.3
β”‚ β”‚ β”‚ └── flutter...
β”‚ β”‚ β”œβ”€β”€ flutter_datetime_picker_bdaya 2.0.0
β”‚ β”‚ β”‚ └── flutter...
β”‚ β”‚ β”œβ”€β”€ flutter_form_builder 7.7.0
β”‚ β”‚ β”‚ β”œβ”€β”€ collection...
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”‚ └── intl...
β”‚ β”‚ β”œβ”€β”€ flutter_rating_bar 4.0.1
β”‚ β”‚ β”‚ └── flutter...
β”‚ β”‚ β”œβ”€β”€ flutter_touch_spin 2.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”‚ └── intl...
β”‚ β”‚ β”œβ”€β”€ signature 5.3.0
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter_svg...
β”‚ β”‚ β”‚ └── image...
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”œβ”€β”€ flutter_chips_input...
β”‚ β”‚ β”œβ”€β”€ flutter_typeahead...
β”‚ β”‚ └── intl...
β”‚ β”œβ”€β”€ geolocator 9.0.2
β”‚ β”‚ β”œβ”€β”€ geolocator_android 4.1.7
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”‚ └── geolocator_platform_interface...
β”‚ β”‚ β”œβ”€β”€ geolocator_apple 2.2.5
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”‚ └── geolocator_platform_interface...
β”‚ β”‚ β”œβ”€β”€ geolocator_platform_interface 4.0.7
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”‚ β”œβ”€β”€ meta...
β”‚ β”‚ β”‚ β”œβ”€β”€ plugin_platform_interface...
β”‚ β”‚ β”‚ └── vector_math...
β”‚ β”‚ β”œβ”€β”€ geolocator_web 2.1.6
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter_web_plugins...
β”‚ β”‚ β”‚ └── geolocator_platform_interface...
β”‚ β”‚ β”œβ”€β”€ geolocator_windows 0.1.1
β”‚ β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”‚ └── geolocator_platform_interface...
β”‚ β”‚ └── flutter...
β”‚ β”œβ”€β”€ google_maps_flutter_web 0.4.0+5
β”‚ β”‚ β”œβ”€β”€ google_maps 6.2.0
β”‚ β”‚ β”‚ β”œβ”€β”€ js_wrapping 0.7.4
β”‚ β”‚ β”‚ β”‚ └── js...
β”‚ β”‚ β”‚ └── meta...
β”‚ β”‚ β”œβ”€β”€ sanitize_html 2.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ html 0.15.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ csslib 0.17.2
β”‚ β”‚ β”‚ β”‚ β”‚ └── source_span...
β”‚ β”‚ β”‚ β”‚ └── source_span...
β”‚ β”‚ β”‚ └── meta...
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”œβ”€β”€ flutter_web_plugins...
β”‚ β”‚ β”œβ”€β”€ google_maps_flutter_platform_interface...
β”‚ β”‚ └── stream_transform...
β”‚ β”œβ”€β”€ google_maps_webservice 0.0.20-nullsafety.5
β”‚ β”‚ β”œβ”€β”€ http...
β”‚ β”‚ β”œβ”€β”€ json_annotation...
β”‚ β”‚ └── meta...
β”‚ β”œβ”€β”€ logger 1.1.0
β”‚ β”œβ”€β”€ flutter...
β”‚ β”œβ”€β”€ google_maps_flutter...
β”‚ └── http...
β”œβ”€β”€ permission_handler 10.2.0
β”‚ β”œβ”€β”€ permission_handler_android 10.2.0
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ └── permission_handler_platform_interface...
β”‚ β”œβ”€β”€ permission_handler_apple 9.0.7
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ └── permission_handler_platform_interface...
β”‚ β”œβ”€β”€ permission_handler_platform_interface 3.9.0
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”œβ”€β”€ meta...
β”‚ β”‚ └── plugin_platform_interface...
β”‚ β”œβ”€β”€ permission_handler_windows 0.1.2
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ └── permission_handler_platform_interface...
β”‚ β”œβ”€β”€ flutter...
β”‚ └── meta...
β”œβ”€β”€ shared_preferences 2.0.17
β”‚ β”œβ”€β”€ shared_preferences_android 2.0.15
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ └── shared_preferences_platform_interface...
β”‚ β”œβ”€β”€ shared_preferences_foundation 2.1.2
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ └── shared_preferences_platform_interface...
β”‚ β”œβ”€β”€ shared_preferences_linux 2.1.3
β”‚ β”‚ β”œβ”€β”€ file...
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”œβ”€β”€ path...
β”‚ β”‚ β”œβ”€β”€ path_provider_linux...
β”‚ β”‚ β”œβ”€β”€ path_provider_platform_interface...
β”‚ β”‚ └── shared_preferences_platform_interface...
β”‚ β”œβ”€β”€ shared_preferences_platform_interface 2.1.0
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ └── plugin_platform_interface...
β”‚ β”œβ”€β”€ shared_preferences_web 2.0.4
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”œβ”€β”€ flutter_web_plugins...
β”‚ β”‚ └── shared_preferences_platform_interface...
β”‚ β”œβ”€β”€ shared_preferences_windows 2.1.3
β”‚ β”‚ β”œβ”€β”€ file...
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”œβ”€β”€ path...
β”‚ β”‚ β”œβ”€β”€ path_provider_platform_interface...
β”‚ β”‚ β”œβ”€β”€ path_provider_windows...
β”‚ β”‚ └── shared_preferences_platform_interface...
β”‚ └── flutter...
β”œβ”€β”€ shimmer 2.0.0
β”‚ └── flutter...
β”œβ”€β”€ url_launcher 6.1.8
β”‚ β”œβ”€β”€ url_launcher_android 6.0.23
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ └── url_launcher_platform_interface...
β”‚ β”œβ”€β”€ url_launcher_ios 6.0.18
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ └── url_launcher_platform_interface...
β”‚ β”œβ”€β”€ url_launcher_linux 3.0.2
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ └── url_launcher_platform_interface...
β”‚ β”œβ”€β”€ url_launcher_macos 3.0.2
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ └── url_launcher_platform_interface...
β”‚ β”œβ”€β”€ url_launcher_platform_interface 2.1.1
β”‚ β”‚ β”œβ”€β”€ plugin_platform_interface 2.1.3
β”‚ β”‚ β”‚ └── meta...
β”‚ β”‚ └── flutter...
β”‚ β”œβ”€β”€ url_launcher_web 2.0.14
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ β”œβ”€β”€ flutter_web_plugins...
β”‚ β”‚ └── url_launcher_platform_interface...
β”‚ β”œβ”€β”€ url_launcher_windows 3.0.3
β”‚ β”‚ β”œβ”€β”€ flutter...
β”‚ β”‚ └── url_launcher_platform_interface...
β”‚ └── flutter...
└── uuid 3.0.7
└── crypto...

from flutter_chips_input.

bradintheusa avatar bradintheusa commented on June 21, 2024

Yes but it requires these to both be upgraded as well

form_builder_extra_fields
dropdown_search

from flutter_chips_input.

yasseralsaidi avatar yasseralsaidi commented on June 21, 2024

dependency_overrides:
flutter_chips_input:
git: https://github.com/bradintheusa/flutter_chips_input

from flutter_chips_input.

BurningAXE avatar BurningAXE commented on June 21, 2024

For those still using this library, I have given up on waiting for danvick and created a new fork. I've integrated all of the open PRs and fixed a bug or two. Still working on another bug related to backspace on macOS.

https://github.com/nlfiedler/choose_input_chips

THANK YOU!

from flutter_chips_input.

xelanac avatar xelanac commented on June 21, 2024

Hi there! I got the same issue using flutter_chips_input v.2.0.0 on flutter 3.10.4. I tried to add methods that @shahirsoft shared above but I still got issue so i needed to add also insertContent method, like below. Hope this can help you!

@override
  void insertTextPlaceholder(Size size) {}

  @override
  void removeTextPlaceholder() {}

  @override
  void updateEditingValueWithDeltas(List<TextEditingDelta> textEditingDeltas) {}

  @override
  void didChangeInputControl(
      TextInputControl? oldControl, TextInputControl? newControl) {}

  @override
  void performSelector(String selectorName) {}

  @override
  void showToolbar() {}

  @override
  void insertContent(KeyboardInsertedContent content) {}

from flutter_chips_input.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.