Category : Flutter App

Short Description: The EasyRichText widget provides a easy way to use RichText. extended_rich_text The EasyRichText widget provides an easy way to use RichText when you want to use specific style for specific word. This widget split string into multiple TextSpan by defining a <pattern,TextStyle> Map; Getting Started Installing: dependencies: easy_rich_text: ‘^0.1.0’ Usage: String str = ..

Read more

Flutter Cinematic This app is a Flutter port of the native Android App Cinematic. My intention in creating this app was understanding the intricacies of building apps in Flutter. Just like the native Android App this app does not make any efforts in being a nicely architectured application. That being said the whole point is ..

Read more

Invoice Ninja Companion app for the Invoice Ninja web app. Google Play Store Apple App Store Features Dashboard Clients Products Invoices Quotes Payments Projects Tasks Vendors Expenses Tablet support Web/Version 2 Setting up the app Initialize the config filecp lib/.env.dart.example lib/.env.dart Support running the code unsigned on Androidcp android/app/build.gradle.dev android/app/build.gradle Run the appflutter run Note: ..

Read more

Auth This library package works with four plugins: firebase_auth google_sign_in flutter_facebook_login flutter_twitter All four are used to log into a Firebase backend. If you’re familiar with these plugins, you’ll be able to quickly use this class library. Installing I don’t always like the version number always suggested in the ‘Installing‘ page. Instead, always go up ..

Read more

Add Ads to your App in a Snap! This Dart package will utilize the plugin, firebase_admob, so to quickly and easily implement ads into a Flutter app. Installing I don’t like the version number always suggested in the ‘Installing‘ page. Instead, always go up to the ‘major‘ semantic version number when installing my library packages. ..

Read more

Flutter Playground Playground app for Flutter. Contains list examples I have created. Preview Home App bar Navigation Drawer Left Navigation Drawer Right Navigation Drawer Right Navigation Drawer Text Span Text Underline AboutListTile Rotated Box Grid Paper Expansion Tile BackdropFilter Collapsible Toolbar Bottom Navigation Animated Icons Animated Size Progress Button Staggered Animation Tab bar List to ..

Read more

Flutter makes it easy and fast to build beautiful mobile apps. https://flutter.dev Flutter is Google’s mobile app SDK for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source. Documentation Install Flutter Flutter documentation Development ..

Read more

ABC of Flutter widgets. Intended for super beginners at Flutter. Play with 35+ examples given and get familiar with various basic widgets in Flutter. Basic Widgets Examples This is aimed for complete beginners in Flutter, to get them acquainted with the various basic widgets in Flutter. Run this project Fork this project. Rename the directory ..

Read more

A simple pair game made with Flutter, a custom library, BLoC and tunnel pattern.  Pair game A simple pair game created with Flutter. BLoC pattern Tunnel pattern (to share data between two blocs) Multiple selections Animations Widgets streaming (to switch the widget to show) Custom library to work with streams and Stateless widgets Packages used: ..

Read more

flutter-tetris a tetris game powered by flutter. Inspired by vue-tetris. Getting Started Compile by yourself install Flutter run in Command Line:flutter run –profile download Apk file at page releases(for Android only) Preview support landscape Other MIT with 996 License Download Flutter Tetris Game Source code on GitHub: https://github.com/boyan01/flutter-tetris FlutterappworldProvides the list of the opensource Flutter ..

Read more

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. 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. Table of ..

Read more

Flutter plugin, support android/ios, crop flip rotate. image_editor Support android ios, use the native way to flip, crop, rotate pictures. image_editor Screenshot Usage ImageEditor method params ImageEditorOption Option Flip Clip Rotate LICENSE Screenshot Usage Import import ‘package:image_editor/image_editor.dart’; Method list: ImageEditor.editImage(); ImageEditor.editFileImage(); ImageEditor.editFileImageAndGetFile(); ImageEditor.editImageAndGetFile(); Example used alone Example of extended_image ImageEditor method params Name Description image ..

