Category : Flutter App

Human Resources Management SystemFrontend with Flutter An alternative UI for the Human Resources Management System that uses Flutter Framework and provides responsive user interfaces and functionality for Web, iOS, and Android. The project has been written solely in Dart Language. The app, HR Manager, is inspired by the beautiful designs made by Excellent WebWorld. In addition, icons that used in HR ..

Read more

Telegram helper bot for @tgtoadbot Setup 1. Copy and edit the .env file 2. Initialize mongo, add a user for the task scheduler 3. Exit the mongo container and start all other services Inline mode In inline mode, the bot helps to quickly enter the toadbot commands, and also provides useful tips for them. Commands 1. ..

Read more

Building a Yaru app with Flutter Summary URL https://github.com/ubuntu/user_manager Category Environment Linux Status Feedback Link Author Frederik Feichtmeier Introduction What you’ll learn Setting up a Flutter development environment in Ubuntu Building a Flutter app for the Linux desktop, using the yaru theme Using json-server as a local backend to store data What you’ll build Set up your Flutter ..

Read more

WeNow WeNow is a simple weather forecast app, which uses WeNowAPI to fetch 8 day / 1 hour forecasted data from the OpenWeather and also provides places,cities,counties,coords etc. WeNowAPI 5000+ cities. 8 Days weather forecast. Hourly forecast data of 2 days. Weather alerts. Features Live in-app database Simple UI Optimized API calls Screens Light Theme Dark Theme Download weather ..

Read more

A Parallax behavior for any Flutter Scrollable This plugin enable a parallax effect in any Scrollable, simply wrap your Scrollable in a ParallaxArea and use a ParallaxWidget inside it. Interactive web sample Here PageView Vertical PageView Horizontal ListView Vertical ListView Horizontal Features Overlap foreground and background parallax Customizable magnitude of the Parallax Works with any Scrollable Parallax vertically, horizontally or both Inverted parallax Usage ..

Read more

Pushable Button A 3D pushable button built in Flutter. Ideal for important CTAs in the app. Usage PushableButton( child: Text(‘ENROLL NOW’, style: someTextStyle), height: 60, elevation: 8, hslColor: HSLColor.fromAHSL(1.0, 120, 1.0, 0.37), shadow: BoxShadow( color: Colors.grey.withOpacity(0.5), spreadRadius: 5, blurRadius: 7, offset: Offset(0, 2), ), onPressed: () => print(‘Button Pressed!’), ) Configurable Properties child: child widget ..

Read more

Tangram App What is a TANGRAM? Tangram is a creative intelligence game on the basis of creating various forms by combining seven geometrically shaped pieces made of stone, bone, plastic or wood. How do i play You can level up by placing the pieces given for placement in appropriate places. There are 9 levels, 3 ..

Read more

World Time App in FLUTTER Short Info: A beginner friendly flutter app displaying the time across various cities in the world. My first kinda big Flutter project. It is a revision of all basics and some advanced concepts of Flutter I’ve learnt so far. This app shows the current time of many time zones accros ..

Read more

Flutter Generative Art Try it out on DartPad Simple Generative Art created using Flutter. Watch the full video on YouTube to know how to build it from scratch. License Copyright (c) 2021 Souvik Biswas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software ..

Read more

Displaying json models in a Flutter widget  Cool solution for viewing models in debug working Getting Started Add dependency dependencies: flutter_json_view: ^0.2.1 Add import package import ‘package:flutter_json_view/flutter_json_view.dart’; Easy to use Add one of the constructors in your code String constructor JsonView.string(‘{“key”:”value”}’), Asset file constructor JsonView.asset(‘assets/data.json’), Map constructor JsonView.map({“key”:”value”}), Customization  The package was created in order ..

Read more

Cowin Slot Reminder Objective:This Android/IOS application intends to help users to get an early notification for slot availability for Covid19 vaccination. Input : You can search according to your State and district or by using pincode. Vaccine type (Covidshield, Covaxin, Sputnik V, Any) Dose (First or Second) Age (45+ or 18-44) Date on which you ..

Read more

Miras Paylaşımı App A new Flutter application on inheritance rates of the inheritors. The rules will be under Turkish Civil Code’s orders. The UI will be consist of 5 different view: disclaimer, home, blog, forms and calculation output. It aims to help people on inheritance related legal procedures. Mockups were designed on Balsamiq Wireframe tool. ..

Read more

advance_image_picker Flutter plugin for selecting multiple images from the Android and iOS image library, taking new pictures with the camera, and edit them before using such as rotation, cropping, adding sticker/filters. This is an advanced version of image_picker plugin. Key Features Display live camera preview in a widget. Adjust exposure Zoom camera preview Capture photo without saving into device library Capture with ..

Read more

Flutter Html Editor – Enhanced Flutter HTML Editor Enhanced is a text editor for Android, iOS, and Web to help write WYSIWYG HTML code with the Summernote JavaScript wrapper. Note that the API shown in this README.md file shows only a part of the documentation and, also, conforms to the GitHub master branch only! So, ..

Read more

Converter Converter is a unit converter app created with Flutter Made by taking Udacity course Build Native Mobile Apps with Flutter. play.google.com/store/apps/details?id=maxeem.america.flutter.converter Download unit converter app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Short Intro: CyBear Jinni App is the app to control CyBear Jinni Smart Devices remotely from your Android, IOS and Web Browser. If you have ever wondered “is there open source project to make my own smart home?”, This is part of one. CyBear Jinni App Welcome! This repository is in charge of the CyBear Jinni ..

Read more

