FSuper FSuper can help developers build complex views quickly and comfortably. It supports rich text, rounded corners, borders, pictures, small red dots, and set up to two sub-components at the same time, and control their relative positions. Author:Newton(coorchice.cb@alibaba-inc.com) English | 简体中文 Like it? Please cast your Star ????! ✨ Features Rich corner effect Exquisite border decoration Naturally supports wonderful rich text Gradient effect More sense ..

Read more

A CICD tool for Flutter Automatically build, test, sign and release your Flutter app to both Apple and Google stores. Supports public and private build servers in the cloud (Travis, Cirrus, etc…) and in-house (Jenkins, GitLab, etc…). There are many steps involved each time an app, or an app upgrade, is delivered to both stores. ..

Read more

radiocom-flutter  This is a flutter application for Community Media Stations based in radioco APIs. Getting Started This app is supposed to be configurable. This app has a newsreader, live broadcast , podcast, photo gallery and integrations with twitter and facebook. Some screenshots Some screenshots of the iOS Flutter version Some screenshots of the iOS Flutter ..

Read more

newsfast A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance ..

Read more

Fwitter – Flutter Based Twitter Clone    A working Twitter clone wrote in Flutter using Firebase auth, realtime database, and storage. Download App Features App features is mentioned at project section Click here Messaging chat section status can be seen at here Dependencies  Click to expand Screenshots Welcome Page Login Page Signup Page Forgot Password Page Home Page ..

Read more

Flutter Samples Hello Flutter Splash screen in Flutter Fetching & Parsing JSON data Persistent Tab bars Collapsing Toolbar – Sliver App Bar Shared Element Transitions — Hero ScrollController and ScrollNotification App Clone - Android Messages Communication between widgets Animations / Foldable Page Animations / List-Detail Animations / Circular List/ App Clone / Twitter Profile Clone Custom AppBar & SliverAppBar ..

Read more

Flutter Gallery Flutter Gallery is a resource to help developers evaluate and use Flutter. It is a collection of Material Design & Cupertino widgets, behaviors, and vignettes implemented with Flutter. We often get asked how one can see Flutter in action, and this gallery demonstrates what Flutter provides and how it behaves in the wild. ..

Read more

flutter_slidable A Flutter implementation of slidable list item with directional slide actions that can be dismissed.  Slidable is now a Flutter Favorite package! Features Accepts primary (left/top) and secondary (right/bottom) widget lists as slide actions. Can be dismissed. 4 built-in action panes. 2 built-in slide action widgets. 1 built-in dismiss animation. You can easily create you custom ..

Read more

This is the official World Health Organization app. This repository is a work in progress and has not yet been medically reviewed. Until the app is ready, the general public should consult the WHO’s COVID-19 website. To everyone who has jumped in wanting to help: We are humbled at the outpouring of support we have received from ..

Read more

Buy Tickets Design The UI Challenge has written in flutter Described in the following post: Parallax effect in PageView Bottom sheet transition The design: The implementation: In home_page.dart you can replace ExhibitionBottomSheet with ScrollableExhibitionSheet to achieve see different implementation with full Listview. Download Source Code..

Read more

NumberPicker   NumberPicker is a custom widget designed for choosing an integer or decimal number by scrolling spinners. It is possible to use NumberPicker as a standalone widget as well as in NumberPickerDialog.  Getting Started Creating NumberPicker Widget new NumberPicker.integer( initialValue: 50, minValue: 0, maxValue: 100, onChanged: _handleChange) Creating NumberPickerDialog (use in material’s showDialog method) new ..

Read more

WeightTracker    Simple application for tracking weight. See Google Play for more details about this app! Getting started To build the app you need to create your own Firebase application according to guidelines on Firebase codelab. For android, you need to provide own google-services.json file. It is explained in codelab and here. Contributing Feel free to add issues with bugs or ideas. ..

Read more

Filter menu This is my first UI Challenge. I picked a design from Dribbble and implemented it in Flutter. The whole process of development is documented on my blog. Result On the left, you can see the design, on the right my result. Download Filter Menu App UI Source Code on GitHub https://github.com/MarcinusX/flutter_ui_challenge_f..

Read more

