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 ..
Author : Flutterappworld
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 ..
Recipes Can Bogazdan Gelir Flutter App for Internship Download and Test Link(Android) APK Version Information Recipes: Can Bogazdan Income 1.0.1 Released! A smartphone with Android 4.1 & OS 9.0 or higher is required to run the app. You can follow my github and linkedin accounts for new versions. (As macOS is required for iOS version, there is ..
MAPI Simple manga reader app for MangaSee.Mind that this is my very first attempt on using Flutter. Why I wanted to try out Flutter, and i needed an app to read mangas on iPad.So i’ve put those 2 things together and here we are. The app This app uses an integrated web scraper that will ..
Flutter Tutorial – Upload Files To Firebase Storage Upload Files To Firebase Storage with Flutter. Pick images, videos, or other files from your device and upload them to Firebase. Preview App Preview Course Preview Watch Video YouTube video where the source code is explained. Subscribe YouTube channel. Download File upload app source code on GitHub FlutterappworldProvides the list of ..
Project Plant Manager is an application that was developed on Rocketseat NLW5 with React Native but was rebuilt using Flutter. Technologies | Project | Layout | License Technologies This project was developed with the following technologies: Flutter Layout In the links below you will find the layout of the web project. Layout Web Getting Started First, install all dependencies and run ..
online_learning A new Flutter Online_Learning application. Designed by Arun PP, Code with Flutter by Kishor Kc. Kishor Kc I am fetching the data from the local JSON API. In the assets directory, you can get the user.json file. Also, you can change the data as per your needs. Design credit by Arun PP see the profile ..
FlAppwrite Account Kit A Flutter wrapper for Appwrite’s Accounts service, makes it easy to use manage authentication and account features. Under development. Not ready for production. Help get ready for production. Getting Started This is really very easy to use Add dependency from git (Will only publish to pub if enough people are interested to ..
DartWriter DartWriter provides API to generate Dart source code. It can make your job easier while developing flutter/dart tools. You can also generate Flutter UI code. Hello World Example var context = EditorContext(enableDartFormatter: true); var code = Method( name: ‘main’, returnType: ‘void’, statements: [ Call(‘print’, argument: Argument([ ArgumentItem(“‘Hello World!'”) ]) ), Return(‘0’) ] ); print(context.build([code])); Generated ..
redis_dart A simple and minimalist Redis client for Dart See it in pub: https://pub.dev/packages/redis_dartand GitHub: https://github.com/gabrielpacheco23/redis_dart Usage import ‘package:redis_dart/redis_dart.dart’; void main() async { final client = await RedisClient.connect(‘localhost’); await client.set(‘name’, ‘Gabriel’); var res = await client.get(‘name’); print(res); await client.close(); } Easy to use This library was meant to be clear and easy to understand, so the methods ..
Quiz With Flutter A simple Quiz App built with Flutter and Appwrite Getting Started Install Appwrite Follow our simple Installation Guide to get Appwrite up and running in no time. You can either deploy Appwrite on your local machine or, on any cloud provider of your choice. Note: If you setup Appwrite on your local machine, you ..
Imperative Flutter Manage the state of your widgets using imperative programming concepts. Setup Intall imperative_flutter package in pubspec.yaml dependencies: imperative_flutter: ^0.0.2 Then it’s just import in your code import ‘package:imperative_flutter/imperative_flutter.dart’; Usage ImperativeProvider is responsible for storing and handling the references for ImperativeBuilder, it can be global scope when MaterialApp is his child or local scope when Scaffold is your child. class MyApp extends StatelessWidget { ..
NLW5 devquiz project on Flutter demo Material project in figma Class 1 material Class 2 material Class 3 material Class 4 material Class 5 material Vscode plugins Awesome Flutter Snippets Dart Official Dracula (theme, this is not mandatory, but it looks stylish) Flutter error lens Material Icon Theme Dart Data Class Generator Project Versions Versions ..
Palghar Tourism project_descriptionExplore the docs » View Demo · Report Bug · Request Feature Table of Contents About The Project Built With Getting Started Prerequisites Installation Usage Roadmap Contributing License Contact Acknowledgements About The Project Built With Flutter Getting Started To get a local copy up and running follow these simple steps. Prerequisites This is an example of how ..
pass_keep This App is for keeping all your password stored on your local application. The UI is done. Howver, The Logic part is not constructed yet. Screenshots More Screenshots are at the Screenshot folder A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: ..
flutfirebase My flutter app with firebase Generate SHA-1 on terminal for android firebase Go to the project folder in the terminal. Mac keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android Windows keytool -list -v -keystore “.android\debug.keystore” -alias androiddebugkey -storepass android -keypass android Linux keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android ..
DevQuiz A project with Flutter made in NLW of Rocket Seat. How to run git clone git@github.com:Sergiohcp/devquiz.git flutter pub get flutter run Download Flutter Quiz app source code at GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Flutter E-commerce Fashion Figma based on this project and improving it Screen shot Download E-commerce Fashion app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Introduction This project consists of a mobile application developed in Flutter, which shows information about movies by querying the themoviedb.org API. Table of Contents Introduction goals Preview Project Installation Project Structure Clean Architecture Workflow Presentation Layer Domain Cloak Data Layer TDD Unit Testing In Flutter (Unit Testing) goals The objective is to practice, share and discuss the topics ..
Flutter for Embedded Linux (eLinux) This software is a non-official extension to the Flutter SDK to build Flutter apps for Embedded Linux devices. It is still been developed! So, currently, there is a lot of unsupported functions yet. Documentation See https://github.com/sony/flutter-elinux/wiki Contributing See CONTRIBUTING.md. Quick start How to insall flutter-elinux $ git clone https://github.com/sony/flutter-elinux.git $ sudo mv flutter-elinux /opt/ $ export ..
Table of Contents Introduction Requirements Installation Platform Integration Android iOS Usage Initializing Push Notifications Requesting Permission & Retrieving Token Rich Push Notifications Carousel Push Notifications Set Push Permit Data Collection Targeting Actions In-App Messaging Geofencing Recommendation App Tracking (Android Only) Introduction This library is the official Flutter SDK of Related Digital. Requirements iOS 10.0 or ..
Flutter Preload Videos Introduction Preloading logic to reduce video initialization Demo Logic Usage To clone and run this application, you’ll need git and flutter installed on your computer. From your command line: # Clone this repository $ git clone https://github.com/Shadow60539/flutter_preload_videos.git # Go into the repository $ cd flutter_preload_videos.git # Install dependencies $ flutter packages get # Run the app ..
WIDGETS BEGINNER LEVEL FLUTTER APPS Flutter Health Status Run this command to check Flutter Status on your device flutter doctor Run this command to check available devices for Flutter flutter devices Run this command to upgrade Flutter flutter upgrade Run this command to configure Flutter flutter config Run this command to check Flutter Channel flutter ..
Weather App Project created to replicate design made by DesignSense . Demo: Packages used: flutter_svg: ^0.22.0 sleek_circular_slider: ^2.0.1 r_dotted_line_border: ^0.1.1 flutter_zoom_drawer: ^2.0.2+4 Thanks I have to thank DesignSense for making this beautiful Weather app design in XD and posting the file so I can have used it as a base for flutter. Downlaod Weather App source code on GitHub FlutterappworldProvides the ..
flutter_ume UME is an in-app debug kits platform for Flutter apps. There are 10 plugin kits built in the current open source version of UME. Developer could create custom plugin kits, and integrate them into UME. Visit Develop plugin kits for UME for more details. flutter_ume Quick Start IMPORTANT Features Develop plugin kits for UME About version ..
Fedi for Pleroma and Mastodon Fedi is open-source client for Pleroma and Mastodon social networks written using Flutter. Pleroma and Mastodon are parts of Fediverse (decentralized social network). The main idea of Fediverse – nobody owns Fediverse. Anybody can run their server instance and use it to communicate with other people. So Fedi is an open-source mobile client for social networks ..
FluTube Youtube video downloader made using flutter. Direct AppImage Download Build from source Download latest Flutter SDK (>=2.2.3) Clone this repo and then for building # Download dependencies $ flutter pub get; flutter create . # For Direct Testing $ flutter build <windows/apk/linux> Download Youtube video downloader app source code on GitHub FlutterappworldProvides the list ..
Flip View Made with in India This flutter app is based on the design made Dmytro Prudnikov for Yalantis on Dribble.He describes the design as: Just trying to come up with a simple and funny interaction for reviewing a user profile. Made in Yalantis. App Design Download App Note : Uploaded apk is a fat apk which ..
Sticker Chat Sticker chat is a messaging application built using Flutter, Stream, and Rive. It allows users to send and receive messages in real-time in just a few lines of code. The project is broken up into a few key folders : lib: Directory containing all Flutter/Dart code. app: Application setup and configuration models: Domain model used throughout the ..
E-Store Mobile App Home Screen This Flutter project recreates an electronics store home screen mockup. The mockup was created by @nasyiya.design on instagram. I saw the mockup on instagram and thought it would be interesting to recreate it in Flutter as my first real stab at making something fully in it. What it looks like Compared to ..
animated_flip_counter An implicit animation widget that flips from one number to another. Usage It can be useful to display information that’s constantly changing. Animated Counter Simply pass in a value and an optional duration and curve, just like any other implicit animation widget in Flutter. AnimatedFlipCounter( duration: Duration(milliseconds: 500), value: _value, // pass in a value like 2014 ) Decimal ..