Category

Flutter
Flutter SQFLITE: SQFlite is a plugin used in flutter to  perform database operations in flutter for both Andoid and IOS  apps. using sqflite we are performing CRUD operations. In flutter we are using helpers for insert/query/update/delete queries. DB operation are executed in a background  on iOS and Android. sqflite automatically updates version at the time...
Read More
Flutter SharedPreferences: In Android we used key-value pairs to store small collection of data by using SharedPreferences API. But In Flutter,  this functionality can be performed by using the Shared_Preferences plugin. This plugin In Flutter wraps the functionality of both Shared Preferences for Android  and NSUserDefaults for IOS. This plugin is used to store persistent...
Read More
Flutter Layout Widgets: In Android  whenever we required a layout  we writes code in xml file  and loads it into the activity or java class. But in flutter we are not using layout xml file instead of this we are using ” WIDGETS ” and widgets are nested or it is also called widget trees....
Read More
Intents in Flutter OR Flutter Intents: In Android, there are two main use cases for Intents: navigating between Activities within the app and communicating with components within the device. Flutter,  there is no concept of intents, But we can start intents functionality in flutter through native integrations by using plugins. Flutter doesn’t really have a direct...
Read More
Flutter First App: Creating First Flutter App: We will create Flutter App in three different ways by using following ways given below : Android Studio VSCode Terminal and Editor Creating flutter App Using Android Studio: Open Android Studio as Administrator in windows and the follow the steps below: Select File > New Flutter Project (here it...
Read More
  What is Flutter? Flutter is a mobile app SDK developed by google for building high-performance, high-fidelity, apps for iOS and Android, from a single code means  same code is used for both the apps. Flutter enable developers to deliver high-performance apps that feel natural on different platforms like IOS and Android. There is no...
Read More
1 8 9 10

Categories