Read more

Galaxy: A 2D game in Flutter using the Flame Engine A new Flutter project. 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 ..

Read more

Num++ A scientific & intutive calculator written in Flutter. Overview Num++ let you type math expression intuitively and evaluate it automatically. It supports basically all kinds of math function you will need and it’s beautifully designed. ScreenShot Features Completely offline calculator Completely free and no Ads Calculate result instantly No redundant feature Beautifully designed Plan ..

Read more

infinite_view_pager Flutter infinite view pager widget Installation dependencies: infinite_view_pager: ^1.0.0 Example import ‘package:infinite_view_pager/infinite_view_pager.dart’; class InfiniteViewPagerDemo extends StatefulWidget { @override _InfiniteViewPagerDemoState createState() => _InfiniteViewPagerDemoState(); } class _InfiniteViewPagerDemoState extends State<InfiniteViewPagerDemo> { int index = 0; Widget _buildPage(BuildContext context, int direction) { return Container( padding: EdgeInsets.all(100.0), child: Card( shape: RoundedRectangleBorder( borderRadius: BorderRadius.circular(20.0), ), elevation: 10, child: Center( child: ..

Read more

Sorting Algorithms Visualizer in Flutter Algorithms implemented Insertion Sort Selection Sort Bubble Sort Plugins used fl_chart To run this app run flutter run inside the folder or you can download the prebuilt apk try it out on your device. If you would like to contribute to the project feel free to open a PR. Download ..

Read more

A flutter package for creating a slider button widget. Slider Button This package provides an easy implementation of a Slider Button to cancel current transaction or screen. Highly customizable iphone alike looking widget. How to use Type 1 This is a Circle type widget. You just need to define the border radius to swap between ..

Read more

Dashboard Reborn✨ A very sexy Flutter template app with great focus on UI, design and animations. It is written entirely in Dart code and built using Flutter widgets, so it can be compiled to run (very smoothly) on both Android and iOS. Screenshots Flutter Dashboard Template UI Demos Usage There are three main pages in ..

Read more

drag_select_grid_view A grid that supports both dragging and tapping to select its items. Basic usage First of all, DragSelectGridView constructor is very similar to GridView.builder, so you should take your time to understand the latter before diving into this library. Once you are familiar with GridView.builder, probably the only additional piece of information you’ll need ..

Read more

Flutter‘s website Issues, bugs, and requests We welcome contributions and feedback on our website! Please file a request in our issue tracker and we’ll take a look. For simple changes (such as to CSS and text), you probably don’t need to build this site. Often you can make changes using the GitHub UI. If you ..

Read more

url_launcher A Flutter plugin for launching a URL in the mobile platform. Supports iOS and Android. Usage To use this plugin, add url_launcher as a dependency in your pubspec.yaml file. Example import ‘package:flutter/material.dart’; import ‘package:url_launcher/url_launcher.dart’; void main() { runApp(Scaffold( body: Center( child: RaisedButton( onPressed: _launchURL, child: Text(‘Show Flutter homepage’), ), ), )); } _launchURL() async ..

Read more

A clone of the TikTok App using Flutter. Tik Tok App clone TikTok is an iOS and Android media app for creating and sharing short videos. The app was launched in 2017 by ByteDance, for markets outside of China. ByteDance has previously launched Douyin for the China market in September 2016. Introduction This is a ..

Read more

A Flutter package with a selection of simple yet very customizable set of loading animations. Flutter Loading Animations A simple yet very customizable set of loading animations for Flutter projects. Installation Add the following to your pubspec.yaml file: … dependencies: … loading_animations: “^2.0.0” … Then import the file to your project: import ‘package:loading_animations/loading_animations.dart’; How to ..

Read more

Looking for Flutter Widget/Plugin source code for Barcode scanner plugin. Supports barcode scanning for Android and iOS. flutter_barcode_scanner A plugin for Flutter apps that adds barcode scanning support on both Android and iOS. Try example Just clone the repository, open the project in Android Studio/ VS Code, open pubspec.yaml and click on Packages get. Connect ..

Read more

A Flutter package for some material design app intro screens with some cool animations. IntroViews is inspired by Paper Onboarding and developed with love from scratch. I decided to rewrite almost all the features in order to make it available to the flutter developers and extensible as possible. Table of contents Features Getting Started Usage ..

Read more

This repository contains the Liquid Swipe source code. Liquid swipe is the revealing clipper to bring off amazing liquid like swipe to stacked Container and inspired by Cuberto’s liquid swipe and IntroViews. Sample APK Download sample apk as shown in example from releases. Getting Started Add this to your pubspec.yaml dependencies: liquid_swipe: ^1.2.0 Get the ..

Read more

This repository contains Collection of UIs made using Flutter. Original Design of all the UIs were created by someone else. I tried to recreate those UIs using Flutter Flutter-UIs-Collection This repository contains Collection of UIs made using Flutter. Original Design of all the UIs were created by someone else. I tried to recreate those UIs ..

Read more

????Flutter Travel App Concept Flutter representation of a Travel App Concept i found in Uplabs. It only consists of 2 screens. Star⭐ the repo if you like what you see????. ???? ScreenShots 1 2 3 4 Toggle theme To toggle the theme, change the isDark variable in main.dart. true for dark and false for light. ..

Read more

Flutter UI challenge – planets app Recreated the design by Anto Skvortsovn For help getting started with Flutter, view the online documentation. Download Flutter UI challenge – planets app on GitHub: FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Best Flutter UI Templates completely free for everyone. Its build-in Flutter Dart. Some Screenshots Download the best Flutter UI Template Source Code at GitHub: FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

✨ flutter_custom_dialog Global dialog function encapsulation, with a semantic way to fill the content inside the dialog, the current function provided Support for a few semantic component methods to populate the component content inside dialog Support for customizing semantic components for developers to freely populate component content inside dialog Support setting dialog background color, foreground ..

Read more

Flutter wrapper widget for Avataaars API. avataaar_image Flutter wrapper widget for Avataaars API – a free online avatar generator for anyone to make their beautiful personal avatar easily. Getting Started Create Avataaar object: // Create avatar with default constructor Avataaar( skin: Skin.pale, style: Style.circle, top: Top.longHairCurly( accessoriesType: AccessoriesType.Round, facialHair: FacialHair.beardMagestic( facialHairColor: FacialHairColor.BlondeGolden, ), ), ); ..

Read more

Flutter list widget that allows to drag and drop items as well as define custom drag handle widget. DragList Flutter list widget that allows to drag and drop items as well as define custom drag handle widget. Getting Started Add DragList component to your widget tree: child: DragList<String>( items: [‘Tuna’, ‘Meat’, ‘Cheese’, ‘Potato’, ‘Eggs’, ‘Bread’], ..

Read more

Flutter widget allowing to receive tap callbacks together with their position on screen. positioned-tap-detector Flutter widget allowing to receive tap callbacks, together with their position on the screen. It supports onTap, onDoubleTap and onLongPress gestures. Each callback function is invoked with TapPosition object that provides global and relative touch position. To adjust maximum time allowed ..

Read more

Loader SearchBar This package’s been discontinued Due to a hacky way this widget uses to display search results, it’s become difficult to maintain and add new features. While it won’t be developed anymore, you can still fork/use it in your Flutter project. As a replacement, take a look at Flutter framework showSearch method or other ..

Read more

Game of Fifteen Puzzle game with Flutter? The Game of Fifteen (also called 15-puzzle, Gem Puzzle, Boss Puzzle, Mystic Square and many others) is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing. Report a bug or request a feature Before creating a new issue ..

Read more