Writing for 30 Days Straight

I was always looking for a way to express myself in a creative manner. This urge to create came after devouring large amounts of knowledge. I was reading books, completing courses, and listening to…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Flutter Weekly Issue 41

Full screen menu for Flutter apps to give a user a broad variety of variants in beautiful way

A grid-based layout system for Flutter, inspired by CSS Grid Layout

Displays a highly customizable week view (or day view) which is able to display events, to be scrolled, to be zoomed-in & out and a lot more !

Dart utils Extension functions Flutter package for Basic dart extension functions.

A collection of codemods to upgrade your RxDart code from one version to the next

A Flutter widget to use Echarts in a reactive way.

SonarQube plugin for Flutter / Dart

MPAndroidChart Flutter version

Chain programming, not widget nesting constructors. Get rid of the nested hell with shiny extensions, now!

This is a clock display that uses exclusively the Flutter Canvas to draw everything you see on screen. That means that there are no assets, no plugins, and not even prebuilt widgets used, i.e. every RenderObject in the tree is custom made by me.

A Flutter package for accessing the Google Fonts API

A package containing the most ~5000 used English words and some utility functions.

A Flutter plugin to retrieve and manage contacts on Android and iOS devices.

a library for pretty and realistic shadows, dynamic light positions, extremely customizable shadows, no library dependencies, text or box shadows based on content.

Open source Flutter package, bar indicator made of a series of selected and unselected steps

Plugin for Flutter to check and ask for Notification Permissions

Render After Effects animations natively on Flutter. This package is a pure Dart implementation of a Lottie player.

Flutter library that handles BLE operations for multiple devices.

Hot reloader for Dart

A wrapper that provides draggable manipulation of a widget’s size to test it’s responsive design.

A Flutter ListView that implicitly animates between the changes of two lists with support to reorder its items.

An auto-suggest engine for Dart/Flutter, based off an optimized Trie implementation.

An example of how to use the navigation rail.

an application made for cocktail lovers to help them discover new cocktails and find cocktails based on the ingredients they have.

Official mobile app of Flutter Europe 2020 conference

The expense sharing app — made with Flutter, Firebase and ❤️. Keep track of what your friends owe you for that pizza you agreed to split; or rent; or whatever it might be. Tabs makes it simple.

获取新肺炎实时动态App,支持Android和IOS。

Here’s a Tinder Gold redesign concept for the popular dating app made with Flutter.

My entry for the Flutter Clock Face Contest

A simple File Explorer(Still very buggy) made with Flutter.

🤖Autogenerated state management and dependency injection with inherited widgets

Add a comment

Related posts:

My experience with TDD and how to implement it in a project

TDD is an acronym for test-driven development, which is defined as a software development process that relies on the repetition of a very short development cycle: requirements are turned into very…