Author : Flutterappworld

Locations Sort locations with nearest distance How it works? Get user’s current location Compare with other destinations Sort according the nearest There are two ways to compare distance Personally, I like Haversine Formula and have been using it. Algorithm 1 Use Havesine Formula. Haversine Formula Algorithm 2 Use inbuilt distance comparision function provided by Geolocater. ..

Read more

Online Quiz App 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, ..

Read more

georange Georange is a package that helps with encoding geohashes, decoding geohashes,calculating distance between 2 points and generating latitudinal and longitudinal ranges as geohashes to help with the querying of databases (Tested on Firestore Only). Getting Started You should ensure that you add Georange as a dependency in your flutter project. dependencies: georange: <latest-version> You ..

Read more

Responsive Sizer Responsive Sizer helps implement a responsive layout by providing helper widgets and extensions. Responsive_sizer has a lot of improvements over the unmaintained sizer package: Sizer’s maintainer copy-pasted the entire code of this package from ^2.0.1 and didn’t maintain the package ever since 🙁 Ever since ^2.0.1, responsive_sizer has many improvements that includes the ..

Read more

If you like it the content please show me your support  with a star  Description This project contains some sample applications created with Flutter, mainly clones of designs obtained from dribbble and behance.  Getting Started If you don’t have Flutter, you can find information for install it here! Install Flutter   Open your terminal and clone this repository in ..

Read more

Flutter food_dashboard A serverless mobile application built with AWS and Flutter. Actually, it’s just a sample application, show casing the speed at which anybody can build full stack applications using Flutter and AWS. Here’s a link to the complete blog post describing how this application was built. https://phatrabbitapps.com/how-to-build-serverless-jamstack-apps-with-aws-vuenuxt-and-netlify-part-1 https://phatrabbitapps.com/how-to-build-a-serverless-application-with-aws-and-flutter https://phatrabbitapps.com/how-to-build-serverless-jamstack-apps-with-aws-vuenuxt-and-netlify-part-2 AWS Services used  Lambda  Api ..

Read more

GPT-3 Makeathon by TUM.AI – Team: Taste the Data Team – Taste the Data: Carmen Heger <@stedomedo> David Stiftl <@stiftlD> Christopher Schütz <@cdschtz> Oliver Klukas <@OliverKlukas> Challenge – Recipe Generator by B/S/H Hausgeräte GmbH Create an OpenAI solution that creatively can generate recipes by incorporating a list of ingredients or a subset of these, by ..

Read more

HereYouGO Trip management mobile ApplicationThis app will help youTrack your expense during your trips.Track your trip destinations and the sub trips alsoProvides you live CurrencyConverterNotifiction servicePhoto gallery also Download Trip management mobile Application source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

GoogleMapsWidget For Flutter A widget for flutter developers to easily integrate google maps in their apps. It can be used to make polylines from a source to a destination, and also handle a driver’s realtime location (if any) on the map. Features Make polylines (route) between two locations by providing the latitude and longitude for ..

Read more

Short intro: This is the semester 6 Mobile App Development Course project. So maybe the final project may not make sense 😉 but it is a good place to start learning Flutter.  Overview MAD-Sem6 is a Mobile Development Course Project that contains Basic  Medium implementation of different widgets. As a whole it doesn’t make any sense as it ..

Read more

Flutter Tutorial – Google Map with Live Location Tracking Build Google Map app with Live Location Tracking in Flutter.   App Preview Android Preview iOS Preview ➜ Watch My Videos Download Google Map with Live Location Tracking source code on GitHub https://github.com/techwithsam/google-map-flutter FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

DevQuiz  DevQuiz is a project to help people study and test knowledge about the technology studied. Next Level Week # 05 #NLW @Rocketseat In contruction  License Released in 2021  License Made with by Wellington Freitas . This project is under the MIT license. Download DevQuiz app source code on GitHub https://github.com/WellingtonFreitas/app-DevQuiz FlutterappworldProvides the list of the opensource Flutter apps ..

Read more

