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 …

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 …

A small game made via a Flutter Template about a spaceship piloted by Dodger the space ranger

A starter game in Flutter with all the bells and whistles of a mobile (iOS & Android) game including the following features: sound music main menu screen settings ads (AdMob) in-app purchases games services (Game Center & Google Play Games Services) crash reporting (Firebase Crashlytics) Getting started The game compiles and works out of the box. It comes with things …

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 …

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 Booking App using BLoC as state management, Dio for APIs handling

Booking App – Algoriza Internship Final Project by Team 6. App Video : https://drive.google.com/file/d/1awyAgAqx3xzQjN_PlndqOFjZdzdWLW9E/view?usp=sharing RoomQuik .. Flutter Booking App using: Flutter BLoC as state management, Dio for APIs handling, GetIt for dependency injection, and Sizer with some built-in Flutter Widgets for Responsiveness, Shared Preferences, Google Maps, and GeoLocator. App Libraries shared_preferences Dio get_it flutter_bloc intl google_maps_flutter fluttertoast flutter_svg cached_network_image sizer …