Flutter-Sudoku Play Online Downloads This is a fully fledged Sudoku game written in Dart using Flutter. It can be exported to Android, iOS, Fuchsia, Windows, Linux, MacOS, PWA or a Web App. Installation & Usage: Can be played online in the browser. See Play Online Can be installed as a Progressive Web App on any platform. ..

Read more

Flutter Carbon Unofficial implementation of Carbon Design System using Flutter framework Finished widgets  CButtons (primary, secondary, danger, tertiary, ghost)  CTextfield (primary, success , warning, danger) based on validation  CForm (form , form group)  CCheckbox  CSVGIcon  CLink  Breadcrumb  Toggle Screenshots Form Button Toggle Setup project Clone the repo: git clone https://github.com/NourEldinShobier/carbon-flutter Change directory to lab: cd ..

Read more

A persian (farsi,shamsi) datetime picker for flutter, inspired by material datetime picker. Persian datetime picker inspired by material datetime picker and based on shamsi_date. Usage Add it to your pubspec.yaml file: dependencies: persian_datetime_picker: version In your library add the following import: import ‘package:persian_datetime_picker/persian_datetime_picker.dart’; Here is many examples how to use: /////////////////////////Example 1//////////////////////////// Jalali picked = await ..

Read more

Zoo Home Shelters and pets app using AWS Amplify and BLOC Auth to create new shelter Add pet cards, upload photos and fill pets info Search pets and shelters Send requests and contact pets owner through email Download Zoo app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub ..

Read more

Mobile app for wger Workout Manager wger is a free, open source flutter application that manages and tracks/logs your exercises and personal workouts, weight and diet plans. This is the mobile app written with Flutter, it talks via REST with the main server. If you want to contribute, hop on the Discord server and say ..

Read more

Round Spot Customizable heat map interface analysis library Round Spot simplifies the UI accessibility and behaviour analysis for Flutter applications by handling the data gathering and processing. It produces beautiful heat map visualizations that aim to make the UI improvement and troubleshooting easy and intuitive. Usage Import the package in your main file: import ‘package:round_spot/round_spot.dart’ as ..

Read more

Flutter Stripe  flutter_stripe is in beta – please provide feedback (and/or contribute) if you find issues  The Stripe Flutter SDK allows you to build delightful payment experiences in your native Android and iOS apps using Flutter. We provide powerful and customizable UI screens and elements that can be used out-of-the-box to collect your users’ payment ..

Read more

Introduction  Zoo is a small, simple and beautiful app that lists 3d model of animals. Before we start, you can take a look at the app: 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/zoo_app.git # Go into the repository ..

Read more

A Completed Functional Flutter App – Peachy Ecommerce (BLoC + Firebase + Clean Architecture) Folder Structure Here is the core folder structure which flutter provides. Here is the folder structure we have been using in this project App Features: Flutter + Firebase (Firestore, Authentication, Storage) Test account: haonguyen.uet@gmail.com / 123456 Use BloC pattern Responsive User-friendly interface Clean ..

Read more

taskit Not Just Another Todo App. P.S: An App build to test the features of Flutter and will continue to update as the world of flutter expands along Made with  and Project Version List and Future Task Version Status Flutter App Setup 0.0.1(beta) [✓] Task List Display 0.0.2(beta) [✓] Add Task 0.0.3(beta) [✓] Update Task 0.0.4(beta) ..

Read more

Check out the Credible documentation here. Credible Credible is a native mobile wallet that supports W3C Verifiable Credentials and Decentralized Identifiers built on DIDKit and Flutter. We packaged the DIDKit library written in Rust into a Flutter application running on both Android and iOS, using C bindings and Dart’s FFI capabilities. This is the wallet counterpart to the rich, ..

Read more

Short Intro: Math expression editing using an on-screen software keyboard or physical keyboard input in a typeset input field in Flutter. math_keyboard is a Flutter package that allows editing math expressions using a typeset input field (so-called “math field”) and a custom-made fully integrated math keyboard in Flutter only – no plugins, no web views. About math_keyboard The math_keyboard package ..

Read more

Flutter QR Bar Scanner A Full Screen Scanner for Scanning QR code and Barcode using Google’s Mobile Vision API Usage The QrCodeCallback can do anything you’d like, and wil keep receiving QR/Bar codes until the camera is stopped. There are also optional parameters to QRScannerCamera. fit Takes as parameter the flutter BoxFit. Setting this to different ..

Read more

Dynamic Cached Fonts A customizable dynamic font loader for flutter with caching enabled. Supports Firebase Cloud Storage too! Introduction Dynamic Cached Fonts allows you to dynamically load a font from any url and cache it. This way, you can reduce your bundle size and load the font if and when it’s required. Another advantage of ..

Read more

Flutters About Flutters is a demo game powered by Flutter and Flame. I wrote it to test out its performance and gaming capabilities and decided to open source it, so you can learn to flutter aswell. Why is a Flutter Game awesome? Apps run on iOS and Android Awesome hot-reloading Compiles to native It is simple to learn Contributing Contributions are ..

Read more

sorting_visulization Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples Sorting algorithms are visualized in a flutter with the help of providers. Algorithms visulized are: Quicksort Selection sort ..

Read more

Table of Contents Introduction Quick Start Guide Installation Integration I want to know more! Introduction Welcome to the official Mixpanel Flutter SDK. The Mixpanel Flutter SDK is an open-source project, and we’d love to see your contributions! We’d also love for you to come and work with us! Check out Jobs for details Quick Start Guide Check ..

Read more

Adidas Shoes Ecommerce App UI Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance ..

Read more