GUI_AUTOMATION gui automation based on pyautogui python as backend and flutter desktop as frontend, drag and drop tool, no coding required. Install python dependencies that’s it, now you can try the app by running the executable file release/linux/automation. Check the example down below. Example It is tested on Linux based system Ubuntu 20.4the following sequence will ..

Read more

Flutter Tarot Card Description: This is mobile application fortune telling using Flutter for development. How I can run it?  Clone this repository  Run below code in terminal of project: Screenshots Download Flutter Tarot Card app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

rich_editor WYSIWYG editor for Flutter with a rich set of supported formatting options. Based on https://github.com/dankito/RichTextEditor, but for Flutter.  Features  Bold, Italic, Underline, Strike through, Subscript, Superscript  Heading 1 – 6, Text body, Preformatted, Block quote  Font (reads all system fonts) (Android only)  Font Size  Text Color  Text Background Color  Highlight text  Justify Left, Center, Right, ..

Read more

OpenWp Simple tool to open WhatsApp chat without saving the numberExplore the docs » View Demo · Report Bug · Request FeatureTable of Contents About The Project Built With Getting Started Prerequisites Installation Usage Roadmap Contributing License Contact Acknowledgements About The Project ![Product Name Screen Shot][product-screenshot] Simple tool to open WhatsApp chat without saving the number, developed using Google’s ..

Read more

Flutter Tutorial – User Profile Page UI #2 Create a Flutter User Profile Page UI where you can access and edit your user’s information within your Flutter app.  Preview App Preview Course Preview ➜ Buy My Courses  Watch Video YouTube video where the source code is explained. Subscribe YouTube channel. Download Flutter User Profile Page UI source code on GitHub ..

Read more

Trendyol UI Clone – Ecommerce Platform Flutter Trendyol UI Clone – Ecommerce platform Login/Register animated flutter UI kit Support  Star the repo to show support.  Trendyol UI Clone  Requirements Any Operating System (MacOS, Linux, Windows) Any IDE with Flutter SDK installed (Android Studio, VSCode etc) A little knowledge of Dart and Flutter Download Ecommerce Platform ..

Read more

COVIDAID+ Build Setup # install dependencies $ flutter pub get # run debug mode $ flutter run # run release mode $ flutter run –release # build app bundle $ flutter build appbundle # build apk $ flutter build apk For detailed explanation on how things work, check out Flutter docs. Corona virus (COVID -19) pandemic ..

Read more

