xamantra

Results 14 comments of xamantra

This is an interesting idea. Currently, there's no available method for this. But this is possible. Will look into it.

Oh, I never tried flutter web and I also never tested momentum on it. If that's the case with browser URLs, momentum doesn't support it yet.

Oh yeah. The package is production-ready with 100% test coverage. I'll upload the latest commit from the dev branch to pub.dev now...

@dkohout version 1.3.2 is now available in pub.dev. There's a formatting issue because I forgot to run `dartfmt -w .` command. But it shouldn't affect anything. https://pub.dev/packages/momentum/versions/1.3.2

**+1** we really need this feature.

Think about `copyWith(...)`. The dart migration tool treats the copyWith parameters as non-nullable. I had to manually put question marks to each of the parameters _(sorry I'm bad at regex)_....

dart **_code generation_** packages.. stopped using since 2019. especially with localizations. I just personally hate it. the explanation would be too long. It's based on experience. also, not all people...

I don't plan on updating this repo itself. But I'm rewriting Momentum's readme and making a completely new example app: ![image](https://user-images.githubusercontent.com/37391380/105900308-d3b15400-6056-11eb-8f9b-7f694761844e.png) This app will contain different example pages. I'm planning...

Oh sorry! I forgot. I updated momentum and deprecated a lot of methods/classes. Yeah, I'll fix this repo to remove all deprecated calls.

I've updated the momentum version in the project and fixed all errors and deprecated calls.