Am new to flutter and i need to get x axis y axis value of particular place of the image.i have put the image in container and i need to mark one corner of the container image position as (0,0) when I click the any part or place of the image I need to get x axis and y axis value of the clicked position. I don't know how to do it. Please any one help me to do that. Thanks in advance
How to get x axis and y axis values of particular image part in flutter
511 Views Asked by Yuva At
1
There are 1 best solutions below
Related Questions in FLUTTER
- Flutter + Dart: Editing name of a tab shows up a black screen
- The Binary Version Of its metadata is 1.8.0, expected Version is 1.6.0 build error
- Way to get CustomPainter to track face in Camera Flutter MLKit
- flutter Null check error: did not show file and line number
- Creating multiple instances of a class with different initializing values in Flutter
- I want to paste stickers into to my TextField and to show the stickers beside the emojis
- Flutter plugin development android src not opening after opening example
- Module not found when building flutter app for IOS
- How to make barrier area interactive in flutter modal bottom sheet
- Can an RPC result be included in a Supabase select function in Flutter for Data Modeling?
- Why do I need to wait to reaccess to Firestore database even though it has already done before?
- Flutter web app on Windows -how to support mouse drag for horizontal and vertical scrolling as well as using mouse wheel
- I wrote this time displaying FLUTTER app, How can I improve it?
- Appwrite and / or Spring Boot Backend
- Flutter two_dimensional_scrollables Web app Chrome - cannot get horizontal scroll to work?
Related Questions in OFFSET
- Update Cell Value in Filtered Sheet Via VBA
- onEdit() to exclude header row
- Pinescript Warning of only support to Simple Integer and asking to eliminate the Series Integer
- How do i select multiple, NON connected cells as a range with the offset function in VBA?
- Create dependent data validation list where blank cell is defined as a valid value in the list
- Is there a way to offset a CSS grid item by n tracks?
- Looking Up the Next Value after I locate the correct row of the value i need
- Getting scale offset inside tkinter canvas
- Migrated to new php, now get, Warning: Trying to access array offset on value of type bool in blog editor
- Returning a column C value list based on context of column A & B
- Move to the first empty column
- setFirstResult/setMaxResults generates wrong SQL for PostgreSQL since upgrading to Hibernate 6
- Javascript listener mousemove giving wrong position to custom cursor
- Tuning of GBM model with offset column using h2o and R
- SVG gradient offset animation
Related Questions in AXIS
- Do not want scientific notation on plot axis again
- Grid based on 1. y-axis with 2. x-axis is shown in matplotlib
- How to change the color of axes values in chart_Series()?
- How to vary x-axis scales by column in facets
- lightning chart javascript single axis display chart formatting ticks and labels
- How do I get 'zero' matplotlib spines to clip outside of the axis limits?
- change order of violin plots in ggplot2
- Duplicated stat_summary with break y-axis in R
- Robot walk kata has me completely stumped
- Assistance Needed with User Creation in AXIS Entry Manager via VAPIX API
- how to add minor axis and remove major axis by ggplot2?
- Custom minor ticks in ggplots2
- Is there a way in R ggplot2 to turn the plot axes into a continuous color scale?
- ggplot 2 version 3.5.0 update guides; guide="prism_bracket" doesn't work. How to solve?
- Plotly + X-axis
Related Questions in FLOOR-DIVISION
- Confusion of a code snippet in a interview
- Python how to convert total teaspoons to tablespoons, ounces, cups, and pints using modulus and floor division
- Issue related to double precision floating point division in C++
- How to get x axis and y axis values of particular image part in flutter
- Why is fractional part not discarded in python in some cases
- In python, 12//5 is 2 then why -12//5 is not -2?
- C# and Python result difference - basic Math
- Difference in Python 3 between `int( x / y )` and `x // y`?
- Why does numpy floor_divide with infinity differ from true_divide
- What is the rule behind minus (-) number devide by (//) integer division
- np.floor_divide with 0 as denominator - no error on Mac
- Python Double Forward Slash Difference from Floor
- How to compute trunc(a/b) with only the nearest-to-even rounding mode?
- Exact double division
- Unexpected integer division vs. floating-point division result in Python
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Use GestureDetector to track mouse position.