FlutterForce — #Week 81

Ümit Duran
Flutter Force
Published in
5 min readJun 21, 2020

- Google to Microsoft: Help us bring Flutter apps to Windows 10, 10X and Surface Duo

Google seeks “close collaboration” with Microsoft to improve Win32 and UWP support.

Microsoft’s Windows 10X Surface Neo looks to be delayed, but its Android Surface Duo dual-screen smartphone may arrive before the 2020 US holiday season — and Google’s designers behind the Flutter UI framework are gearing up for its release along with other Windows10X devices.

- Flutter and Desktop Apps

It’s no secret that our mission for Flutter is to target a broad variety of devices — including iOS, Android, Windows, Linux, macOS, and web — from a single codebase, with native compilation and game-quality visuals. Within Google Flutter is used by projects from Assistant to Stadia, from Cloud Search to Blogger. And outside of Google, Flutter has been adopted by companies from ByteDance to Grab, from Nubank to MGM Resorts, all of whom benefit from the productivity and flexibility of Flutter.

- Flutter UI | Firebase Tutorial | How to make a clean Login Screen and Login with Firebase Auth

- Flutter Mask detector:Mask detection from camera/photos

A flutter app with tensor flow lite image classification model to detect masks

- Everything is a Widget but don’t put everything in a Widget!

As a Flutter developer I’m sure you heard about this popular sentence: “Everything’s a Widget” at least once in your dev life. It’s kind of the Flutter’s catch phrase and it reveals the inner force of this extraordinarily good SDK! by Romain Rastel

- Building an end-to-end system in dart using grpc* & flutter(Part 1)

Let’s say you want to build a simple system where people can search for hospitals. Your app needs to request the server for a list of all hospitals and also you want to search for hospitals.

For the hospital object, you would need a name, coordinate(x,y), region its in and let’s say the type of hospital(e.g private or public). by bett dougie

- mvvm_builder

mvvm_builder is a Flutter plugin to help you implement MVVM design pattern with flutter. MVVM = Model — View — ViewModel

- Flutter Developer Roadmap 2020

The purpose of this roadmap is to help beginners to become a complete Flutter Developers and also to help skilled developers to improve their knowledge.

- Animated Selection Slide

This flutter project allows you to make your choices with animation in inbox. For UI, it’s inspired by the great example on dribbble! It’s not perfect. But it will be better.

- Develop Blockchain Applications with Flutter & Ethereum

A small instruction on how to write a Flutter app that can create transactions for Ethereum smart contracts. by Christopher Marx

- Instagram like in-app notification — Flutter

Welcome! Today we will learn about: How to add Instagram like in-app notification. by TheBoringDeveloper

- Flutter: Refresh on Navigator pop or go back

First of all we need to understand how we go back in flutter. Once we understand the pattern of going back then we will figure out the solution.

- Releasing your Flutter desktop application

So you built your first Flutter application and released it on the AppStore for iOS devices and Google Play for Android devices. Then you wanted to reach a larger audience and targeted web, so you released it with static hosting. But you still want more. If you want the performance of mobile but the responsiveness of web, desktop is the answer.

- Must have tools for a Flutter dev

I’m enlisting the most usefull and popular tools for development with Flutter. undoubtedly , these will boost your productivity by a 110% !

Thanks for reading!

Leave a comment below or tweet me if with any questions/suggestions, or adding resources.

--

--