did_change_dependencies Author: Petrus Nguyễn Thái Học Return a Stream that emits null and done event when State.didChangeDependencies is called for the first time. Example import ‘dart:async’; import ‘package:did_change_dependencies/did_change_dependencies.dart’; import ‘package:flutter/material.dart’; import ‘package:rxdart_ext/rxdart_ext.dart’; class Bloc { Stream<String> message$ = Stream.empty(); // just demo } class MyPage extends StatefulWidget { const MyPage({Key? key}) : super(key: key); @override _MyPageState createState() => _MyPageState(); } ..

Read more

bar_chart_race The first library to draw fantastic bar charts race in Flutter Usage Let’s get started add the dependencies to your app: dependencies: bar_chart_race: ^0.0.4 then import it:import ‘package:bar_chart_race/bar_chart_race.dart’; then you can simply use: BarChartRace( data: data, initialPlayState: true, ) this will create a bar chart with random colors and animate it.the data and initialPlayState are required and here ..

Read more

playlist_flutter A new Flutter Playlist_Flutter UI/UX Screen application. Designed by Rita Carvalho, Code with Flutter by Kishor Kc. Kishor Kc Design credit by Rita Carvalho see the profile Playlist_Flutter UI/UX Final Screen Download Music Playlist UI/UX souce code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Rotary dial Locker Dependencies : How it works Most magic handle by GuesterDetector. onPanEnd onPanDown onPanUpdate SpringHouse, 1st we locate where users tap on screen using localPosition offset. for UI tap update Transform angle will update automatically until it reaches its max point. We also confirm the digit by angle. Then, using Timer, we minimize the value and change the ..

Read more

mistdumper A configurable pattern finder for static analysis written in Dart. It is meant to retrieve offsets from file on disk without running them. This project has been inspired by hazedumper which is a runtime signature finder. Usage mistdumper.exe [options] <executablePath> options : Formatters Mistdumper can format to multiple output formats. Currently implemented output formats are : ..

Read more

Covid App COVID-19 application made with Flutter, following Test Driven Development (TDD) and Clean Architecture along with Internationalization with JSON and CI/CD workflow. Features: Ths project has several features: Fetch Covid cases and latest news related to COVID-19 from APIs. Cache data in local storage, use when no internet connection is available. Error handling for ..

Read more

former – Easy form building in Flutter Motivation Formik is one of my favorite React libraries. It is a form library that drastically reduces boilerplate for keeping track of field values, validation, and form submission. Form building in Flutter suffers from similar issues: Developers have to manually keep track of field values, for example using TextEditingControllers. Validation ..

Read more

Zanie – Voice Assistant Disclaimer Zanie might steal your heart  Inspiration We wanted to make something fun this weekend. So we made our own voice assistant – Zanie, and themed up the whole application with Arabian Nights vibes. Oh and Zanie, is our own genie! What it does It can do magic, show you the ..

Read more

Flutter Tutorial – Sidebar Menu & Selectable Navigation Drawer Let’s create a selectable Flutter Navigation Drawer with routing that highlights the current item within the Flutter Sidebar Menu.  Preview App Preview Course Preview ➜ Buy My Courses  Watch Video YouTube video where the source code is explained. Subscribe YouTube channel. Download Sidebar Menu & Selectable Navigation Drawer source code on ..

Read more

Medium Unlimited An Android application written with Flutter/Dart to read medium.com without limitations. Features Read medium without reading limits Dark mode for all pages Common topics (Sidebar) Favourite links (Sidebar) Open links shared by others apps Screenshot Faq How does it work (For users)? The app works like a browser. Just navigate. How does it ..

Read more

Water Reminder App Android water reminder App made with Flutter using Android APIs such as DataStore and AlarmManager. Uses a native activity which is displayed when an alarm notification is triggered and the device is locked. Features Flutter UI: Advanced UI and animations. DataStore: To store data asynchronously using Kotlin coroutines and Flow. AlarmManager: Schedule ..

Read more

GetDoctor    GetDoctor is a complete app developed in Flutter, Firebase and Blazor,DotNet Core API and SQL Server GetDoctor is a complete package of Online Doctor Appointment and Scheduler.It is a very simple process to manage everything, getting appointed with the doctors, and a very easy login process for doctors,patients, assistants, and staff. Additionally, this system ..

Read more

AndSafe AndSafe is an Android app that encrypts plain text notes. With version 3, AndSafe3 is re-implemented with Flutter and is now open source. FAQ I can’t remember my password. Can you help me? Sorry. There is no backdoor to recover lost passwords. How to backup my notes? AndSafe has no netowork function and hence it ..

Read more

Short Intro: Morphological analysis of Japanese sentences. This Flutter plugin helps you to analyze Japanese sentences. ringo ringo is japanese word separator. Usage tokenized: [吾輩, は, Ringo, である]  Features  Simple word separation(Japanese)  Unknown word processing  Build own dictionary(Create DoubleArray from TrieTree)  Fast dictionary search(DoubleArray Algorithm) Upcoming Features  MorphologicalAnalysis(Lattice Algorithm) Contributing ringo is a Japanese word-separator. (We ..

Read more

Short Intro: A few handy Flutter tools, dead simple `UriRouter` for `Uri`-based navigator or `BuildTracker` to track widget rebuilds and what caused them to rebuild. noob A few handy tools for Flutter apps. UriRouter Hooks Providers PointerIndicator BuildTracker PeriodicListenable UriRouter Dead simple Uri-based page router. class BooksPage extends StatelessWidget { static final route = UriRoute( path: ..

Read more