Flight search This is my second UI Challenge. I picked a Jhony Vino‘s Flight search design from 100 Mobile App UI Interactions and implemented it in Flutter. The whole process of development is documented on my blog. Result On the left, you can see the design, on the right my result. Download Flight Search APP UI Source code on GitHub https://github.com/MarcinusX/flutter_ui_challenge_fli..

Read more

Water Drop ???????????? A simple package for adding water drops to your Widgets! ????????????????????????????????????????Blog article with a detailed explanation:https://fidev.io/water-drop???????????????????????????????????????? Why? Why not?! How? Just wrap your widget in WaterDrop and provide params: Widget build(BuildContext context) { return WaterDrop( child: _StaticCard(color: Colors.green), params: [ WaterDropParam(top: 50, height: 70, left: 100, width: 50), WaterDropParam(top: 10, height: 100, left: 280, width: 100), ..

Read more

paging A Flutter package for paginating a list view Installation Add this to your package’s pubspec.yaml file dependencies: … paging: ^latest.version.here Usage First import paging.dart import ‘package:paging/paging.dart’; Simple to use. You can pass a type <T> as a parameter to the widget, by default dynamic is assumed. There are two required parameters: pageBuilder: requires a ..

Read more

The History of Everything The History of Everything is a vertical timeline that allows you to navigate, explore, and compare events from the Big Bang to the birth of the Internet. Events are beautifully illustrated and animated. The concept for this app was inspired by the Kurzgesagt video, Time: The History & Future of Everything. The ..

Read more

Reactive Programming – BLoC – Practical Use Cases and Patterns Source code of the article available on didierboelens.com This article introduces some practical use cases of the BLoC pattern: Event-StateSometimes, handling a series of activities which might be sequential or parallel, long or short, synchronous or asynchronous and which could also lead to various results, can ..

Read more

guillotine A simple animated menu that illustrates the article published on didierboelens.com Step by step explanation A full explanation of how to build such a game may be found on my blog. Download guillotine Source Code on GitHub https://github.com/boeledi/..

Read more

ReactiveButton A Widget that mimics the Facebook Reaction Button in Flutter. Step by step explanation A full explanation on how to build such Widget may be found on my blog: in English, click here in French, click here Getting Started You should ensure that you add the following dependency in your Flutter project. dependencies: flutter_reactive_button: “^1.0.0” You ..

Read more

WowSuchQuiz A very basic quiz app built using flutter for android. User authorization is managed using firebase. How to Use You will require flutter and the Android SDK to follow along. For the complete set up to start working with flutter please visit here: https://flutter.dev/docs/get-started/install Choose your operating system and proceed accordingly. Step 1: Download or ..

Read more

RangeSlider An extension of the Flutter Material Slider to allow selection of a range of values via 2 thumbs. Step by step explanation A full explanation on how to build such Widget may be found on my blog: in English, click here in French, click here Getting Started You should ensure that you add the following dependency ..

Read more

flutter-webrtc-demo Flutter WebRTC plugin Demo Online Demo: https://demo.cloudwebrtc.com:8086/ Usage git clone https://github.com/cloudwebrtc/flutter-webrtc-demo cd flutter-webrtc-demo flutter packages get flutter run Note If you want to test P2P Call Sample, please use the webrtc-flutter-server, and enter your server address into the example app. screenshots iOS Android Download Flutter WebRTC plugin Source Code on GitHub https://github.com/cloudwebrtc/flutter-w..

Read more

 Delern Spaced repetition learning system. Ideal for studying. The application works on the principle of flashcards. Features: Synchronized across all devices; Sharing with friend; Background colors for german cards; Available learning in offline; Markdown support. CI/CD Status (on master) Build and Deploy Flutter Build and Deploy Firebase Run Flutter Driver tests Flutter code coverage Create ..

Read more

flutter_pulltorefresh Intro a widget provided to the flutter scroll component drop-down refresh and pull up load.support android and ios. If you are Chinese,click here(中文文档) Download Demo(Android): Features pull up load and pull down refresh It’s almost fit for all Scroll witgets,like GridView,ListView… provide global setting of default indicator and property provide some most common indicators ..

Read more

pizza flutter app A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view our online documentation, which offers tutorials, ..

Read more