Skip to content
June 23, 2022

Webapptiv Blog

Programmers Blog

  • Web design
    • WordPress
    • SEO
  • Software Development
    • Python Tutorials
    • Desktop Development Tutorials (C#, ElectronJS)
    • Web Scraping Tutorials
    • Flutter Tutorials
  • Learn English
  • Best Products
  • Office problems
Main Menu
Flutter Navigate to a New Screen
Flutter

Flutter: Navigate to a New Screen

December 6, 2018May 4, 2022 - by arunvasudev

In Android terms, our screens would be new Activities. In iOS terms, new ViewControllers. In Flutter, screens are just Widgets! let us see how to navigate the new screen. First …

Read More
Create Share button in Flutter
Flutter

Create Share Button in Flutter

December 4, 2018May 4, 2022 - by arunvasudev

Flutter plugin to Sharing Text, Link, content, etc from Flutter App through the platform’s share dialog. To Add ACTION_SEND for Android and UIActivityViewController for iOS. Install the package After creating …

Read More
Access Android Setting menu in Flutter
Flutter

Flutter: Access Android Settings Menu

December 4, 2018May 4, 2022 - by arunvasudev

This flutter plugin helps to open only on Android devices. The iOS section has not implemented this plugin. Add Package in Main Dart File At the main dart file enter …

Read More
Create Splash Screen in Flutter
Flutter

Flutter: Create Splash Screen

December 1, 2018May 4, 2022 - by arunvasudev

According to a recent survey, 50% of mobile users will stop using an app or Website that is loading for more than 3 seconds. So that you need to create …

Read More
How to create drawer screen in Flutter
Flutter

How to Create Drawer Screen in Flutter

December 1, 2018May 4, 2022 - by arunvasudev

As you all know drawer is a hidden side screen. If we tap the drawers icon it will open up a list. How to Create the Empty Drawer Now we …

Read More
flutter 101 tutorials
Flutter

Flutter 101: Basic Introduction

December 1, 2018June 1, 2021 - by arunvasudev

Flutter is an open-sourceĀ and free framework for creating a mobile application for both Android and iOS devices. It is developed by Google. This is one of the booming technology in …

Read More

Posts navigation

Previous 1 … 9 10

Recent Posts

  • 5 Best Python Drag and Drop GUI Builders
  • Using Python with VS Code – 3 Tips & Tricks Help You to Write Code Faster
  • Python Virtual Environment: How to Create, Activate, Use & Deactivate it
  • How to Run Python Program in Visual Studio Code (Terminal)
  • Python Tutorial for Beginners (Setup Python, VS Code & Run your first program)
Copyright © 2022 Webapptiv Blog.