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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more

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

Read more