FlutterForce — #Week 55

- styled_widget
Simplifying widget style in Flutter.
- 10 Flutter tools to be thankful in 2019
With the holiday season around the corner, we decided to list the 10 most useful Flutter tools that could skyrocket your Flutter projects. Thanks to the active Flutter community and awesome Flutter developers like yourself, there are many tools to choose from. So, dive in to your work with these helpful tools for Flutter and enjoy the holidays. from Codemagic
- Flutter — Google Maps — Drawing Routes with Polylines
- flutter_trianglify
Flutter library to generate beautiful triangle art views for android and ios
- Creating custom markers on Google Maps in Flutter
When it comes to showing maps in your Flutter application, there are two main options. You can either use flutter_map
which is a Leaflet implementation for Flutter and will work with a number of free and paid map providers, or use google_maps_flutter
if you want the more popular Google Maps.
- ChatBot in Flutter using Dialogflow
So, it’s been a while since Flutter is out there and its upsurge these days is phenomenal. The unparalleled performance of the framework is one of the reasons for its fondness among App developers other than the fact that it helps build cross-platform apps. from Aditya Syal
- Flutter Generated Dependency Injection — Kiwi Tutorial
Most of you are probably aware of packages like get_it or even provider which are amazing tools for doing basic and manual dependency injection. When your app is small, filling in a all of the constructor parameters yourself may not seem to be such a daunting task. Once your app starts to grow though and, as a proper programmer, you want to keep it clean by creating smaller sensible classes, doing it all by hand becomes a nightmare.
In this tutorial, you’re going to learn how to utilize the power of code generation together with the kiwi package to configure your dependency injection container in no time.
- ColorFiltered (Flutter Widget of the Week)
It’s easy to play around with color in Flutter widgets, and not just by modifying a color parameter. Check out the ColorFiltered widget, which lets you change and morph colors in weird and wonderful ways!
- Learn Binary by Building a Binary Clock with Flutter
Do you know how binary works? Learn the basics by building a binary Clock in Flutter. Build your own clock before the competition deadline on Jan 22nd, 2020.
- animated_overflow 1.0.0
A simple widget for animating overflowing content horizontally or vertically with fade.
- Don’t miss #AskFlutter live at Flutter Interact ‘19!
The #AskFlutter Q&A is coming to Flutter Interact!!
In between talks at Flutter Interact ’19, the Dart and Flutter teams will answer audience questions on the live stream, and you can give them a head start by posting questions now!
Just use the #AskFlutter hashtag on Twitter or leave a comment on this video, then tune into the livestream on December 11th for a chance to hear your name!
- Flutter InAppWebView Plugin
A Flutter plugin that allows you to add an inline webview or open an in-app browser window.
- State and Api Integration in Flutter — Flutter Web Tutorial Part 4
In this tutorial We take the existing Flutter Web app and add the provider architecture to it and also integrate a simple http request.
- Flutter : Issues, Bugs, and Backlogs
Managing feedback in a large open source project like Flutter from kf6gpe
- Making Your First Directional Animations with Built-in Explicit Animations
In this episode of Flutter in Focus, Andrew Fitz Gibbon introduces explicit animations in Flutter. We’ll take one example and learn how to use an AnimationController to gain a bit more control over your animations.
- Flutter Design Patterns: 7 — Facade
In the last article, I have analysed one of the behavioural design patterns — State. This time, I would like to represent a pattern which you have probably already used as a developer, but just did not realise that it is a design pattern at all. from Mangirdas Kazlauskas
- Flutter for Wordpress | Flutter Package
This library uses WordPress REST API V2 to provide a way for your application to interact with your WordPress website.
- Games in Flutter — Flame & Box2D Part 1
I really like video games. And I like to create and develop software. So I started a lot of attempts to give game development a try, even with the fact in my mind that I can’t even draw round circles on a sheet of paper…
During the development of my Game of Life clone in Flutter (linked below) I decided to start again — I welcome you to my first series of posts about how to get “real” game done, using Flutter, Flame and Box2d. from Christian Muehle
- Eric Windmill | It’s All Widgets! Flutter Podcast
Eric Windmill is a professional Dart developer, a contributor to open-source Flutter projects, and the author of FlutterByExample.com. His work is featured on Flutter’s own showcase page.
- How to Implement an Animated Gif Dialog Box in Flutter
In this tutorial, I will show you How to Implement Animated Gif Dialog Box in a flutter with help Giffy_dialog package which is very useful in a Customization of the Dialog box. A beautiful and custom alert dialog for flutter Which will help you to create beautiful Flutter Apps.
Thanks for reading!
Leave a comment below or tweet me if with any questions/suggestions, or adding resources.