A small attempt to make an e-commerce user interface in Flutter for Android and iOS. Getting Started For help getting started with Flutter, view our online documentation. Download Flutter E-commerce app Source Code on GitHub https://github.com/nitinmehtaa/e-commerce-suit-..

Read more

Flutter Custom flutter candies(widgets) for you to easily build flutter app, enjoy it waterfall_flow  A Flutter grid view easy to build waterfall flow layout quickly. Web demo for WaterfallFlow like_button  Like Button is a flutter library that allows you to create a button with animation effects similar to Twitter’s heart when you like something. Web ..

Read more

Info: package library for extended_image, extended_text and extended_text_field,provide common base class. extended_image_library package library for extended_image extended_image A powerful official extension library of image, which support placeholder(loading)/ failed state, cache network, zoom pan image, photo view, slide out page, editor(crop,rotate,flip), paint custom etc. Download Flutter Extend Image Library Source Code on GitHub https://github.com/fluttercandies/extended_ima..

Read more

Flutter Music Player First Open Source Flutter based Beautiful Material Design Music Player(Online Radio will be added soon.) Demo App Play Store BETA Features  Android (iOS Coming Soon)  Fetch local songs (Inbuilt Permission)  Beautiful UI with multiple themes(Coming Soon)  Animation  Full Fledged Example  play (local files)  stop  pause  seek  shuffle  Album Art  onComplete  onDuration / ..

Read more

Flutter UIKit The goal of this project is to provide an ultimate collection of real world app’s UIs. While I built Flutter UIKit for my own needs, it is also intented to showcase good app structure and a clean, well-organized Flutter codebase. The source code is 100% Dart, and everything resides in the /lib folder. This project will ..

Read more

Fluwx  Chinese please click here What’s Fluwx Fluwx is flutter plugin for WeChatSDK which allows developers to callWeChatSDK native APIs. Join QQ Group now: 892398530。 Capability Share images, texts, music and so on to WeChat, including session, favorite and timeline. Payment with WeChat. Get auth code before you login in with WeChat. Launch mini program in WeChat. Subscribe Message. ..

Read more

