Skip to content
tejsumeru-logo

Tejsumeru

Thoughts Become Reality
  • Home
  • Tutorials
    • Java
    • C language
    • Python
      • SciPy
    • C++ Language
    • PHP
    • Data Structure
    • Kotlin
    • Go Lang
  • Interview Quetions
  • About Us
tejsumeru-logo

Tejsumeru

Thoughts Become Reality
  • Home
  • Tutorials
    • Java
    • C language
    • Python
      • SciPy
    • C++ Language
    • PHP
    • Data Structure
    • Kotlin
    • Go Lang
  • Interview Quetions
  • About Us
custome-appbar-flutter

Custom Appbar With Profile Details In Flutter

  • tejsumeru.12@gmail.com tejsumeru.12@gmail.com
  • Flutter, Tutorials

Hello guys, In this article we are going to see how to implement custom appbar with profile details inside it. Taken the reference from the Stack Overflow, where they discussing about the custom App Bar in flutter. So finding the solution for the same. First… Read More »Custom Appbar With Profile Details In Flutter

custom-edittext-flutter

How to make custom TextField in Flutter

  • tejsumeru.12@gmail.com tejsumeru.12@gmail.com
  • Flutter, Tutorials

Hello guys, In this article we are going to see how to make custom TextField in flutter. The below method will return the custom TextField that have custom design as per our requirement. It sets end icon with specified icon.

7 Reasons Why To Use Flutter?

  • tejsumeru.12@gmail.com tejsumeru.12@gmail.com
  • Flutter, Tutorials

What is Flutter? Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. You can also embed Flutter! Let’s see the reasons why to use flutter. Fast Development Stateful hot reload allows you to change… Read More »7 Reasons Why To Use Flutter?

Flutter Counter – Bloc Pattern

  • tejsumeru.12@gmail.com tejsumeru.12@gmail.com
  • Flutter, Tutorials

In this article, we are going to build counter app using bloc pattern. First of all create the new project called flutter_counter. Now open pubspec.yaml file and replace with below code. And then install all of our dependencies by clicking on flutter packages get Project… Read More »Flutter Counter – Bloc Pattern

Text To Speech Converter Using Flutter

  • tejsumeru.12@gmail.com tejsumeru.12@gmail.com
  • Flutter, Tutorials

Hello guys, Today we are going to develop application that convert text to speech using flutter. For this we are going to use Flutter tts package. You can get more information about this package in following link. Text To Speech For video tutorial you can… Read More »Text To Speech Converter Using Flutter

Navigation Drawer (Sidebar) Using Flutter

  • tejsumeru.12@gmail.com tejsumeru.12@gmail.com
  • Flutter, Tutorials

Hello guys, Today we are going to learn how to implement navigation drawer or side bar using Flutter. In this article we are implementing basic side bar, in upcoming articles we are going to learn material sidebar. So let’s get started. First, create new flutter… Read More »Navigation Drawer (Sidebar) Using Flutter

List Builder In Flutter

  • tejsumeru.12@gmail.com tejsumeru.12@gmail.com
  • Flutter, Tutorials

Hello guys, Today we are going to learn how to implement ListView.builder() in flutter. As we know that in android developement when we have list of items and required to list out in screen we are using adapter for that purpose, similar manner in flutter we… Read More »List Builder In Flutter

Simple Calculator Using Flutter

  • tejsumeru.12@gmail.com tejsumeru.12@gmail.com
  • Flutter, Tutorials

In this article, we are going to learn how to make simple Calculator android and ios application using flutter. For this purpose we are using two library which are given below. material.dart math_expressions.dart First library is used in any flutter application for GUI purpose, and… Read More »Simple Calculator Using Flutter

Recent Post

  • Step-by-Step Guide to Installing and Configuring Java SpringBoot
  • Setting up SpringBoot for Java Development: Tips, Tricks, and Best Practices
  • Integrating ChatGPT API into Your Android App: A Guide to Building Cutting-Edge Chatbots
  • What is Android Jetpack Compose: An Introduction to Google’s UI Toolkit
  • Efficient Java Microservices with Quarkus: A Guide to Setting Up the Framework




Copyright © 2018 Tejsumeru