We can have the images in our assets folder and we are fetch image and Load image from assets folder. It’s take a time to load, Here is a function in Flutter that helps us to do fast — precacheImage() Many times it happens that your images from local assets take…
View More Load your image assets faster in Flutter!Tag: Flutter Source Code
Login-Signup with Validation and Animation
In current age, Most of mobile apps have Login-Signup. So Login and Signup is needed functionality for all mobile apps. So we are trying to implement Login/Signup UI with validation and animation. It’s simple looks but attractive and useful in all apps. You can Download Source Code via Github. Animation You…
View More Login-Signup with Validation and AnimationFlutter App Bar with icon, Title and Actions link
It is very common to have App Bar in mobile apps, most mobile apps have app bar. We also known as action bar in mobile apps. App Bar or top App Bars is a collection of widget located at the top of the app, for wrapping our app’s title, icon…
View More Flutter App Bar with icon, Title and Actions linkFlutter Scale UI according to different screen sizes
Since we have full control on all the pixels, we might want to draw a rectangle like this. We have a rectangle, but now, look at what happens if we display it on an iPhone 5s (4″ Display) and on an iPhone XS Max (6,46″ Display). You can Download Source…
View More Flutter Scale UI according to different screen sizesDynamic Theme
In current Age, All mobile App have duel theme. Here we introduce change App theme dynamically. Theme change on button click. You can Download Source Code via Github. Implement theme Light theme Dark theme Change theme You can Download Source Code via Github.
View More Dynamic ThemeFlutter Google Map Live-Tracking using Firebase
In current world of mobile application Live location tracking is very useful function. It would be better if we can track live location without server, Then we can use Firebase as back-end. You can Download Source Code via Github. Form here we start to implement, First we add lib file in…
View More Flutter Google Map Live-Tracking using Firebase