Skip to content
  • android
  • Flutter
  • Kotlin
  • Firebase
  • Laravel
Droidmonk
Learn Android with Java and Kotlin
 
  • android
  • Flutter
  • Kotlin
  • Firebase
  • Laravel
Home Archive for category "Flutter"

Category: Flutter

Flutter

Display a list in Flutter

What are we going to build? We are going to create a simple app to demonstrate how to display a list of items in Flutter. What would you have by the end of the lesson/video/article: A simple app with three screens. The home screen will have three texts on a …

Continue reading"Display a list in Flutter"
Firebase, Flutter

Display list of items from Cloud Firestore(Firebase)

Create a new dart file in lib : recipes.dart Create a stateless widget inside the above file class Recipes extends StatelessWidget {} Return a Scaffold with an AppBar from the build function Add a StreamBuilder to the body of the Scaffold StreamBuilder(stream: ,builder: (context,snapshot){} ) Provide the reference of the …

Continue reading"Display list of items from Cloud Firestore(Firebase)"
Firebase, Flutter

Setup Firebase with a Flutter app

Add Firebase to your Flutter app Create a Firebase project Register your app with Firebase Create a Firebase android app inside the Firebase project Add apps’s package name Add app nickname Add SHA-1 fingerprint ( cd android && ./gradlew signingReport ) Add a Firebase configuration file Download the google_services.json file …

Continue reading"Setup Firebase with a Flutter app"
Flutter

Flutter: Create a simple splash screen for Android

The Android system takes some decent amount of time to initialize the app’s processes. In case of an app created with Flutter there is additional initialization work involved for the Flutter engine to start. So the following two events occur before the user can the first screen of the app: …

Continue reading"Flutter: Create a simple splash screen for Android"
Flutter

Flutter: How to Build Intro Slider for your App

Watch the video tutorial: The steps involved are: Create a new Flutter project Create a new stateful widget MyApp in main.dart Create a new stateful widget IntroSlider Create a new Widget EachPage Create an Indicator widget for the PageView Create a new Futter project, remove the existing code of the …

Continue reading"Flutter: How to Build Intro Slider for your App"




Recent Posts

  • Middleware to verify ownership
  • Password reset
  • Email Verification
  • Delete a product ad
  • Edit a product ad

Categories

  • android
  • Basics
  • Firebase
  • Flutter
  • jetpack
  • Kotlin
  • Laravel
  • Login
  • Uncategorized
Back to Top
©droidmonk.com
Powered by Fluida & WordPress.