Category : Flutter App

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 ..

Read more

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 ..

Read more

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 on GitHub ..

Read more

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 ..

Read more

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 ..

Read more

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_centipede FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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. ..

Read more

Challenge_ui_Hotel_Screen IMG Challenge IMG CODE Download this UI source code on GitHub https://github.com/Hmida71/Challenge_ui_Hotel_Screen FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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, ..

Read more

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 on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub ..

Read more

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 ..

Read more

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 ..

Read more

Flutter Weather A Flutter application to view current weather status. Features  Beautiful minimal UI  Dark and Light themes  Current temperature, max and min temperature, sunset, sunrise  Custom icons for each weather condition  5 day forecast  Beautifully animated transitions  BLoC pattern for API calls  Line graph to show temperature variance Getting Started Prerequisites Flutter Flutter documentation ..

Read more

Thank you all for joining this project! I’m excited to see what we can build here. This readme will outline some ideas for how we can make this work, but remember, this is all up to change, and if you have any ideas on how to do something better I would love to hear them! ..

Read more

renderer_switcher Swap Web Renderers in a Flutter Web app at runtime. Installation To use this plugin, add renderer_switcher as a dependency in your pubspec.yaml file. Then, add this script to the top of the body in your web/index.html file. <script type=”text/javascript”> window.flutterWebRenderer = localStorage.getItem(‘flutterWebRenderer’); </script> Usage // Returns WebRenderer.html, WebRenderer.canvaskit or WebRenderer.auto final currentRenderer = await RendererSwitcher.getCurrentWebRenderer(); if(currentRenderer ..

Read more

This project starts from Hello World untill the end of the Dart 🙂 Simple example Hello World in Dart void main() { // Just print it! print(“Hello World”); } Variables in Dart enum Os { BigSur, Mojave, Sierra, Catalina } void main() { String name = “Amir”; int age = 18; double height = 1.6; bool male = true; var field = “Programming”; ..

Read more

shoes_store shoes store ui – flutter instagram : https://www.instagram.com/deverflu/ screens:  menu : 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 ..

Read more

Bear_log_in An example built using JCToon’s Flare File as a custom UI component.Bear will follow the cursor as you type or move it around. Overview The basic idea is to use the ctrl_face node in JCToon’s file to change the direction of Teddy’s gaze, as it’s shown here in the gif to the right. This is done by using custom FlareControls, ..

Read more

FF WAS Monitor Upper Austria demo Supported Operating Systems The WAS monitor supports the latest stable versions of Linux and Windows. documentation WIP Support US Creates pull requests, submits bugs, suggests new features or makes documentation updates Star our GitHub repo Tell about us Download source code on GitHub FlutterappworldProvides the list of the opensource ..

Read more

A new Flutter project. This project has three pages: Login Page, Game Page and a Score Board. In the Login Page the user should provide username, choose color of preference, and how many attempts should one wants to play. In the Game Page the actual process starts and the user play the game with the ..

Read more

tic_tac_toe A new Flutter project. Game Restarted : 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 ..

Read more

flutter_breaking Breaking Bad Api Project with BLOC. API: Breaking Bad Characters Download this app source code on GitHub https://github.com/yousefshabaneg/breakingBad_Cubit FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

trader This project aims to basically listing crypto market prices and set alarms. Also, it is starting point of Flutter with GetX state management. Binance is used for crypto market. Detail information of binance api GetX is used for state management. Detail information of GetX workmanager is used for periodic background services. Detail information of workmanager audio_manager is ..

Read more

coolicons This flutter package allows you to use the Coolicons icon pack. Made from Coolicons.  Installation In the dependencies: section of your pubspec.yaml, add the following line: coolicons: ^1.0.0  Usage import ‘package:coolicons/coolicons.dart’; class MyAwesomeWidget extends StatelessWidget { Widget build(BuildContext context) { return Card( child: Column( mainAxisAlignment: MainAxisAlignment.center, children: <Widget>[ Icon(Coolicons.Figma, size: 50.0), const SizedBox(height: 30.0), Text(‘Figma icon’, textAlign: TextAlign.center), ..

Read more