KanjiMaru Flashcard and Kanji writing mobile app made in Flutter. After a somewhat long hiatus, I have decided to resume this Hobby Project of mine. As I have been frustrated by the fact that apps on the market do not provide a ‘good’ way to learn to write Japanese Characters, I have decided to create ..
Handle your application routing, synchronize it with browser URL and more. Beamer uses the power of Navigator 2.0 API and implements all the underlying logic for you. Key Concepts Examples Books Advanced Books Deep Location Guards Bottom Navigation (WIP) Usage With *App.router As a Widget (WIP) General Notes Migrating from 0.4.x to >=0.5.x Contributing Key Concepts The ..
devs Setup Currently, this DEVS project is using the master channel of the Flutter SDK. TODO: Migrate to beta Clone the project Download dependencies Open the project in an IDE or text-editor, then run the ff: Run the project for web Run the project for mobile TODO: Add responsiveness for mobile Contributing #30DaysOfFlutter Activies 1. Add Developer Details ..
Flutter World Time app A basic Flutter app that shows the user what the time is in different places around the world This is a basic app I made to practise my Flutter skills. This app can be used by the user to find out what the time is in different places around the world. ..
VirtualThrottle Customizable Virtual Flight-Throttle/Controller; VFT: VFT Flight Throttle. Built with Flutter(Moblie App) and Python(Device Server). Main Features Supports all games that support joystick input Support WIFI, USB Serial(WIP), Bluetooth(WIP) for connecting Mobile App with Device Server Places and customize components to configure panel Provides 5 components Slider Button Toggle Button Toggle Switch Hat Switch Simple usage and manuals Install VFT Currently, this project only support Android and Windows. Please download ..
Login Fresh LogiFresh helps you build a login easily with a friendly design, and very flexible for its construction. Installation Follow the install instructions here Use demo First you need to download the github repository and run the following commands: git clone https://github.com/Krysthyan/login_fresh.git cd login_fresh/example flutter run Languages docs English Español Examples You can view the ..
flutter_sequencer This Flutter plugin lets you set up sampler instruments and create multi-track sequences of notes that play on those instruments. You can specify a loop range for a sequence and schedule volume automations. It uses the core sampler engine from AudioKit on both Android and iOS, which lets you create an instrument by loading some samples ..
Noteless A markdown-based note-taking app for Android Compatible with notes saved in Notable Features Markdown-optimized editor with syntax highlighting Supports Github Flavored Markdown, AsciiMath, KaTeX and mermaidjs for diagrams Tags for organizing your notes Pin, Star and sort your notes by title or different dates Very themable – dark/light mode and accent color Full-text search File ..
SkyFeed SkyFeed is a decentralized SkyDB-based alternative to Twitter, YouTube and Instagram with a native Android, web and (soon) iOS app. Use You need to create an account on Sky-ID before using SkyFeed: https://sky-id.hns.siasky.net/ Web App: https://skyfeed-beta.hns.siasky.net/#/ Android App: https://to.skydroid.app/skyfeed.redsolver iOS App: soon Video Demo https://siasky.net/AADw-AkwVFjCytyx7cSGHRqopEt7fJtKlHa-mc38oRpVVw Mobile App Screenshots Design Check out the design concept for SkyFeed: https://github.com/juliandegraaf/design-skyfeed It contains ..
fibscli An eventual FIBS client written in Flutter and hosted on the web. status Currently, the app works as a stand-alone backgammon game w/o connecting to fibs.net. screenshot You can try it live here: https://playfibs-f3c5b.web.app/#/ It works on desktop and mobile form factors. The goal is to host it on the web and make it work against the ..
turkish This library provides these functions for Turkish language for Dart: Converting strings to lower, upper and title case. Regular and ignore case string sorting. Some casing operations for Turkish does not work correctly in Dart core libraries because Dart uses default unicode mappings. Default case mappings fails for Turkish i->İ and I->ı conversions. This library may not be ..
Movies App This is a simple app build it with flutter. Features: Get movies from themoviedb.org Search movies See details movies and casting Tools: Flutter Animation Hero Widget Flutter Swipper VSCode 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_icons Customizable Icons for Flutter,Inspired by react-native-vector-icons Notice v1.0.0 has major Api changes, please be careful to upgrade icon names that begin with a number are preceded by a $prefix icon named with the dart keyword have the _ suffix added Bundled Icon Sets Browse all. AntDesign by AntFinance (297 icons) Entypo by Daniel Bruce (411 icons) EvilIcons by Alexander Madyankin & Roman Shamin (v1.10.1, 70 icons) ..
VPN app template a template for a VPN app.NOT a working app recreation of Mohammad Reza Farahzad’s design resources Mohammad Reza Farahzad’s design flat flags flutter icons Screenshots Download VPN app template source code..
Flutter Carousel Slider A customizable carousel slider for flutter Screenshots Installing Demo Demo application available at https://flutter-carousel-slider.web.app/ Using import ‘package:flutter/material.dart’; import ‘package:flutter_carousel_slider/carousel_slider.dart’; import ‘package:flutter_carousel_slider/carousel_slider_indicators.dart’; import ‘package:flutter_carousel_slider/carousel_slider_transforms.dart’; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title: ‘Flutter Carousel Slider’, home: MyHomePage(title: ‘Flutter Carousel Slider’), ); } } class ..
Flutter Weather A beautiful weather forecasting application built with the Flutter development kit. Screenshots Analysis Run Application This project uses Nx. Go here for installation instructions. Flutter DEV nx run mobile_flutter:runDev PROD nx run mobile_flutter:runProd Read More Angular nx run web_ng:serve Download weather forecasting application source code on GitHub https://github.com/scarnett/flutt..
Agora Flutter Quickstart This tutorial describes how to create an Agora account and build a sample app with Agora using Flutter. Prerequisites Agora.io Developer Account Flutter 1.0.0 Quick Start This repository shows you how to use Agora Flutter SDK to build a simple video call app. It demonstrates you how to: Join / leave a channel Mute / ..
Flutter Minimal Website A minimalistic website for blogs and portfolios built with Flutter. View Flutter Minimal Website Skia Version Screenshots List Post About This minimalistic website template was built as a demo for the Flutter Responsive Framework and to showcase the current state of Flutter Web. Flutter Minimal Website is licensed under Zero-Clause BSD and released as ..
README.md Responsive Framework Responsiveness made simple Responsive Framework adapts your UI to different screen sizes automatically. Create your UI once and have it display pixel perfect on mobile, tablet, and desktop! The Problem Supporting multiple display sizes often means recreating the same layout multiple times. Under the traditional Bootstrap approach, building responsive UI is time consuming, frustrating ..
Bubble Tab Indicator A Flutter library to add bubble tab indicator to TabBar. Getting Started Add package from github by adding the following to your pubspec.yaml, pub publication is added later. Import the library in your file: Use the BubbleTabIndicator like this: Download Bubble Tab Indicator source code on GitHub https://github.com/vipulasri/flutter_bubble_tab..
app-azores-weather Weather App for some locations of the Azores in flutter Using Clean Architecture, Test Driven Development and BLoC Features: Check the weather for favourite locations Check the weather for near locations (TODO) Check the weather for all the locations in the Azores (TODO) Add/Remove locations to your favourites (TODO) Search for locations (TODO) Settings ..
Flutter: screenshot testing as a solid UI regression tool. Golden Toolkit This project contains APIs and utilities that build upon Flutter’s Golden test functionality to provide powerful UI regression tests. It is highly recommended to look at sample tests here: golden_builder_test.dart Table of Contents Golden Toolkit Table of Contents Key Features GoldenBuilder DeviceBuilder multiScreenGolden Getting Started Setup Add ..
Waktu solat Malaysia App waktu solat seluruh Malaysia. Prayer time app across Malaysia. Focusing on lightweight, fast app, easy-to-use and modern UI App UI GIF Screenshot API Malaysia Prayer Time JSON API ttps://mpt.i906.my/ Changelogs History Wondering what changed with every releases? Or what bug has been fixed? View more here Report an issue / Feature request Found a ..
Blog App A Blogging app made by flutter and dart to create and post Blogs. User can also read others Blogs and like it by hiting on thumbs up. Screenshots Future Enhancements Search button on home page. One more section to show all Blog posts posted by all users. User can be able to edit ..
Hacker News Application Hackernews site’s clone application developed with flutter and hackernews api. You can fork that repo and develope more. it’s fully open source, so this project isn’t mine. it’s us! let’s contribute these project. Screenshots How to donwload? run this commands on terminal Packages i use: http html firebase: ^5.0.0 timeago: ^2.0.8 webview_flutter: ^1.0.7 ..
double_back_to_close_app A Flutter package that allows Android users to press the back-button twice to close the app. Usage Inside a Scaffold that wraps all your Widgets, place the DoubleBackToCloseApp passing a SnackBar: class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( home: Scaffold( body: DoubleBackToCloseApp( child: Home(), snackBar: const SnackBar( content: Text(‘Tap back again to leave’), ), ..
StarBook A digital diary that can help you in keeping track of your mood and productivity throughout the month. Mood tracker is a good way to see how you are mostly feeling. And it helped me a lot to realise how my general mood is and to improve it. Cause I was feeling down two ..
QR Code Scanner A QR code scanner that works on both iOS and Android by natively embedding the platform view within Flutter. The integration with Flutter is seamless, much better than jumping into a native Activity or a ViewController to perform the scan. Warning If you are using Flutter Beta or Dev channel (1.25 or ..
workout_app A workout Flutter application 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, ..
FlexColorScheme FlexColorScheme helps you make beautiful color scheme based Flutter themes, with optional primary color branding on surfaces. The created themes are based on the same concept as Flutter’s ColorScheme based themes, but with a few interesting twists and convenience features. For more information about FlexColorScheme, its background and use cases, this package companion blog post and article is ..
Sysnavbar with FlexColorScheme Transparent Android system navigation bar with Flutter and FlexColorScheme. About this Example This an extra Android companion example to the Flutter package FlexColorScheme. It is a slight modification of example nr 5 bundled with the package and shows how FlexColorScheme can be used to make a transparent system navigation bar in Flutter Android ..
SoundCloud Audio Player for Flutter SoundCloud style audio player in Flutter Features Requirements FAQ License Features SoundCloud Audio Player Value types powered by built_value and built_collection State management by bloc Load data from local assets Requirements Flutter: the latest version on flutter dev channel Dart: 2.10.0+ Xcode: 11.5+ Android Studio 4.0.0+ Ruby: 2.4+ CocoaPods: 1.10.0+ Flutter & Dart plugins: Visual ..
ss_bottom_navbar Flutter modern bottom nav bar. Compatible with Android & iOS. You can customize it freely. Getting Started dependencies: ss_bottom_navbar: 0.1.0 $ flutter pub get import ‘package:ss_bottom_navbar/src/ss_bottom_navbar.dart’; Example SSBottomNav Usage Create Items final items = [ SSBottomNavItem(text: ‘Home’, iconData: Icons.home), SSBottomNavItem(text: ‘Store’, iconData: Icons.store), SSBottomNavItem(text: ‘Add’, iconData: Icons.add, isIconOnly: true), SSBottomNavItem(text: ‘Explore’, iconData: Icons.explore), SSBottomNavItem(text: ..
Messenger Chat Head Tried to clone the famous Chat Heads by Facebook Messenger using Flutter. ???? Issues are reported in the bottom of README, feel free to contribute 🙂 Here’s the Look Demo Issues As far as I’m aware of what can be improved here: Make the Chat Head float even when the app is ..
countdown A simple countdown tracker app. It allows you to create, modify and delete upcoming and past countdowns. Persistence When creating countdowns, the raw data is persisted on the local system as .json file. On Linux it is stored in ~/Documents/countdowns.json. How to build it On iOS Open project on your Mac in Xcode and ..
flutter_qjs This plugin is a simple js engine for flutter using the quickjs project with dart:ffi. Plugin currently supports all the platforms except web! Getting Started Basic usage Firstly, create a FlutterQjs object, then call dispatch to dispatch event loop: final engine = FlutterQjs( stackSize: 1024 * 1024, // change stack size here. ); engine.dispatch(); Use evaluate method to run js script, now you ..
color_generator A Flutter color generator app built with Cubit + Freezed Printscreen This a application generates color from RGB and Hexadecimal values. Download Flutter color generator app source code on GitHub https://github.com/e200/color..
Paypal Redesign UI App (Challenge) This project is developed for iOS & Android, using Flutter and inspired by the winner Vadim Demenko of the Uplabs paypal-app-redesign See more on: Uplabs Challenge. Getting Started Clone the repository Install the dependicies Run it Getting Started For help getting started with Flutter, view our online documentation. Download Flutter UI redesign project source code ..
Flutter Summernote Text Editor in Flutter for Android and iOS to help free write WYSIWYG HTML code based on Summernote 0.8.18 javascript wrapper. NOTICE This package dependent to the Official WebView Plugin. In this package can’t add image, video, or another file using editor toolbar. To handle attach image this package give you another solution using ..
extended_tabs A powerful official extension library of Tab/TabBar/TabView, which support to scroll ancestor or child Tabs when current is overscroll, and set scroll direction and cache extent. Web demo for ExtendedTabs extended_tabs Usage ColorTabIndicator Link ScrollDirection CacheExtent Usage dependencies: flutter: sdk: flutter extended_tabs: any ColorTabIndicator Show tab indicator with color fill TabBar( indicator: ColorTabIndicator(Colors.blue), labelColor: ..
