Flutter JS plugin Short intro: A Javascript engine to use with flutter. It uses quickjs on Android and JavascriptCore on IOS A Javascript engine to use with flutter. Now it is using QuickJS on Android through Dart ffi and JavascriptCore on IOS also through dart-ffi. The Javascript runtimes runs synchronously through the dart ffi. So ..
Use dynamic and beautiful card view pagers to help you create great apps. Preview New Feature v1.3.0 Change Alignment Left Center(Default) Right v1.4.0 Enable Web Web Link Installing Add dependency to pubspec.yamlGet the latest version in the ‘Installing’ tab on pub.dartlang.org dependencies: vertical_card_pager: ^1.5.0 Import the package import ‘package:vertical_card_pager/vertical_card_pager.dart’; Adding VerticalCardPager With optional parameters @override Widget build(BuildContext ..
FancyOnBoarding A Fancy OnBoarding Screen Library for Easy and Quick Usage. Checkout the Original Author : Checkout the Original Designer : The source code is 100% Dart, and everything resides in the /lib folder. Show some and star the repo to support the project Installation In the dependencies: section of your pubspec.yaml, add the following line: Usage Import this class import ‘package:fancy_on_boarding/fancy_on_boarding.dart’; ..
Custom Splash Screen A Flutter package to custom splash screen: change logo icon, logo animation, and splash screen background color. (Custom from animated splash screen) Using the package Get the library Things to do Get a logo for your app Prepare what to execute while the splash screen is shown (initializing your db, shared preferences, ..
Ubuntu Launcher It’s a custom lightweight android launcher. Features : Simple Fast Ad Free Lightweight Requirments : MinSdkVersion 16 (Android 4.1.x) TargetSdkVersion 28 (Android 9) Hopefully will work fine above android 4.1.x Download Latest Apk : Ubuntu Launcher 2.1.0 Latest Feature : Long Press to open App Settings Screenshots : Loading Screen (Loading the apps installed in ..
A Flutter package for trimming videos Features Customizable video trimmer Video playback control Retrieving and storing video file Also, supports conversion to GIF. TRIM EDITOR EXAMPLE APP CUSTOMIZABLE VIDEO EDITOR Usage Add the dependency video_trimmer to your pubspec.yaml file. Android Go to <project root>/android/app/build.gradle and set the proper minSdkVersion, 24 for Main Release or 16 for LTS Release.Refer to the FFmpeg Release section.minSdkVersion <version> Go to <project root>/android/build.gradle and add the following line:ext.flutterFFmpegPackage = ..
What’s new with Flutter 2.0? : Review The Flutter 2.0 update was released recently, and it has been the talk of the tech world. It is one of the most awaited stable releases since the platform Flutter 1.0 was first released 2 years ago. Just like all the other updates, this update is formulated to ..
Natrium – Fast, Robust & Secure NANO Wallet What is Natrium? Natrium is a cross-platform mobile wallet for the NANO cryptocurrency. It is written in Dart using Flutter. Link Description natrium.io Natrium Homepage nano.org NANO Cryptocurrency Homepage Server Natrium’s backend server can be found here Contributing Fork the repository and clone it to your local machine Follow ..
Sofia is your personal AI powered Yoga instructor, allowing you to harness the benefits of yoga from any place you want. The app is built using a cross-platform framework called Flutter, so it can run on both iOS and Android. For authentication, we have used Auth0 SDK. Cloud Firestore is used for storing the user-info and the track data. Firebase Storage is used for ..
Short intro: A routing package that lets you navigate through guarded page stacks and URLs using the Router and Navigator’s Pages API, aka “Navigator 2.0”. 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 Beaming ..
Persistent Bottom Navigation Bar A persistent/static bottom navigation bar for Flutter. NOTE: Those migrating from pre 2.0.0 version should check the latest Readme and instructions as there are many breaking changes introduced in the 2.0.0 update Styles Style15 Style16 Style1 Style9 Style7 Style10 Style12 Style13 Style3 Style6 Neumorphic Neumorphic without subtitle Note: These do not include all ..
peercoin-flutter Wallet for Peercoin and Peercoin Testnet using Electrumx as backend.Early alphaBasic testing successfull on iOS 14.4 and Android 10.Use at own risk. Development This repository currently relies on a fork of bitcoin_flutter, which can be found here: peercoin/bitcoin_flutter The original library is not compatible, due to transaction timestamp incompability. Update icons flutter pub run flutter_launcher_icons:main Update ..
smartrider The all-in-one RPI transportation app developed with Flutter and Firebase. Our goal is to make transportation in and around RPI safer and more intuitive. RCOS Project Currently planned features: Allows you to call RPI saferide like uber. Contains CDTA bus and RPI shuttle schedule. Allows you to search for specific departures. Shows closest stops and estimated departure time ..
subsound A subsonic music player. Screenshots Goals Browsing content Audio playback Starred songs Media players support (lock screens) Android ios A nice, smooth interface Offline support Sync content for local access in database Selective caching Possible goals: Chromecast Airplay Support other servers than Subsonic compatible APIs Linux Transcoding when needed Non-goals: Video support EQ/Gain TODO: ..
Sentry SDK for Flutter This package includes support to native crashes through Sentry’s native SDKs: (Android and iOS). It will capture errors in the native layer, including (Java/Kotlin/C/C++ for Android and Objective-C/Swift for iOS). Usage Sign up for a Sentry.io account and get a DSN at http://sentry.io. Follow the installing instructions on pub.dev. Initialize the Sentry SDK using the ..
Lottie for Flutter Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile! This repository is an unofficial conversion of the Lottie-android library in pure Dart. It works on Android, iOS, macOS, linux, windows and web. Usage Simple animation This example shows how to display ..
crop_your_image A flutter plugin which provides Crop Widget for cropping images. crop_your_image provides only minimum UI for deciding cropping area inside images. Other UI parts, such as “Crop” button or “Change Aspect Ratio” button, need to be prepared by each app developers. This policy helps app developers to build “Cropping page” with the design of their own ..
TFlite Audio Plugin for Flutter Audio classification Tflite package for flutter (iOS & Android). Can support Google Teachable Machine models. If you are a complete newbie to audio classification, you can read the tutorial here. Credit to Carolina for writing a comprehensive article. To keep this project alive, please consider being a contributor. A star is also appreciated. ..
Flutter Colorful TabBar A colorful TabBar for Flutter where each tab has a color (inspired by SmartNews app). Getting Started Add this to your package’s pubspec.yaml file: Import the library in your file: Use the flutter_colorful_tab like this: Download Flutter Colorful TabBar widget source code on GitHub https://github.com/datdescartes/flutter_co..
flutter_guitar_tabs flutter_guitar_tabs is a package to show guitar tabs like the one below: How to use the package The widget TabWidget receives two parameters, name and tabs. name is the name displayed on the top. tabs is a list of strings containing up to 6 numbers, or x, with seperating spaces. As an example: “x 0 0 2 3 1” “x 5 7 7 6 ..
Introduction A Vector math library for 2D and 3D applications. Features 2D, 3D, and 4D vector and matrix types. Quaternion type for animating rotations. Collision detection: AABB, rays, spheres, … Utilities like color and common rendering related operations Flexible getters and setters, for example, position.xwz = color.grb;. Fully documented. Well tested. Heavily optimized. Libraries using vector_math ..
Flutter FTP Connect Flutter simple and robust dart FTP Connect Library to interact with FTP Servers with possibility of zip and unzip files. Key Features Upload files to FTP Download files/directories from FTP List FTP directory contents Manage FTP files (rename/delete) Manage file zipping/unzipping Completely asynchronous functions Example upload file ###example 1: import ‘dart:io’; import ‘package:ftpconnect/ftpConnect.dart’; ..
Flutter DropdownSearch Flutter simple and robust DropdownSearch with item search feature, making it possible to use an offline item list or filtering URL for easy customization. Key Features Online and offline items Searchable dropdown Three dropdown mode: Menu/ BottomSheet/ Dialog Material dropdown Easy customizable UI Handle Light and Dark theme Easy implementation into statelessWidget packages.yaml dropdown_search: ..
Hamburger Flutter App concept created with Flutter inspired by Tasty Burger. About The app was created to simulate all the system behind the inspiration video. There’s no code on the backend or another web service. The app is all contained in this repository. The model’s classes were created to better represent an official development, the repositories classes are ..
Gooey Tab Bar Flutter Flutter component concept created with Flutter using Dart programming language, inspired by Gooey Tab Bar. About This component was created inspired by the GIF at the end of this page. The component is using Animations, Clip Path, Transform and Stream’s with RxDart proprieties to better simulate the inspiration GIF. The Constructor Data Fields final ..
Fluid Slider Flutter The component created with Flutter using Dart programming language, inspired in Fluid Slider by Ramotion. About The component was created to better simulate all the component behavior in the inspiration video. The component is editable and only require the Flutter framework and no other third-party library. The App The GIF below shows this current component ..
Photography Explorer Flutter App App concept created with Flutter using Dart programming language, inspired by Multi Search By Categories. About This app was created inspired by the GIF in the end of this page. The code was built to better create a real app, identical to the inspiration and with all logic behind it. This app is using ..
Grocery Shop Flutter App concept created with Flutter using Dart programming language, inspired by Groceries Shopping App Interaction. About The app was created to simulate all the system behind the inspiration video. There’s no code on backend or other web service. The app is all contained in this repository. The models classes was created to better representate an ..
pass-flutter A Flutter library for work with Apple Wallet passes. How use it Getting pass from URL to internal memory import ‘package:pass_flutter/pass_flutter.dart’; PassFile passFile = await Pass().saveFromUrl(url: ‘https://link_to_pass/pass.pkpass’); Getting list of all saved passes import ‘package:pass_flutter/pass_flutter.dart’; List<PassFile> passes = await Pass().getAllSaved(); Fetch preview from url and save it import ‘package:pass_flutter/pass_flutter.dart’; PassFile passFile = await Pass().fetchPreviewFromUrl(url: ..
image_painter A flutter implementation of painting over image. Overview Features Seven available paint modes. Line, Box/Rectangle, Circle, Freestyle/Signature, Dotted Line, Arrow and Text. Four constructors for adding image from Network Url, Asset Image, Image from file and from memory. Controls from constructors like strokeWidth and Colors. Export image as memory bytes which can be converted ..
Lighthouse Power Management Power management app to control the Valve Index® lighthouses from your phone. Inspired by lighthouse-v2-manager but that project is desktop only. And if your computer doesn’t have a bluetooth adapter then it is useless. Sadly the Valve Index® doesn’t provide it’s bluetooth adapter to the system and thus can’t be used for that. Fortunately ..
Color Picker An app made in Flutter to help people choose the colors they will use in their projects! Features Pick a color from a picker wheel, palette, value, named and even from an image.Liked a color? Favorite it to use it later or copy it to clipboard.Is it too bright? Don’t worry, use the ..
Harmonoid A music app with a beautiful UI to play all your music! Download APK Animations Consider dropping star to the repository, if you wanna appreciate the effort & support future development. Android users can download APK from the link above. Features Powerful Library Management Music automatically gets arranged into albums, artists & tracks. Play Local Music ..
Flutter Flows made easy! Usage Define a Flow State The flow state will be the state which drives the flow. Each time this state changes, a new navigation stack will be generated based on the new flow state. Flutter Flows made easy! A Flutter package which simplifies flows with a flexible, declarative API. class Profile ..
A simple Flutter plugin for reading metadata of media files. Usage import ‘package:media_metadata_retriever/media_metadata_retriever.dart’; Future<void> getMetadata() async { final metadataRetriever = new MediaMetadataRetriever(); /* Set File path */ await metadataRetriever.setFile(new File(‘/storage/emulated/0/Music/music.aac’)); /* Access metadata */ Metadata metadata = await metadataRetriever.metadata; print(metadata.trackName); print(metadata.trackArtistNames); print(metadata.albumName); print(metadata.albumArtistName); print(metadata.trackNumber); print(metadata.albumLength); print(metadata.year); print(metadata.genre); print(metadata.authorName); print(metadata.writerName); print(metadata.discNumber); print(metadata.mimeType); print(metadata.trackDuration); print(metadata.bitrate); /* Alternatively, you may ..
Uber Air This is a simple flight booking app build with flutter. Features Select Date Get airport from skyscanner API Select Passenger Get flights from skyscanner API Google authentication Tools Flutter Vscode Skyscanner Firebase Download UberAir flight booking app source code on GitHub https://github.com/onurur..
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 ..
Easy-to-make ads in Flutter with Google’s AdMob SDK. Get started To get started with Native Ads for Flutter, read the documentation Native Ads Banner Ads Interstitial Ads Rewarded Ads App Open Ads This is a library to help you to create native, banner, interstitial and rewarded ads entirely in dart (flutter) using the AdMOB sdk Get started: Platform setup Contribute ..
Animated Onboarding Made with in India This flutter app is made just to demonstrate how to we can make an animated onboarding experience that looks beautiful and provides a good user experience as well. Back to UI and the app. This idea I had in mind for a long time and I was so busy so ..
Flutter Movies App An application made with Flutter to practice the principles of Clean Architecture.Even being focused on architecture, the project also has a beautiful UI. ## Getting Started Note: You already need to have Flutter installed. # clone the repo git clone https://github.com/marciovalim/flutter-movies-app.git # move to the cloned repo cd flutter-movies-app # get dependencies ..
