This packages provides a Dart interface to Ryze Tello drones. Getting started Make sure that your Tello has a good amount of battery Turn on your Tello Connect to your Tello’s wifi Run the example script and watch your Tello fly! Usage Here’s some sample code that shows how you can make a Tello takeoff, ..
Flutter UI Day 28 of 100 – Job App Getting Started Screenshots Download source code..
Math Training app A mobile application for training mental math skills. The app has several different modes, including simple addition/subtraction training and and more tricky ones like converting hex numbers to decimal. The app will save results of each training so you can track your progress. How to build Generate icons: flutter pub run flutter_launcher_icons:main ..
Special-Pals A Play-Learning app for Special Kids. Problem Statement Supporting children with special educational needs takes patience, understanding and a range of teaching resources tailor-made for each child’s requirements. “Special Pals” is a cross-platform application which tries to improvise a child’s cognitive learning skills by utilizing gamification techniques to explain simple concepts of numbers, colors ..
WHATSAPP DIRECT Send WhatsApp Messages without saving contact Installation PlayStore Link: https://play.google.com/store/apps/details?id=com.snapsid.whatsapp_chat ScreenShots Description Are you one of them who doesn’t like to save everyone’s WhatsApp contact, especially those which are only needed once?…so that they can’t see your profile picture or status, otherwise you need to delete that contact every time. So to avoid this, ..
familicious_app A Flutter application that allows users to post with full authentication This project was built during a training session and improved upon it after the training. Firebase was used as Backend as a service for the application. Tools used in firebase include firestore, authntication and storage as a bucket for images Art ## Getting ..
examination 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 ..
Minesweeper An really really simple minesweeper made with Flutter Screenshots Download source code on GitHub https://github.com/KalilDev/m..
Cool flutter code snippets and code examples Advance Drawer Package : flutter_advanced_drawer Source Code Bottom Navigation Bar Shimmer Download source code on GitHub https://github.com/viralvaghela/flutte..
Universities This package allows you to search all universities in Brazil. Usage To use this plugin, add universities as a dependency in your pubspec.yaml file. Example import ‘package:flutter/material.dart’; import ‘package:universities/universities.dart’; class SelectPage extends StatelessWidget { const SelectPage({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return Scaffold( body: Center( child: OutlinedButton( onPressed: () { Navigator.push( context, MaterialPageRoute( ..
excel_to_json A package that allows you to transform your excel to the following format: Excel To JSON Getting Started At current the package allows you to use the following function (note: currently xlsx file type gives perfect results): 1.convert() For implementation have a look at the attached example file in the github repository. Download source ..
Screenshots! Download source code on GitHub https://github.com/Zero-RC/Shop-App-Wi..
Daily Productivity ![coverage][coverage_badge] [![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link] [![License: MIT][license_badge]][license_link] Generated by the [Very Good CLI][very_good_cli_link] A Very Good Project created by Very Good CLI. Getting Started This is a project inspired by a Dribble design [https://dribbble.com/shots/14988164-Daily-Productivity-Mobile-Exploration] Preview | Download source code on GitHub https://github.com/phuchuynhStrong/daily_pr..
Flutter_Confirm_Exit Module to Confirm Exit on pressing the back button App Highlight Download source code on GitHub https://github.com/ananddasani/Flutter_Co..
About 3rd Position Overall, with a Cash Prize of ₹2500. A smart farming application that makes agriculture more efficient and effective with the help of high-precision algorithms. Submission by Titans for Bit-by-Bit(IIIT Bhagalpur) Entry of Titans, from SRM Institute of Science and Technology, Kattankulathur, to Bit-by-Bit(IIIT Bhagalpur). Update : 3rd Position Overall, with a Cash Prize ..
blur_widgets Flutter – Blur Widgets – BackdropFilter Widget. Screenshot: 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 ..
TLWR: The Long and Winding Road Demo Video Problem We tried to Solve During service experience, users sometimes encounter the long and winding road to achieve their goal. As a service developer and provider, we need to know how the users suffer from the complex route connections and how to enhance the routing connections. What ..
Frave Developer YouTube Channel https://www.youtube.com/channel/UCkNYlmbx487MPmYvfSMAdRg Video Youtube Requirements Google Map API KEY lib/Services/GoogleServices Android/app/src/main/AndroidManifest.xml MAPBOX API KEY lib/Controller/MapBoxController PUSH NOTIFICATIONS – Cloud Messaging | Firebase lib/Services/PushNotification.dart Go Firebase Project settings Cloud Messaging Server key Flutter Flutter Bloc Socket io client Google Map MapBox Geolocator Push notifications Nodejs https://github.com/Frave07/Backend-Delivery-App-Flutter Mysql Screenshot Download source code..
Getting Started This project is a starting point for a Flutter application. For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference. Video Tutorial YouTube (Preview) : https://youtu.be/GfA6_JW26gM YouTube (Part 1) : https://youtu.be/SqlNko4Q1K0 I hope you liked it, and dont forget to like, subscribe, share ..
voice_changer Voice Changer Application Getting Started This is an application that records, plays, and changes the properties of sound (like pitch and echo…). It uses Flutter_FFMPEG to do the voice editing. Just clone the repo and run: flutter clean flutter pub get flutter pub run build_runner build –delete-conflicting-outputs flutter run Here are some screenshots: Download ..
Flame Centipede Simple (unfinished) Centipede clone in Flame. Play at: https://bluefireteam.github.io/flame_centipede/ Download source code on GitHub https://github.com/bluefireteam/flame..
Packages we are using: flutter_svg: link On our E-commerce app UI has two pages one for the product page which has a horizontal list of categories then a list of our products. Then on the details page, it shows the price and short description of the product with the Buy Now button. The best part of ..
Doctor App Home Page. Drawer Page Detail Page Video Call Page Download source code on GitHub https://github.com/KrishKanojia/Doc..
Responsive on Mobile and Desktop Download source code on GitHub https://github.com/Ethiel97/flutter_desktop..
Kanza_cli is a simple command line tool to generate folder and file structure for your Flutter apps. About: A simple command-line application to generate simple folder and file structure for Flutter Applications. To use it, you should do the followings: 1. Firstly, you should activate dart cli to run it globally: After successful activation, you can ..
Flutter Pet Adoption App This application was inspired by the amazing David Rodríguez’s app design, avaliable on Behance. This is the final UI. The navigatión across all the screen can be made just clicking in the assigned widget. The backend part is still beign evaluated. If a picture is worth a thousand words, imagine a video ..
flurry_drawer The repo is solving a problem with package flurry_navigation as it’s old any the owner didn’t update it. The drawer is very beautiful and many people likes it so much. For these reasons I push this repo for public to help them to add this beautful drawer to their projets. I wih this will ..
A QR based attendance and contact tracing system Download source code on GitHub https://github.com/hereap..
inspector A Flutter package for inspecting widgets. Also comes with an eyedropper functionality. Useful for debugging widgets and for QA testing. Supports keyboard shortcuts if you’re using a physical keyboard. Check out the example web app! Inspired by inspx. WIP Warning, the development of this package is still in progress and some things may break your app. ..
Challenge_ui_Hotel_Screen IMG Challenge IMG CODE Download this UI source code on GitHub https://github.com/Hmida71/Challenge_ui_Ho..
ripple_button a button with ripple effect while being hold build requirements to run this project you need a working enviroment of flutter v2 or higher(I used v2.5.3) instructions -download this project to your computer -run flutter pub get -hit ctrl+F5 ripple button takes a size argument which should be a double in range of 0 ..
contacts app Download this app source code..
Card Controller was a project carried out in order to learn and practice the Dart programming language together with the Flutter interface development kit. The project consisted of an application where the user could add their credit cards and see a summary of their expenses. The same happened with a follow-up of a youtube video that can ..
A flutter package for iOS and Android for applying filter to an image. A set of preset filters are also available. You can create your own filters too. Installation First, add photofilters and image as a dependency in your pubspec.yaml file. iOS No configuration required – the plugin should work out of the box. Android No configuration required – the ..
A flutter application that allows users to view all kinds of recipes and bookmark the ones you like to local storage using sqlite. Users can view videos of recipes, bookmark and delete recipes. This project was an assignment given to us by our able Facilitator to test each and everyone’s understanding of flutter basics Art ..
Netflix UI using Flutter Download source code..
nyxx_interactions Simple, robust framework for creating discord bots for Dart language. Features Slash commands supportSupports and provides easy API for creating and handling slash commands Commands framework includedA fast way to create a bot with command support. Implementing the framework is simple – and everything is done automatically. Cross PlatformNyxx works on the command line, ..
Fluthon APP A new Flutter project which is supported from a python script and lists quotes . Deployment -> /Script – python main.py. Libraries Used Flask request jsonify BeautifulSoup Demo Quotes screen LICENSE Licensed under the MIT LICENSE. Download this app source code..
Flutter Animations Course | Code With Andrea This repo contains all the projects from my Flutter Animations Course. The main project for this course is a Flutter habit tracking app, a (simplified) clone of the Streaks App. Projects structure The entire course includes four projects: Colors / Numbers Game with Implicit Animations: This is located here and covered in section ..
About Collects screen sizes and pixel densities for real iPhones, iPads, Google phones, Samsung phones, and more. Device Sizes This package aggregates screen sizes and pixel densities for as many physical devices as possible. The purpose of this package is to help developers make decisions in their code based on common device form factors. Here ..