Category: Flutter
Posts of Category: Flutter
Posts of Category: Flutter
Introduction to Flutter – New Mobile Application Development Technology
Introduction to Flutter – New Mobile Application Development Technology Flutter is already found in headlines of mobile app development industry. The popularity waves are no surprise as top known companies like...Learn MoreAndroidFlutterAndroid TutorialDev6 Reasons Why You Should Try Flutter as an iOS Developer
Flutter may be the best thing that happened to the mobile development scene in the recent past. It allows me to work faster, and more conveniently, and believe me, it might do the same for you. So, are you an ...Learn MoreNewsApp DevelopmentFlutteriOSMobileDevelopmentBlogDevIntroducing Pagination in the Syncfusion Flutter DataGrid
Paging is an important feature for loading large amounts of data and displaying it instantly in the DataGrid widget. It also provides easy navigation through the data. We at Syncfusion have developed the Syncfu...Learn MoreNewsFlutterAndroid App DevelopmentDartMobile App DevelopmentWeb DevelopmentBlogDevFlutter vs React Native vs Xamarin for Cross Platform Development
Cross platform app development frameworks allow you to run the same code on different operating systems. In this article, we examine why you might choose developing cross platform mobile apps over native develo...Learn MoreNewsreact nativeFlutterMobileMobile App DevelopmentXamarinBlogDevFlutter State setState, context, widget and mounted
The Classic State In the gif above, you see we’re going up through the three pages incrementing their individual counters along the way. There’s a number of buttons offered so to navigate up and down the routi...Learn MoreNewsMobile App DevelopmentAndroid App DevelopmentFlutteriOS App DevelopmentProgrammingBlogDevFlutter — BoxDecoration Cheat Sheet
centerSlice Property centerSlice is the same as 9 patch png in Android Studio. Is a technique used to scale the image in such a way that the 4 corners remain unscaled, but the four edges are scaled in one axis...Learn MoreNewsMobile App DevelopmentiOS App DevelopmentFlutterAndroidDevAndroid App DevelopmentBlogDevAdd a Tab Bar and Navigation Bar with iOS style in your next Flutter app
If you come from iOS and you are used to working with Swift you probably know it is super easy in xCode to add a Tab Bar in your app using the storyboard: you just drag it to your screen and voila it’s done! Th...Learn MoreNewsAndroid App DevelopmentMobile App DevelopmentiOS App DevelopmentFlutterBlogDevCalculate and run a Flutter migration project
Developing mobile apps with Flutter is a good choice for most projects that start from the scratch. But what about companies that are already run native apps? Does it make sense to migrate them to Flutter? How ...Learn MoreNewsProject ManagementSoftware MigrationFlutterMobile App DevelopmentBlogDevFirebase Google Authentication made easy with new Firebase Update.
Hey Guys, Today we are going to talk about the new firebase update from 30th September and how it changed Authentication methods. Firebase in the most recent upgrade changed the way Authentication was used in ...Learn MoreNewsAndroidGoogleiOSFirebaseFlutterBlogDevFlutter Login Tutorial with “flutter_bloc”
If you’re working on a Flutter app, odds are you’re going to need to implement login. In this article we’re going to walk through one possible way to implement a login flow which will end up looking something ...Learn MoreNewsMobile App Developmentsoftware developmentiOS App DevelopmentFlutterAndroid App DevelopmentBlogDevFlutter Animated Series (Animated Container)
Hello, friends welcome back to my second story in the Animated Series of Flutter Widget. My first story on Animated Align received a lot of appreciation in terms of reading. Around 2K views and 1K reads within ...Learn MoreNewsAnimationCodingProgrammingFlutterFlutter WidgetBlogDevFlutter: Custom Bottom Sheet Modal
Light Theme | Dark Theme Shortiacle Hi guys! Today I tell you how to build Modal Bottom Sheet (MBS) quickly; it’s a regular component usually used in applications. The full example you can observe on the git...Learn MoreNewsModalHandlebarsFlutterBottomsheetWidgetBlogDev