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 ..
Category : Flutter App
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 ..
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 ..
Flutter Glass Morphism Description: This is source flutter using glass morphism concept How I can run it? Clone this repo Run below code in terminal of project Screenshots Download Flutter Glass Morphism app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
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..
Taskez A productivity app design UI kit built with Flutter It is inspired by Taskez IOS UI kit. Download productivity app design UI kit source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Flutter Crypto APP Complete Flutter Application with Riverpod & Freezed + Dio for API REST. Features API REST (CryptoWatch) Linear Graph View (Hour, Day, Week, etc) OHLC Graph Search Light / Dark Theme Multi Language Exchange Selection Favorite Pair Stack Flutter 2.2.0 (Null Safety) Riverpod + Hooks Freezed Dio Testing Unit Testing (flutter_test) Integration Testing ..
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, ..
LogBook Desktop App an internship log book desktop app Table of contents LogBook Desktop App Table of contents Features Log Book Format Demo Screenshots Change Log Plugins Appreciation Made with Flutter Ico ref Features Create quick ToDos Delete ToDos Add Log Book entry with date and workdone View added logbooks in grid / list view ..
Pensil Teaching App Pensil Teach App is an education platform created specifically for the tutors of the digital age. Pensil Teaching app reduce gap between tutor and students and form a bridge no matter how far they are. App Screenshots Login Verify OTP Home Batch Detail Assignment List Videos List Docs List Create Batch Create ..
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 ..
An Audio App Post and listen to music/recordings uploaded by other user . Tech used – Flutter , Firebase Features Signup/Login Upload or Play audio Like Posts Installation and Setup Fork the repo and clone it. In the same directory run the following commands(considering you have flutter installed and an android device connected) Preview Download ..
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 ..
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 ..
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 ..
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(); } ..
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 ..
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..
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 ..
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 ..
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 ..
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 ..
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 ..
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 ..
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 ..
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 ..
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 ..
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 ..
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: ..
Is It Safe? Index About Showcase Features How can I run the project? Tools Installation run Support How can I contribute? Authors Info About Is It Safe? It is an Open-Source mobile app for IOS and Android that was created with the aim of keeping trans people, de-feminized lesbian women and other people in the LGBTQ+ community safe . Our role ..
Privacy Blur A cross-platform application to obfuscate sensitive data from images, targeting iOS and Android devices. Mainly written in dart with the Flutter SDK. Table of contents Privacy Blur Table of contents Project description Code style Internationalization Features Setup windows macOS Building iOS Android Structure Architecture Navigation Dependency Injection BloC Views Widgets Stateful Widgets Adaptive Widgets Internationalization Theme Assets ..
Hornbill Key features Used sockets for messaging and loading registered contacts Sqflite to store chats on device Repository pattern Tech Stack [Flutter, NestJS, Postgresql] Screenshots Download Chat Application source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Matheus Dias – Flutter – Quiz Game I made a simple flutter question and answer application to learn all the basics of the language. It was a very interesting experience, but I know I still have a lot to learn with this new technology that fascinates me with every line. Lets Go lessons learned Widgets Widget ..
coinbase_commerce A dart library that connects to interact with the Coinbase Commerce API. Enables projects to connect seamlessly to coinbase and receive payments! For more details visit Coinbase API docs. To start using library, you need to register on Coinbase Commerce and get your API_KEY from user settings. Next create a Coinbase object for interacting ..
SwiggyUI SwiggyUI App is a UI clone of a famous food ordering app called Swiggy built using Flutter. Show some and star the repo if you liked it, it makes me to share more open source flutter projects. Mobile – Download APKWeb – https://swiggyuiclone.web.appApp Flow – https://youtu.be/qB_p8MSlpuQ Screenshots Web UI Tablet UI Mobile UI Initial Views Screen 1 Screen 2 Screen ..
Time24 An open-source time-tracking software About the project! The purpose of this project is to simplify the documentation of working hours and at the same time to find ways to improve working hours. The working hours are saved in a JSON file and at a later date it can be read out as a JSON ..
Flutter GL Flutter GL can call OpenGL ES API with Dart Support iOS,Android,Web OpenGL ES API Now the api is similar to WebGL How to use Now this is only support draw to FBO. then share the FBO texture to Native side. import Usage Run Examples Clone or download this repo Screenshot Issues File any ..
watch_flutter A new Flutter Watch_Shop application. Designed by Adarsh Goldar, Code with Flutter by Kishor Kc. Kishor KC Design credit by Adarsh Goldar see the profile Watch_Shop App Final UI/UX Download Flutter Watch App source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
flutter_doctor_appointment_booking_app Getting Started flutter_doctor_appointment_booking_app project has “main.dart” as Entry Point. Hire Me Drop me your message Drop me your message flutter-doctor-booking-app.mp4 = = = To Generate Android release steps = = = Generate FAT APK flutter clean flutter build apk –release Generate split APK’s flutter clean flutter build apk –split-per-abi –release = = = iOS ..
Whatsapp Clone using Amplify DataStore in Flutter About The Project Built With Flutter AWS Amplify DataStore Getting Started To get a local copy up and running follow these simple steps. Prerequisites You should have Flutter installed in your system. AWS account is required to provision all the resources. AWS Amplify CLI should be installed and ..