Mastering Mocks: A Deep Dive into Unit Testing with Dart

Introduction Welcome to the second part of the Unit Testing series in Flutter. Previously in the first part we discussed the basics of Unit testing and real life problems. This second part will be focused on Mocking custom classes for effective testi... https://sungod.hashnode.dev/mocks

Water Wave Animation in Flutter

https://github.com/raman04-byte/wave_animation

Let’s start First create a layout with a button import 'package:circular_animation/animation.dart'; import 'package:flutter/material.dart';

class HomePage extends StatefulWidget { const HomePage({su... https://raman04.hashnode.dev/water-wave-animation-in-flutter

Mastering Flutter Widgets — Part 1: The Building Blocks of Brilliance.

Have you ever dreamt of bringing your app ideas to life like a master architect, effortlessly constructing stunning UIs that mesmerize users? or ever wondered what separates a good app from a great one? The answer lies in the heart of every captivati... https://devf.hashnode.dev/mastering-flutter-widgets-part-1-the-building-blocks-of-brilliance

Customizing App Theme in Flutter

Code Use themes to share colors and font styles

To share colors and font styles throughout an app, use themes. You can define app-wide themes. You can extend a theme to change a theme style for one component. Each theme defines the colors, type sty... https://blog.shark.run/customizing-app-theme-in-flutter

Utilizing ObjectBox in Flutter

ObjectBox stands out as a high-performance and lightweight NoSQL embedded database crafted for Flutter applications. Tailored to seamlessly integrate with Flutter, ObjectBox provides developers with a reactive API and advanced features such as indexe... https://everythingflutter.com/utilizing-objectbox-in-flutter

Best Practices for Testing Flutter Apps

In the fast-paced world of mobile app development, ensuring the reliability and functionality of your Flutter app is paramount. Thorough testing is the key to delivering a seamless user experience and maintaining a competitive edge. As a provider of ... https://jacksomateo.hashnode.dev/best-practices-for-testing-flutter-apps

How to Implement 2D Scrollable TableView in Flutter

TwoDimensionalScrollView is a widget that combines the TwoDimensionalScrollable and TwoDimensionalViewport. It creates an interactive scrolling pane for content in both vertical and horizontal dimensions. However, using it directly is a bit challengi... https://canopas.hashnode.dev/how-to-implement-2d-scrollable-tableview-in-flutter

[Flutter] CocoaPods Installed But Not Working

When running flutter doctor return some weird error about CocoaPods [!] Xcode - develop for iOS and macOS (Xcode 12.2) ✗ CocoaPods installed but not working. You appear to have CocoaPods installed but it is not working. This can h... https://trinhlbk.dev/flutter-cocoapods-installed-but-not-working

Create an infinite list with Flutter and Riverpod

Infinite pagination is a common pattern since the rise of social networks. It allows to load more data when the user reaches the end of the list. This pattern is also called "infinite scroll" or "endless scroll".Here's a short video example of what w... https://apparencekit.hashnode.dev/create-an-infinite-list-with-flutter-and-riverpod

Using Syncfusion Flutter Charts in Your Flutter Project

Flutter offers a variety of tools and packages to create stunning and interactive charts for your mobile applications. One such powerful charting library is Syncfusion Flutter Charts. This package provides a wide range of charts that can be easily in... https://everythingflutter.com/using-syncfusion-flutter-charts-in-your-flutter-project


Chercher