Mes: octubre 2022

  • Cross-platform version of DevToys, a Swiss Army knife for developers

    DevToys Flutter This is a W.I.P Flutter port of DevToys for Windows. Click here to try it from your browser 🌐! Getting Started Building from source Clone the repo from GitHub git clone https://github.com/gumbarros/DevToysFlutter Install Flutter Restore the dependencies and build the project flutter pub get flutter run Motivation I really loved the idea of the original DevToys, but I …

  • Rental Girl Friend App Made With Flutter

    Rental Girl Friend App – Made With Flutter A rental app made for you. Rental Girl Friend is an app made with Flutter framework to provide online rental functionality. The release apk is available under the release tags. It’s also available on this drive link – [Rental Girl Friend APK] Demo 1. Onboarding, Sign up & Sign in Welcome Screen …

  • Listen to remote Flutter GTK application instances’ command-line arguments and file open requests

    gtk_application This package allows the primary Flutter GTK application instance to listen to remote application instances’ command-line arguments and file open requests. NOTE: linux/my_application.cc must be modified for this package to be able to function. See “Getting Started” below for details. gtk-application.webm Getting Started Apply the following changes to linux/my_application.cc: my_application_activate(): activate an existing window if present diff –git a/example/linux/my_application.cc …

  • A Demo application for Serverpod server app for accessing database

    demopod A Demo application for Serverpod server app for accessing database. For complete documentation visit Serverpod Serverpod Serverpod is a next-generation app and web server, built for the Flutter community. It allows you to write your server-side code in Dart, automatically generate your APIs, and hook up your database with minimal effort. Serverpod is open-source, and you can host your …

  • Open Source app to keep an eyes on your daily routine

    Habit-Tracker-App Open Source app to keep an eyes on your daily routine. The insights will help you be more productive and plan your day more efficiently. Join the discussion on Discord: Contributing Guidelines Please follow the contributing guidelines to contribute to the project. Documents related to the project: CODE OF CONDUCT Contributors👩‍💻👨‍💻 : GitHub View Github

  • Examples of building custom contextual menus in Flutter

    Context Menu Examples A list of many examples of building custom context menus in Flutter. Check out the live demo running on the web, linked above. References PR 107193 introduced this feature. Samples PR 1463 brought these examples to the Flutter samples repo. Repository maintenance To publish to GitHub Pages, do the following: git checkout pages git merge main flutter …

  • Instagram with Reimagined UI

    Fistagram | Open For HacktoberFest Contributions An Instagram clone Re-Imagined with a new UI design 🎨 Design Vision | Figma UI Map 🏗️ Work In Progress Demo Screenrecorder-2022-10-05-19-51-36-347.mp4 📱 App Structure Login|Signup Screen/ ├── Home/ │ ├── Status │ └── Account ├── Search ├── Post ├── Notifications └── Settings 🚀 Tech Stack Flutter Firebase ✨ How to Contribute ? Please …

  • Flutter Uber Clone / Taxi App

    Flutter Uber Clone / Taxi App Getting Started Get the apk for this project at this link There are mainly two aspects to consider in order to have this project working: Don’t forget to add your own google maps api into the androidmanifest.xml file This is not requered but you can conect the project to your firebase project by chamging …

  • Slicing FinkuApp Made With Flutter

    📦 FinkuApp Slicing FinkuApp Made With Flutter 🎖 Installing dependencies: flutter: sdk: flutter # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 dotted_border: ^2.0.0+2 🚀 Getting Started Clone this project || Download Zip from GitHub Run flutter pub get In Terminal Run the project In Web …

  • A home automation mobile application made using flutter and dart

    Smart Home App A home automation mobile application made using flutter & dart 🏠 Screenshots 📷 Technologies Used : Geolocator to get current user location. Open Weather Map API to get current user location humidity, and temperature, and country. Flutter Bloc for state management. Injectable and GetIt for Dependency injection. Still to do : Profile screen. Complete schedule screen. Add …

  • Medical reminder app with Flutter

    MedRem – Medical reminder app 🏥 Summative assesment for unit of computer science📄 Build with Flutter Implemented notifications using awesome_notifications🔔 And used Provider to manage state ⚙ UI: GitHub View Github

  • A money management application with flutter

    Money Manager A money management application which lets users monitor their monthly expenses and income and gives them a detailed analysis of their spends, thereby helping them to cut down their expenses. Download Features User can add/edit transactions User can create and customize categories User can view daily transactions in a diary view Detailed statistical chart on expense/income and monthly/yearly …

  • Dicoding Submission Flutter Fundamental

    Restr Restaurant App (Submission Flutter Fundamental Dicoding) Table of Contents Introduction Installation Demo Features Tech Stack Dependencies Introduction Restr is a Restaurant Application for the people who lookin for the Restaurant, Foods, Drinks, anything about that. In this project, is to accomplish Submission Dicoding in Flutter Fundamental Course, and i use Riverpod for it. for details you can see here. …

  • Bilions UI components for Flutter

    Bilions UI Components This package is currently in beta Functions Alert alert( ‘Title here’, ‘Description here’, type: ‘warning’, ) type success, waring, danger, info Toast toast(‘Confirmed’, type: ‘success’); type success, waring, danger, info Confirm Dialog confirm(ConfirmDialog( ‘Are you sure?’, confirmed: () { // do something here }, ), ) Image Picker openUploader(context, (FileInfo file) { console.log(file.path); }); add below lines …

  • Flutter project to prompt yaml inputs for audio recording

    Promptme Flutter project to prompt yaml inputs for audio recording and give cool features like : Play / Pause / Jump back / Jump forth at any time Edit prompted text on pause (WIP) Export modifications (WIP) Record audio directly from the app (WIP) Full support desktop Currently, i’m only testing desktop. I’ll make adjustment for mobile one day :’) …