
How to Handle Data Locally in Flutter
‘It’s a rare case when there’s no need of storing some sort of data in an app. Flutter provides various ways to do so. For some apps we just need...
I am a Flutter developer and designer, currently pursuing my Bachelors in Computer Science and Engineering at National Institute of Technology Agartala. I like making applications, tweaking scripts and designing stuff.
Building projects is a part of my life. I dont't take on a project unless I am sure that the end result would make me happy. As several irons in the fire isn't a good thing, If I cannot give 100% to something, I choose not to do it.
GitHubBlogging is just writing — writing using a particularly efficient type of publishing technology
Medium‘It’s a rare case when there’s no need of storing some sort of data in an app. Flutter provides various ways to do so. For some apps we just need...
‘RaisedButton’ is a widget used to create material design ‘raised-button’ in Flutter. It’s Material.elevation increases when the button is pressed. It adds dimension to otherwise flat layout buttons and gives...