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 ..
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. ..
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 ..
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 ..
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 ..
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 ..
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. ..
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 ..
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 ..
covid19 A Covid19 app that shows all the statistics about it. It fetches the most recent data about coronavirus cases from across the world and shows them in simple and easy to understand interface. It also gives the report of a particular country, which you can select. It also has a refresh button that will ..
Flare Flare offers powerful realtime vector design and animation for app and game designers alike. The primary goal of Flare is to allow designers to work directly with assets that run in their final product, eliminating the need to redo that work in code. Libraries There are two Dart packages provided in this repository. flare_dart and flare_flutter. Most of ..
Clima ☁ Our Goal The objective of this tutorial is to learn about asynchronous programming in Dart. We’ll look at how to carry out time consuming tasks such as getting device location and networking to get data from the internet. What you will create We’re going to make a weather app inspired by the beautiful ..
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..
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 ..
BMI Calculator Implementation of Johny Vino‘s design. Design(s): Implementation: Download BMI Calculator App Source Code on GitHub https://github.com/MarcinusX/bmi_..
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. ..
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..
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..
Registro Cross-Platform application for the LampSchool Registry (iOS and Android compatible) Android app – on Play StoreiOS app – on App Store ScreenShots Download LampSchool Source Code..
Covid19Stats It’s a simple app to visualize charts and statistics about the current Covid-19 emergency.It’s developed using Flutter and some plugins such as LiquidPullToRefresh and FlChartsAll the data visualized in the app is taken from the website Worldometers ???? Screenshots First Page Select Page Country without Charts Country with Charts Download Source Code..
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), ..
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 ..
eCommerce A complete Flutter E-Commerce Book Store application built using firebase as the backend. Features Add or remove item in cart Search products Add Address Payment through UPI Firestore Backend SignIn using firebase Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is ..
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 ..
Streams – BLoC – Reactive Programming Sample application to illustrate the article available on didierboelens.com. This article is an introduction to the notions of Streams, BLoC Pattern and Reactive Programming in Flutter. Download Source code on GitHub https://github.com/boeledi/Streams-Block-Reactive-Programming-..
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 ..
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/..
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 ..
flutter_crush How to build a Math-3 game, like Candy Crush, Bejeweled, FishDom… in Flutter. Source code of the article available on didierboelens.com Step by step explanation A full explanation on how to build such game may be found on my blog. Credits Some icons such as tnt, rocket, mine and wall come from https://pngtree.com/. Sounds come from https://freesound.org/. ..
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 ..
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 ..
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..
Flutter Clock Welcome to Flutter Clock! Example Digital Clock Download Source Code..
Donate Please consider donating if you think furniture_store is helpful to you or that my work is valuable. furniture_store A Furniture Store design. Download Furniture Store App Source Code on GitHub https://github.com/kawal7415/furni..
Helm Helm is an app that gamifies stress/anxiety/depression management in an actionable manner to provide relief. To try it out, setup flutter on your machine and download the project source. # Execute in project root directory. flutter run Context As part of NUS DSC’s Hack For Good 2020, we developed Helm to address the problem statement of using ..
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 ..
Turkish Dictionary Unofficial Turkish Dictionary app of TDK (Turkish Language Association) developing with Flutter Design Feyza Nur Demirci Şahin Abut Development Line Length for Code Formatting We are using Trello for project management. Trello Board Download Turkish Dictionary app Source code on GitHub https://github.com/flutterturkey/turkish-..
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 ..
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, ..
onboarding_flutter App onboarding build in Flutter 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, ..
