Flutter Production Boilerplate A flutter project containing bloc, flutter_lints, hive, easy_translations and more! This repository is the starting point for my personal projects. If you have any suggestions or improvements feel free to let me know. The project strives to implement best practices recommended by Google and other developers. These best practices include but are ..
farmr A web dashboard that allows you to monitor your Chia farm and sends notifications when blocks are found and new plots are completed through a discord bot. It can link multiple farmers/harvesters to your account. The farmr client collects local stats about your farm and it is available for Windows, Linux and macOS here. The ..
Analog Clock Light & Dark Theme Description: 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 ..
Stay Home Polls App An app for sharing surveys in an interactive and anonymous way, mainly on sociocultural issues produced by the period of confinement by COVID-19 and its causes and consequences. Sign in Popular polls Voted polls New poll Download Stay Home Polls App source code..
Flutter_Cart A flutter package for make your life easy. This package is used for maintaining a cart. Usage It is recommended to use any State Management. i.e:- Provider, Redux etc To use this plugin, add flutter_cart as a dependency in your pubspec.yaml file. Getting Started first create an instance of flutter cart package. After getting the instance, we ..
Medium Splash Screen A Medium iOS landing page screen clone built with flutter that works for iOS and Android. Download Medium Splash Screen source code on GitHub https://github.com/VictorUva..
InjectorX Dependence management from Flutter The idea for InjectorX came about to make it easier to control and maintain dependency injections in a flutter project with Clean Architecture. The main difference InjectorX for the main packages already available is the injection control by context, thus decentralizing the injections and not instantiating what you don’t need outside ..
swipable_stack A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations. (Sorry, the package name swipable_stack is typo of swipeable stack) Usage builder A SwipableStack uses a builder to display widgets. SwipableStack( builder: (context, index, constraints) { return Image.asset(imagePath); }, ), onSwipeCompleted You can get completion event with onSwipeCompleted. SwipableStack( onSwipeCompleted: (index, direction) { print(‘$index, ..
funvas Flutter package that allows creating canvas animations based on time and math (mostly trigonometric) functions. The name “funvas” is based on Flutter + fun + canvas. Let me know if you have any better ideas 🙂 Demo I share my funvas creations on Twitter and I have also created a live demo that allows you to see the ..
Flutter ML Kit Vision This a sample Flutter app integrated with the ML Kit Vision API for recognition of email addresses from an image. NOTE: The ML Kit plugin for Flutter (google_ml_kit) is under development and is only available for Android platform. There was firebase_ml_vision package having similar functionality but providing cloud based ML solution connected to Firebase, and also supported both Android and iOS platforms. Unfortunately, it ..
Gchat – The Chatting Application An application for chatting. I used Android Studio and you can you any editor of your choice for ex: VS Code, IntelliJ, etc. Getting Started This part is a starting point for this Flutter application. The application can be tested by USB debugging option or you can download and use ..
Flutter Shortcuts Show some and the repo Why use Flutter Shortcuts? Flutter Shortcuts Plugin is known for : Flutter Shortcuts Fast, performant & compatible Free & Open-source Production ready Make App Reactive Features All the features listed below can be performed at the runtime. Create Shortcuts Clear Shortcuts Update Shortcuts Use both flutter and android asset ..
simple_shadow A customizable shadow for any widget Getting Started import: import ‘package:simple_shadow/simple_shadow.dart’; example: SimpleShadow( child: Image.asset(‘images/bird.png’), opacity: 0.6, // Default: 0.5 color: Colors.blue, // Default: Black offset: Offset(5, 5), // Default: Offset(2, 2) sigma: 7, // Default: 2 ) Default Color: Colors.blue Opacity: 1 Sigma: 10 Offset: Offset(10, 10) Download shadow widget source code on ..
vector_tile_renderer A vector tile renderer for use in creating map tile images or writing to a canvas. Written in Dart to enable use of vector tiles with Flutter. Example An example of output: Known Issues Theme layer types not implemented: raster, circle, fill-extrusion, heatmap, hillshade, sky Development Resources Maputnik Style Editor Theme style specification License Copyright ..
nimbus This is Nimbus (Portfolio & CV), a beautifully designed portfolio website built with flutter. It is inspired by Web Genius Lab Designs on Behance Download portfolio design source code..
Anon is an Open Source Application where it’s users will be able to share their thoughts without their identity being revealed i.e Anonymous. When the user joins the platform, a new account is created and only the user id is kept in the database, and when the user logs out, automatically his/her account deleting from ..
jiu_jitsu_for_all Download link on Google play A jiu-jitsu app made in flutter. If you want to know more about flutter: Lab: Write your first Flutter app Cookbook: Useful Flutter samples online documentation The purpose of this repository is to show and document my first experience when creating an app I accept any constructive criticism or ..
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 ..
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. ..
json_cache Json Cache is an object-oriented package to serve as a layer on top of local storage packages – packages that persist data locally on the user’s device -, unifying them as an elegant cache API. In addition, this package gives the programmer great flexibility; it provides a set of classes that can be selected and ..
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 ..
vector_map_tiles A plugin for flutter_map that enables the use of vector tiles with slippy maps and Flutter. Loads vector tiles from a source such as Mapbox or Stadia Maps, and renders them as a layer on a flutter_map. Tile rendering can be vector, mixed, or raster. Mixed mode is default, since that provides an optimal trade-off between sharp ..
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 ..
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 ..
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 ..
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 ..
Chat-App UI If you liked it, please give it a star . Features of the app – Light Mode + Dark Mode 4 different color themes – pink/teal/yellow/purple Inspired from messenger + whatsapp It is open source so feel free to contribute, star & fork the repo if you liked it! Some Screenshots of this ..
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 ..
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 ..
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 ..
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 ..
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. ..
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 ..
Titled Bottom Navigation Bar A beautiful, clean and simple bottom navigation bar with smooth animation on click. This package is high customizable, read more bellow for more details. You can see the source code of this lib inside the /lib folder. Show some and star the repo to support this project Preview (default mode) Preview (with reverse mode) ..
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, ..
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..
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 ..
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. ..
Karee Another way to build Flutter applications for mobile, web and desktop using the powerful of MVC Design Pattern. + = About Karee Karee is a framework that embbed a Command Line Interface and Libraries used to take full advantage of what it offers. The CLI Karee-CLI a command line interface that helps you to ..
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 ..
