FlutterForce — #Week 154
--
- native_drag_n_drop
A package that allows you to add native drag and drop support into your flutter app.
- From Native to React Native to Flutter
This post covers our journey and experiences with each of the frameworks, and why we finally bet on Flutter even when it was bleeding edge alpha technology. It also illustrates the thought process and our first-principle based approach that enables just two mobile developers to build and maintain multiple financial apps used by millions of people.
- (Line by Line) How to code beautiful UIs • Flutter Tutorial
This is made using FLUTTER! The code is cleanly structured so that you can hook up any backend to this UI.
- How to Draw Charts in Flutter
It’s not a secret that apps collect user data. Insight into some of that data is also available for app users to see. An efficient way to present the information is by using visuals, specifically graphs and charts.
- How to develop and distribute Flutter apps and deploy them to iOS
Learn from this post how to build iOS apps on Linux
- wupper
Dart Web UI Framework based on HTML Elements inspired by Flutter
- Exploring Flutter as a React Developer
In this blog post I want to share my experiences during my first steps with Flutter, show you some things which felt familiar for me as a developer working mainly with React and also tell you a little about some features of Flutter and Dart which really impressed me. by Eugen Sawitzki
- Firebase Authentication in Flutter (The Boring Flutter Development Show, Ep. 55)
In today’s episode of The Boring Flutter Development Show, Fitz is joined by Firebase Software Engineer Frank van Puffelen. Fitz and Puf will take a look at handling Firebase authentication errors, async/await, and much more!
- Full Stack Flutter: Create a Flutter Search Screen with Super Fast Full Text Search
A single search screen in Flutter with a search field at the top and a list of search results below as beautiful, randomized color gradient grid items. As the user types, we kick off a backend search against a real database, returning the results to the user.
- How to build your own slide puzzle! :: Flutter Puzzle Hack :: Volume 1 of 4
By now you’ve probably read through the Flutter Puzzle Hack challenge and are already thinking of how to push your creativity to new limits. Watch Bart, the developer behind the puzzle source code, to learn how he implemented the puzzle and get some ideas for your own project.
- App Building Learn Architecture Load Dependency
You will learn the architecture of a flutter app where you load dependency, create or build Api Client, Repository, and loading controllers. This is important for building an efficient app. We load all the dependency in a function called init(). So we covered the most basic knowledge for building app.
- Flutter Bloc (v8): Google Sign In and Firebase Authentication — 2022 Guide
A blog around using Firebase Auth and BLoC Architecture to authenticate users with email/password and Google Sign In.
- OAuth in Dart (from scratch)
If you’ve ever encountered a screen that asks you to grant access to some third-party service, it’s probably using OAuth.
- poultry
A poultry farm management app built to help farmers manage poultry releated farm activies.
- The dark side of Flutter: 4 inconveniences that every Flutter developer should know
Flutter is one of the best cross-platform technologies for building mobile apps, but it also has its drawbacks.
- Cross-Platform file downloads using Flutter
Hi there, in this article I want to share a solution that I couldn’t find before regarding file downloads using Flutter. The problem is already solved for each particular platform but there is not a standard solution for cross-platform applications (including web).
- Localize your Flutter packages
Flutter’s basic blocks are reusable widgets. You create a widget and you can use it everywhere in your application.
But what happens when you have multiple applications and you want to use the same widgets? You can create a Flutter package, which can be shared amongst your project and with everyone else by publishing it on pub.dev.
- CollAction Application
CollAction cross-platform mobile application (iOS / Android).
- 5 Quick Steps to Add Image in Flutter
“A picture is worth a thousand words”. Isn’t it true? Pictures/Images help us understand complex things in an easy manner. In fact, the Internet would be a boring place without images. Every app/product that we use is incomplete without images. You might have started working on your new project or your new project might be completely based on images. So in this tutorial, we’ll learn how to add image in Flutter app.
Thanks for reading!
Leave a comment below or tweet me if with any questions/suggestions, or adding resources.