What's New in Appwrite's Storage

Appwrite comes with a robust storage service to help you manage files required for your application. Appwrite’s storage service provides API for uploading and managing files, manipulating images, getting image previews, and more. It has built-in secu... https://dlohani.hashnode.dev/whats-new-in-appwrites-storage

Efficiently Handling Large Files Upload and Download

Introduction Uploading files to remote servers is an essential operation for many applications. While developing a tool like Appwrite, it is crucial to efficiently handle the uploading of files to use it in their application without being concerned a... https://dlohani.hashnode.dev/efficiently-handling-large-files-upload-and-download

How to disable Screen Recording and Screenshots in Flutter apps

Introduction 📕 Privacy is one of the biggest concerns for a user while using any app. If you are building an app where you want the users to feel safe and secure then one of the first steps to make your app more rigorous is to prevent Screen recordi... https://cswithiyush.hashnode.dev/how-to-disable-screen-recording-and-screenshots-in-flutter-apps

Extension methods in Dart

Let's consider a dynamic list with few elements. List myList = ["mango", "apple", "guava"]; Let's consider you need to print the item at a specific index. For that index, we could do:

It simply prints mango in the console. Now, Let's consider ther... https://tejbikram.com.np/extension-methods-in-dart

Flutter Skeleton Wireframe

Here is the code. main.dart import 'package:flutter/material.dart';

void main() { runApp(const MyApp()); }

class MyApp extends StatelessWidget { const MyApp({Key? key}) : super(key: key);

@override Widget build(BuildContext context) { ... https://canerdemirciblog.hashnode.dev/flutter-skeleton-wireframe

Beginners Guide to Navigation and Routing in Flutter

Introduction In today's article, we will look at how navigation and routing between different pages work in Flutter. We will see two different routing types. Non-named and Named routing. There are some advanced routing methods, but we will be lookin... https://cswithiyush.hashnode.dev/beginners-guide-to-navigation-and-routing-in-flutter

Flutter: Add a donation button in under 5 minutes

Hello everyone, In this short article, I will show you how you can implement some of the most popular donation buttons in flutter to support your development. It's quick and easy, so you should be up and running in under 5 minutes, regardless of buil... https://somewhere.hashnode.dev/flutter-add-a-donation-button-in-under-5-minutes

Flutter Learning Path

I wrote a flutter starter kit to demo how to use flutter with useful plugins to build an App Store app. But, some developers ask me how to start with Flutter. Why choose Flutter? I finished my own Android App in 2018 early. After release, some user... https://ahmedsamir.hashnode.dev/flutter-learning-path

Flutter Logo Quiz Game

AndroidManifest.xml Internet permission. Above the tag.

pubspec.yaml http: ^0.13.4 flutter_dotenv: ^5.0.2 flutter_svg: ^1.... https://canerdemirciblog.hashnode.dev/flutter-logo-quiz-game

A Comprehensive Guide to Flutter-WebRTC

So, you want to establish real-time audio and video in your Flutter app. This is a common requirement for app developers, especially post-pandemic, since everyone wants to interact online almost as easily as they do in real life. This content was or... https://100mslive.hashnode.dev/a-comprehensive-guide-to-flutter-webrtc-cl10pun0z01ekl4nv77kdalct


Ricerca