Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Type 'RawFloatingCursorPoint' not found #24

Closed
daniel-lucas-silva opened this issue Feb 18, 2019 · 1 comment
Closed

Error: Type 'RawFloatingCursorPoint' not found #24

daniel-lucas-silva opened this issue Feb 18, 2019 · 1 comment
Assignees

Comments

@daniel-lucas-silva
Copy link

daniel-lucas-silva commented Feb 18, 2019

When i try to buld apk, i got this error
and I'm not using Chips Input.

flutter --version
Flutter 1.0.0 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 5391447fae (3 months ago) • 2018-11-29 19:41:26 -0800
Engine • revision 7375a0f414
Tools • Dart 2.1.0 (build 2.1.0-dev.9.4 f9ebf21297)

command: flutter build apk --release
Compiler message: file:///Volumes/files/daniel/.pub-cache/hosted/pub.dartlang.org/flutter_chips_input-1.1.0/lib/src/chips_input.dart:293:29: Error: Type 'RawFloatingCursorPoint' not found. void updateFloatingCursor(RawFloatingCursorPoint point) { ^^^^^^^^^^^^^^^^^^^^^^ file:///Volumes/files/daniel/.pub-cache/hosted/pub.dartlang.org/flutter_chips_input-1.1.0/lib/src/chips_input.dart:293:29: Error: 'RawFloatingCursorPoint' isn't a type. void updateFloatingCursor(RawFloatingCursorPoint point) { ^^^^^^^^^^^^^^^^^^^^^^ Compiler terminated unexpectedly.

screen shot 2019-02-18 at 12 24 14 pm

@danvick danvick self-assigned this Feb 25, 2019
@danvick
Copy link
Collaborator

danvick commented Feb 26, 2019

I'm trying to figure out why this has started acting up. You can however try adding and explicit dependency of flutter_chips_input: ^1.1.0 as suggested here: danvick/flutter_chips_input#3 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants