Pran

Results 21 comments of Pran

@oli-g-sk your solution worked perfectly! thanks!

@Nogias9x I found that if you change your text to `sentFrom:"Harry Potter,Hermione Granger,Ron Weasley" you are a wizard` then it works fine. Aka, remove the double quotes between the names.

If you are allowing users to upload content: 1. When launching the app, make the user agree to an EULA which can be presented in a textview saying they agree...

how did you guys integrate this library in your project? I put it in build.gradle but getting error "Failed to resolve: com.fivehundredpx:blurringview:1.0.0"

Is this abandoned? Can this be merged?

@wanasit From what I understand, `monday` doesn't describe a date, it only specifies a `day`. It neither has date, nor time.

i was facing this same issue and ended up using a pretty nasty workaround. I added libcurl to my app and curl for the url to see if it's a...

@lavinov-mercury Can you please explain how you used your code in [flutter_sticky_header](https://pub.dev/packages/flutter_sticky_header)?