James McIntosh

Results 45 comments of James McIntosh

@tejainece @jaumard When inserting into the table the following error is shown in the Android log **table my_table has 15 columns but 14 values were supplied** The `insertMany()` code uses...

@avioli I've mocked up a stripped down version based my "real-world" implementation. There are a couple of comments in there but feel free to ask any clarification. https://github.com/JamesMcIntosh/uni_links/blob/widgets-binding-observer-example/uni_links/example/lib/main.dart Using `LinkObserver`...

@Andranjo97 @fauzipadlaw Looks like you both have uni_links and **uni_links2**. Did you add uni_links2 while waiting for the last release to come out and forget to remove it? To fix...

@fauzipadlaw you can see from these two lines that in the build folder both of them exist in your project. I would recommend switching back to `uni_links` dependency, then do...

@Andranjo97 What happens when you run `flutter pub pub dependencies | grep uni_links -A1`? This is what you should see: ``` |-- uni_links 0.5.1 | |-- uni_links_platform_interface 1.0.0 | '--...

> @fauzipadlaw a workaround was actually using the `uni_links2` library instead of using the `uni_links` dependency. With that I got a successful build I wouldn't recommend using it for anything...

@radvansky-tomas I've updated my PR with code formatting and the couple of changes you made, I did notice that in your branch you reverted DateTimePickerWidget._changeMinuteSelection change which I think will...

Hi @dylanwuzh, just wondering if you are going to test/ review this pull request? I'm not actively using this library at the moment but and happy to finish getting this...

@dylanwuzh Are you going to merge this PR?

@crazecoder Can you please publish a new release as this is already in the master branch?