FlutterForce — #Week 116
Production of FlutterForce — #Week116 supported by Localazy.com, the modern way of multilingual development for Flutter apps
- ExpansionPanel (Widget of the Week)
Want to create a list of items that expand to show more details? The ExpansionPanel widget will expand when tapped on to show more information, for those times when the details don’t justify an entirely separate view.
- Flutter Tutorial — Selectable DataTable
Create a selectable DataTable with Flutter, to select individual rows within your table.
- payu_payment
Simple PayU integration for Flutter.
- A Deep Dive Into Widget Testing in Flutter : Part I
Understanding the Ins and Outs of Widget Testing in Flutter
- pixel_perfect
Put a semi-transparent image with the design over the top of the developed layout. It helps you to compare original design and current page.
- Why I’m building a GraphQL course for Flutter developers
I recently made the decision to create a course that teaches developers how to leverage GraphQL in their Flutter applications.
The idea for the course emerged during my recent experience working on a Flutter project that primarily used REST APIs but could have benefited greatly from embracing GraphQL.
- Hot reload?! | Decoding Flutter
We all know and love Flutter’s Hot Reload, but why does it sometimes seem like hot reload isn’t working? Learn how hot reload works, and when a hot restart is necessary instead!
- phone_numbers_parser
Dart library for parsing phone numbers. Inspired by Google’s libphonenumber and PhoneNumberKit for ios.
The advantage of this lib instead of libphonenumber is that it instantly supports all platforms (no need for channeling).
- Introducing the New Flutter Linear Gauge Widget
We at Syncfusion are very happy to announce the availability of the new Flutter Linear Gauge widget in the 2021 Volume 1 release. The Flutter Linear Gauge is a vivid data visualization widget that displays data on a linear scale in either horizontal or vertical orientation.
- Ep. 018 — Null Safety | Flutter Processing
Today, we refactor flutter_processing to make it null safe.
- Adding Google Maps to a Flutter app
I can’t imagine what life would be like without Google Maps. We use it for everything from finding directions to a destination, to searching for a nearby restaurant or gas station, to just zooming in and out of the map to see the street view of any location on the planet.
Adding Google Maps to your mobile app can open up a whole new world to your users — literally. In this tutorial, we’ll show you how to use the official plugin for integrating Google Maps in your Flutter app.
- Flutter Carousel with WordPress Custom API
In this video, we learn how to Create Custom API to make Dynamic Carousel with Wordpress and Flutter.
- How to Implement Beautiful Charts in Flutter
In this article, we are going to learn how to implement beautiful charts in Flutter. Charts are a great visual way to represent any type of data, be it statistical data, financial data or stats. We are using charts in a lot of our Flutter app templates, and we are going to describe how we implemented them.
- responsive_sizer
Responsive Sizer helps implement a responsive layout by providing helper widgets and extensions.
- Explore Confetti Animation In Flutter
There are loads of ways Flutter makes it simple to make animations, from essential Tweens to Implicit Animations that are incorporated directly into the structure. Furthermore, assuming those don’t meet your requirements, there are third-party solutions that do almost anything you can envision. From rotations to blurs, size changes, and even animations where one Widget flies, starting with one page then onto the next, Flutter makes it simple!
- Memory Game
Improve your focus, attention, concentration, reflexes, speed of thinking, logic, and much more. Playing memory games is the best way to exercise your brain and keep your brain fit.
- Logging, The Expert Way
There is a proliferation of logging plugins and almost the same amount of alleged expert ways to implement logging in Flutter Application projects. This is my expert way to log in Flutter application projects based on the application development process and in-depth knowledge of how dart and flutter work.
- flutter_mockitory
The purpose of this package is to help test Flutter apps with fake data, but without changing the code.
With Mockitory you can mock data layer using the app itself by adding flutter_mockitory
widgets.
- Flutter Animations
A collection of Animations that aims to improve the user experience for your next flutter project. Built by Ezaldeen SAHB I hope that these sample can help you in your real projects or just for the purpose of learning and inspiration.
- How to Schedule Background Tasks In Flutter?
In a native android application, we can schedule our background tasks using the work manager or alarm manager. So, in this article, we will go through How to Schedule Background Tasks In Flutter.
Thanks for reading!
Leave a comment below or tweet me if with any questions/suggestions, or adding resources.