Eric

Results 17 comments of Eric

I'm encountering the same issue. I think `maxIncluded` and `minIncluded` in `AxisChartHelper.iterateThroughAxis` should be parameterised to give us the option to include the max and min value on the axes....

@imaNNeoFighT Two examples: - The top one is the one where axis values are printed in the same place twice, what I described [here](https://github.com/imaNNeoFighT/fl_chart/issues/906#issuecomment-1040409955). You can tell by the colour...

@imaNNeoFighT I agree with @teunklijn. I don't think min and max should be forced Like I mentioned above, adding `maxIncluded` and `minIncluded` parameters to `SideTitles` could be a good solution....

Yes, thank you @ColdSide1755, it is much easier to handle this in the new version. Great change @imaNNeoFighT!

- No the exception is never caught, so my log is not printed, only the one from`SQLiteLog`. - I don't really understand what you mean by this `It should not...

In addition to my first report i've found another query which does not seem to work in a transaction. I have a mixin on my DAOs to upsert my data....

You're missing `async` after main ```dart void main() async { WidgetsFlutterBinding.ensureInitialized(); await TimeMachine.initialize({'rootBundle': rootBundle}); runApp(MyApp()); } ```

Could you show the code how you are calculating the difference? Are you using `Period diff = end.periodSince(start);` or something else?

do this: ``` timeago.setLocaleMessages('ru', timeago.RuMessages()); timeago.setLocaleMessages('ru_short', timeago.RuShortMessages()); ``` https://pub.dev/packages/timeago/example

Unfortunately changing the global keys to normal keys is not an option. It is for the example, just not for my real code. I'm using this package https://pub.dev/packages/showcaseview which requires...