Etiqueta: flutter

  • A simple app to make Flutter development more delightful

    Flutter Sidekick Sidekick is an app that provides a simple desktop interface to tools that enhance Flutter development experience to make it even more delightful. Features Manage Flutter versions Explore releases View most used packages Search versions across apps Version sandboxing (playground) more… GitHub https://github.com/leoafarias/sidekick

  • A vocab app built with Flutter and Supabase

    Vocabhub 0.2.2 A vocab app built with Flutter and Supabase. View Demo View Github Platform Android iOS MacOS Web Contributing Feel Free to contribute to this app, Data being collected from this sheet. Contribution does not necessarily mean sending a pull request you could also contribute by improving the sheet. Getting Started This project is a starting point for a …

  • A Nice Clean Analog Clock App UI With Flutter

    Analog Clock Light & Dark Theme We design a nice clean analog clock app UI by using flutter. Our clock supports both the Dark and Light theme. If you want to learn how to use both Light and Dark theme then it helps a lot. How I can run it? 🚀 Clone this repo 🚀 Run below code in terminal …

  • A Free online drawing app built using flutter

    DrawingBoard A Free online drawing app built using flutter. View Demo View Github Features [x] Draw [x] Erase [x] Add new page [x] Select between Grid Page and Plane Page. [x] Change pen stroke, color. [x] Change Background Color. [ ] Login/SignUp [ ] Save Drawing Book [ ] Create Multiple Drawing Books Screenshots How To Use To clone and …

  • Flutter sample app using MLKit Vision API for text recognition

    Flutter ML Kit Vision This a sample Flutter app integrated with the ML Kit Vision API for recognition of email addresses from an image. Plugins Using the following dependencies in the pubspec.yaml file: dependencies: camera: ^0.8.1 google_ml_kit: ^0.3.0 For the latest version of these plugins checkout their respective pages on pub.dev. Usage Currently only Android platform is supported but work …

  • A Flutter Responsive Admin Panel or Dashboard

    Flutter-Responsive-Admin-Panel-or-Dashboard On Flutter V2.* web officially supported on a stable branch. Today I share an Admin panel or you can call it dashboard UI build with flutter. Now you can build your app dashboard using flutter. This dashboard contains almost everything that you need like a chart, table, nice small card for showing info. It works perfectly on the Web, …

  • A jiu-jitsu app made in flutter

    jiu_jitsu_para_todos A jiu-jitsu app made in flutter. The purpose of this repository is to show and document my first experience when creating an app I accept any constructive criticism or contribution first I would like to say that some files were not placed in the repository because they have sensitive information, however all the code that was restricted was in …

  • A simple weather forecast app uses Flutter and WeNowAPI

    weNow-App 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

  • Tangram App created using flutte

    Tangram App 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 easy, 3 medium and 3 hard. Plugins Tangram App …

  • Flutter based UI for legal inheritance share calculator

    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. You can find them in …

  • CyBear Jinni App written in Flutter

    CyBear Jinni App This repository is in charge of the CyBear Jinni App and is part of the CyBear Jinni Smart Home system. The CyBear Jinni App lets you control and manage the CyBear Jinni smart devices through your Android, IOS and Web Browser. The CBJ App is written in Flutter and let you control all the CBJ Smart Devices …

  • A unit converter app created with Flutter

    Converter Converter is a unit converter app created with Flutter. https://play.google.com/store/apps/details?id=maxeem.america.flutter.converter ‒ by taking Udacity course ‘Build Native Mobile Apps with Flutter’ ‒ for portfolio and educational purposes GitHub https://github.com/maxeema/converter

  • A fully fledged Sudoku game written in Flutter

    Flutter-Sudoku 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. Can be installed as a Progressive Web App on any platform. See Use Progressive Web Apps Can be installed as an …

  • Mobile app for wger Workout Manager with flutter

    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. Installation Development 1 Install the wger server, the easiest way is starting the development docker-compose:https://github.com/wger-project/wger Alternatively, you …