FlutterForce — #Week 83
- dough
This package provides some widgets you can use to create a smooshy UI.
- A gRPC server written in Go, with a Flutter frontend
Demonstration of the gRPC protocol with a Go server and a Flutter client.
- GhostRigger
A cyberpunk puzzle game using Flutter and Flame
- Pinger
Ping command utility app made with Flutter.
- sounds 1.0.0
Sounds is a fork of the Flutter Sound project. Sounds is almost a complete rewrite of the dart code from Flutter Sound
- cyclop
A flutter color palette with an eyedropper ( on mobile & desktop )
- Syphon
A matrix chat client built in flutter using redux and hive
- Tidy App ♻️
An eco friendly app, keeping your friendly neighbourhood clean. Made with ❤️ from London. Available on iOS and Android. Created as part of Google Flutter hackathon #Hack20.
- Building beautiful UIs with Flutter and CodePen
Join Zoey, Alex and Mariano to discover how you can create beautiful UIs on CodePen’s new Flutter editor.
- Announcing EzAnimation
Flutter offers stunning simplicity in aspects like building UI and the overall process of app development. Some sorts of animations such as implicit animations are also very easy to use and do not require any knowledge of animating objects. However, building explicit animations in the normal way is a concern I have often heard and I decided to do something about it. by Deven Joshi
- recyclomedia
Recyclopedia is a vintage inspired digital platform that aims to save the planet from the pollution which is the major threat to the functioning of earth.
- cubit
Cubit is a lightweight state management solution. It is a subset of the bloc package that does not rely on events and instead uses methods to emit new states.
- Flutter Clutter
In many apps it’s common to have a short tutorial that guides the user through the basic functions of the app. There you often find a semi-transparent overlay that covers everything except the part of the app that is being explained and which you are supposed to interact with.
- Flutter vs React Native vs Native: Deep Performance Comparison
Let’s compare FPS, CPU, Memory, and GPU performance of popular mobile development tools on everyday life tasks. by inVerita
- Top 10 Flutter Talks — Recap Flutter Day 2020
This is a small recap about the last week in the Flutter Universe here you can find our personal top ten talks that we enjoyed the most. So feel free to check them out!
- Widget Testing With Flutter: Getting Started
In this tutorial about Widget Testing with Flutter, you’ll learn how to ensure UI widgets look and behave as expected by writing test code.
- Dart Null Safety: The Ultimate Guide to Non-Nullable Types
The introduction of Null Safety in Dart 2.9 marks a major milestone for the language. Null Safety helps you avoid an entire class of problems, and enables some performance improvements.
This article outlines what’s changed, and shows how to use the new Null Safety features by example.
- Package:async (Package of the Week)
If you’re coding with Dart, you’ve probably used the SDK’s built in async support for things like Streams. Did you know there’s also an async package, with a bunch of useful additions?
Thanks for reading!
Leave a comment below or tweet me if with any questions/suggestions, or adding resources.