Long time no see! It’s been a while since I’ve last posted something on my blog, and that’s been for several reasons, with the bottom line being that I’ve run out of ideas and haven’t really had the time to sit down and think about great blog post ideas.
I recently wrote a post about how to implement JWT Authorization in Flutter apps. I only considered the use case of writing a mobile app, so I recommended the use of the flutter_secure_storage package to store the tokens.
We are going to discuss how to display notifications using the flutter_local_notifications plugin.
As always with these posts, you can be sure you’ve got all of the basic knowledge you need by reading my Flutter book, but not all of you like that way of learning, so I’ll list the topics which are considered prerequisites for this post.
Photo by James Sutton on Unsplash
The series of posts about advanced networking topics applied to Flutter apps continues. As always, this is meant for people who already have a good understanding of Flutter and know how to use Flutter widgets and the basics of the http library.