carousel_slider A carousel slider widget, support infinite scroll and custom child widget, with autoplay feature. Installation Add carousel_slider: ^1.4.1 in your pubspec.yaml dependencies. And import it: import ‘package:carousel_slider/carousel_slider.dart’; How to use Simply create a CarouselSlider widget, and pass the required params: CarouselSlider( height: 400.0, items: [1,2,3,4,5].map((i) { return Builder( builder: (BuildContext context) { return Container( width: MediaQuery.of(context).size.width, margin: EdgeInsets.symmetric(horizontal: 5.0), decoration: ..

Read more

hmpaisrn A new Flutter application. How Many People Are In Space Right Now? Google Play Store https://play.google.com/store/apps/details?id=de.bergerapps.hmpaisrn App Store https://apps.apple.com/de/app/people-in-space-right-now/id1460477266 API How Many People Are In Space Right Now? API http://www.howmanypeopleareinspacerightnow.com/peopleinspace.json Launch Library Reading API https://launchlibrary.net/docs/1.4/api.html App Structure lib/|- main.dart|- routes.dart|- screens/|- util/|- widgets/|- data/|- services/ Dependencies This app depends on some libraries: package_info transparent_image ..

Read more

SwitchDecor An app to help you adding frame to your favorite screenshots from Nintendo Switch. This project is written in Flutter, supporting both iOS and Android platform. Visit the official website to download the apk, or download in Google Play Store. It’s coming to App Store. Some features: Pick your screenshots from gallery; Extract primary colors from your screenshots; ..

Read more

???????? Flutter Furniture App Concept  Flutter representation of a Furniture App Concept i found on Uplabs. Star⭐ the repo if you like what you see????. Link to Original Design on Uplabs Images are from Unsplash ✨ Requirements Any Operating System (ie. MacOS X, Linux, Windows) Any IDE with Flutter SDK installed (ie. IntelliJ, Android Studio, VSCode etc) A ..

Read more

Info: Lite version of smart_select package, zero dependencies, an easy way to provide a single or multiple choice chips. You can check out his package details on Pub: https://pub.dev/packages/chips_choice chips_choice Lite version of smart_select package, zero dependencies, an easy way to provide a single or multiple choice chips. Demo Preview Download Features Select single or ..

Read more

Pokemon App Pokemon App with animations, beautiful UI and network call. YouTube Tutorials Hindi Build a beautiful Pokemon App English Build a beautiful Pokemon App Screenshots Getting Started For help getting started with Flutter, view our online documentation. Download Flutter Pokemon App Source Code on GitHub https://github.com/DevPianist/..

Read more

flutter_annual_task flutter_annual_task Flutter package for displaying grid view of daily task like Github-Contributions. Example Usage Make sure to check out example project. AnnualTaskView( taskItem // List<AnnualTaskItem> ), Installation Add to pubspec.yaml: dependencies: flutter_annual_task: ^0.1.3 Then import it to your project: import ‘package:flutter_annual_task/flutter_annual_task.dart’; And finally add AnnualTaskView widget in your project. AnnualTaskView( taskItem // List<AnnualTaskItem> ), ..

Read more

FAB Circular Menu A Flutter package to create a nice circular menu using a Floating Action Button. Inspired by Mayur Kshirsagar‘s great FAB Microinteraction design. Getting started Wrap your content with FabCircularMenu and set your desired options: MaterialApp( home: Scaffold( body: FabCircularMenu( child: Placeholder(), // Replace this with your content options: <Widget>[ IconButton(icon: Icon(Icons.home), onPressed: ..

Read more

lets_head_out A flutter UI Challenge for Traveling 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 Screenshots Download Travel flutter app UI Source Code on GitHub https://github.com/zakariaBoukernafa/Let..

Read more

animator Enables you to create stunning flutter animations, faster, efficient and with less code. Partly inspired by the amazing Animate.css package by Dan Eden. Please note, although it’s inspired by Animate.css, this still is a Flutter package, meaning it will be available for all flutter-supported platforms. Features: Combine and chain Tweens with multiple easing-curves. Less ..

Read more

VLC Remote A VLC remote control written with Flutter. Setup Configure VLC on your computer First, you will need to start VLC’s built-in server for VLC Remote to connect to.Open VLC’s preferences (Tools → Preferences on Windows/Linux), find the “Show settings” section and click “All” to view advanced settings: Scroll down to find the Interface → Main interfaces settings and check the “Web” option: Switch ..

Read more

Corona Virus Tracker & Advices App with Flutter Try the web app dev preview Features Current statistics of global total confirmed, deaths, recovered cases. Statistics of countries and regions total cases count World map with annotation pin and description of affected regions Datasets is provided by ArcGIS Esri Corona Virus dataset. Basic advice to prevent ..

Read more

pdf_viewer_jk A flutter plugin for viewing PDF files in mobile app (Android & iOS). based on https://github.com/CrossPT/flutter_plugin_pdf_viewer Installation Add pdf_viewer_jk as a dependency in your pubspec.yaml file. Android No permissions required. Uses application cache directory. iOS No permissions required. How-to: Load PDF Load pages Pre-built viewer Use the pre-built PDF Viewer Download Source Code..

Read more

esc_pos_bluetooth The library allows to print receipts using a Bluetooth printer. For WiFi/Ethernet printers, use esc_pos_printer library. [pub.dev page] | [Documentation] Tested Printers Here are some printers tested with this library. Please add your models you have tested to maintain and improve this library and help others to choose the right printer. Main Features Android / iOS support Simple text ..

Read more

mastodon_dart A Dart API for the Mastodon network. Work in progress. Mastodon data types Mastodon endpoints Status This package is not production ready. Contributing Create an issue, back it with a PR, and tag an active contributor. Mock Client import ‘package:mastodon_dart/mastodon_dart.dart’; main() async { final mock = MockMastodon(); /// Hit the endpoints with blank parameters mock.account(“”).then((a) ..

Read more

Features List of Pokémon Pokemon Details Screen (Details, Status, Evolutions) Dev Tools App made with state management using MobX and with instance management using the Provider library. Screenshots Download Source Code on GitHub https://github.com/RenatoLucasMota/Po..

Read more

CreditCarAccount Features Hold animations Degrade BorderRadius Libs Google Fonts: https://pub.dev/packages/google_fonts#-readme-tab- Flutter Icons: https://pub.dev/packages/flutter_icons#-readme-tab- SlideSheet: https://pub.dev/packages/sliding_sheet Preview Download Source Code on GitHub https://github.com/RenatoLucasMota/Credit..

Read more

???????? Flutter Social App Concept   Flutter representation of a Social App Concept i found on Uplabs. Star⭐ the repo if you like what you see????. Images are from Unsplash Link to Mockup ✨ Requirements Any Operating System (ie. MacOS X, Linux, Windows) Any IDE with Flutter SDK installed (ie. IntelliJ, Android Studio, VSCode etc) A little knowledge of ..

Read more

flutter_html Note: 1.0.0-pre.1 has been released! See the Migration Guide if you’d like to take advantage of all the new features of 1.0.0! Also, check out the Prerelease Changelog. Version 1.0.0 is currently on the new-parser branch. This README will be updated when 1.0.0 is merged into the master branch. A Flutter widget for rendering static html tags as Flutter widgets. ..

Read more

Boilerplate Project A boilerplate project created in flutter using MobX and Provider. Getting Started The Boilerplate contains the minimal implementation required to create a new library or project. The repository code is preloaded with some basic components like basic app architecture, app theme, constants and required dependencies to create a new project. By using boiler ..

Read more

flutter_tinder_template This is an template implementation of the Tinder App with Flutter. How to Run the Project Ensure that you have the flutter installed, how described here Clone this repository, in the terminal git clone https://github.com/bgildson/flutter_tinder_template In the terminal, walk to the project root folder and run flutter run Getting Started For help getting started with Flutter, view ..

Read more

Simple Animations Simple Animations is a package for Flutter to boost your animation productivity by simplifying the way to create animations. Simple Animations is a powerful package to create beautiful custom animations in no time.  fully tested  well documented  enterprise-ready  Highlights Easily create custom animations in stateless widgets Animate multiple properties at once Create staggered animations within seconds Simplified working with AnimationController instances ..

Read more