Demo App for llama.cpp Model This app is a demo of the llama.cpp model that tries to recreate an offline chatbot, working similar to OpenAI’s ChatGPT. The source code for this app is available on GitHub. The app was developed using Flutter and implements ggerganov/llama.cpp, recompiled to work on mobiles. Please note that Meta officially distributes the LLaMA models, and …
Mes: marzo 2023
-
-
A Flutter App that predicts the H1b visa acceptence based on the Deep Neural Network Model
HoneB – DL based H1B visa prediction App The Problem Statement: The number of people moving abroad in pursuit of higher-paying professions, reputable education, and modern surroundings have been increasing drastically each year. As a consequence the application for H1B visa have also increased in number drastically. Given the volume of applications, the likelihood of a visa being rejected is …
-
An app built using Flutter that consumes RAWG API to display current games
GameFlix An app built using Flutter that consumes RAWG API to display current games, upcoming and popular video games 🎮and characters 🎃. It has been built following Clean Architecture Principle, Repository Pattern, MVVM Architecture in the presentation layer as well as Bloc pattern. Scroll Down to screenshots 🙂 Getting Started To run this project, You need to have Flutter installed …
-
Easy-to-use interface for integrating Flutter apps with Sicoob’s Pix API
Pix Sicoob – Easy to use interface for integrating with Sicoob Pix API in your Flutter Apps. This package offers an easy-to-use interface for integrating with Sicoob Pix API. With this package, you can get transaction information quickly and efficiently in your Flutter apps. Explore the docs » Report Bug · Request Feature Table of Contents About The Project How …
-
A design implementation of Office Furniture Store app
Office store app 🏢 Office Furniture Store app is a design implementation of Office Furniture Store app designed by Mansuriosdev Screenshots Preview List screen Detail Screen Cart Screen 🚀 Features : • Three different implementations • Display items on list item screen • Display detail of each item on detail screen • Hero animation for images when navigate fron list …
-
Taskify project application built with Flutter
Taskify Taskify is an ongoing open source Android and IOS application that is can be used by UI/UX designers and Developers to collaborate easily by creating a project in Taskify. Screenshots Features Create project with Logo and description. Project lists. Upcoming Features Chat about the project. Discover other teams and projects. Dark theme. Contributing Please feel free to contribute on …
-
A mobile application build with flutter having information about a fps game
Valorant Info A new Flutter project. This project is a mobile application build with flutter having information about a fps game, it’s agents, maps, weapons, skins, bundle, etc… Code is not at all optimised, no state management, no route management, not even folder management. I am still working on the app. Here are some example screenshots from the app: Some …
-
A safe and inclusive forum app for young women promoting free speech and social support
Femunity: Empowering Women Through Safe and Supportive Discussions Femunity is a forum and discussion app that aims to empower young women by providing a safe space for free speech, devoid of hate speech and toxicity. With Femunity, you can create communities, share links, text, and image-based posts, upvote and comment on posts, and participate in discussions with like-minded individuals. Features …
-
Health App UI Design in Flutter
Health App UI Design in Flutter GitHub View Github
-
A flutter app that make you calm, relief, relax, and focus
Mediatation App An app that make you calm, relief, relax, and focus 🧘 Screens Features Play, resume, stop musics according to your choice English language Simple good looking UI Pakages audioplayer – for music player Author Phat Panhareach Usage # Clone this repository $ git clone https://github.com/Re4ch-Jay/Meditation_App.git # Install dependencies $ flutter packages get # Run the app $ flutter …
-
A Dart language Game Framework for the Godot game engine
DartGodot Dart Godot is a Dart language Game Framework for the Godot game engine. MultiPlatform: Its support all Godot Mono Platforms : Android , IOS , Web , Windows , … Simple: Easy for newbies to pick up, but infinitely flexible for power users EasySetup: Dart for godot without pain and hard configs (unlike other godot language bindings) Productive: Fast …
-
A server driven UI library for Flutter
Installation 🚀 First, we need to add mirai to our pubspec.yaml file. Install the plugin by running the following command from the project root: flutter pub add mirai This will add a line like this to your package’s pubspec.yaml. dependencies: mirai: ^0.0.2 And then run flutter pub get. Usage 🧑💻 Now that we have successfully installed mirai, we can import …
-
Bank UI implementation with help of Slivers, Glassmorphism and beautiful animations
Bank UI Flutter Challenge 💸 Bank UI implementation with help of Slivers, Glassmorphism and beautiful animations Project info Developed with latest version of Flutter Supports Android, iOS, WEB Uses Riverpod for state management Uses Slivers for advanced scrolls and animations Demo Web Demo How to run Clone the repo git clone https://github.com/extrawest/bank_ui_flutter_challenge.git your_custom_project_name Install dependencies flutter pub get Run the …
-
A game for WearOS made with Flutter and Flame
Watch Bash 🕹️ A game for WearOS made with Flutter and Flame. About Inspired by @renancaraujo’s Watchsteroids, I decided to make my own WearOS game with Flutter and Flame. The result was “Watch Bash”, a very minimalist 2D version of the first minigame in the PS1 classic “Crash Bash”. You can use both the touch screen and the rotating bezel …
-
Flutter Android Studio based Lottery App
Flutter Project A new Flutter application. Android Studio Everytime the refresh button is pressed, the program generates a random number between 1-10, whenever 4 is generated the lottery is won, otherwise try again. Following are the 2 screens: GitHub View Github
-
An effective mobile application project for psychologists to provide better service to their customers
#An effective mobile application project for psychologists to provide better service to their customers ! GitHub View Github
-
A Red Swap Blue puzzle game with Flutter
red_swap_blue It’s a puzzle game, you have to swap all red pieces with the blue pieces to win. In this project DFS,BFS,UCS and A* search algorithms have been implemented to solve this puzzle using Flutter framework. Level 1 (2×2): Level 2 (3×3): Level 3 (4×4): GitHub View Github
-
A Flutter app for wger Workout Manager
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 hi! Installation Development 1 Install the …
-
Double Bullseye – dbul – the dart full text search engine
dbul 🎯 This is a library that plays on the name double bullseye (shortened to d-bull) for the center point of a dartboard. Given the library is written in dart and aims to have the best score when doing a full text search engine (FTS). Indexing We are aiming to look up matches using an index of the documents. As …
-
A shoes app UI in Flutter
myshoesapp A shoes app UI using Flutter and Firebase. [This project is still under development] The App Login Page Phone Verfication Page [ if tapped on phone icon ] Input Valid Number Enter OTP Home Page Shoe Details Page Names of the products are different as they were passed dynamically. The aim was to make the Select Color feature …