Author : Flutterappworld

This flutter project allows you to make your choices with animation in inbox. For UI, it’s inspired by the great example on dribbble! It’s not perfect. But it will be better. Flutter Dribbble Dribbble Links : https://dribbble.com/shots/4749691-Sliding-operation Download animation slider source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. ..

Read more

Project This is the successor of my previous project Dart-O-Mat 3000. I chost to rewrite it using go as a backend language and svelte as a frontend framework. Also I spiced it up a little and did a full redesign. It is now called DaSCR – Board and will be one of three projects within the DaSCR range. It ..

Read more

ArDrive Web The ArDrive Web App allows a user to log in to securely view, upload and manage their ArDrive files. Have any questions? Join the ArDrive Discord channel for support, news and updates. https://discord.gg/ya4hf2H Setting up the Development Environment If your environment is using homebrew, install the Flutter SDK with its cask as shown below. ..

Read more

A library for analyzing Dart packages. It invokes executables from the Dart SDK (or from the Flutter SDK if the package uses Flutter). Reports are created in the following categories: Follow Dart conventions Provide documentation Support multiple platforms Pass static analysis Support up-to-date dependencies Used by the Dart Package site. Use as an executable Installation > ..

Read more

LoadingIndicator A collection of out-of-the-box loading animations written in pure dart, no extra dependency, inspired by loaders.css and NVActivityIndicatorView. Demo Now, you can click this site to preview 3D effect will be invalid in web. Animation types Type Type Type Type 1. ballPulse 2. ballGridPulse 3. ballClipRotate 4. squareSpin 5. ballClipRotatePulse 6. ballClipRotateMultiple 7. ballPulseRise 8. ballRotate 9. cubeTransition ..

Read more

Google Cloud Platform support package (gcloud) The gcloud package provides a high level “idiomatic Dart” interface to some of the most widely used Google Cloud Platform services. Currently the following services are supported: Cloud Datastore Cloud Storage Cloud Pub/Sub The APIs in this package are all based on the generic generated APIs in the googleapis and googleapis_beta packages. This means that ..

Read more

DioHub for Github Table of content Summary Features Roadmap Support Screenshots Build Instructions Summary DioHub is an open-source unofficial GitHub mobile client, that aims to deliver the ultimate GitHub experience on mobile devices. It is under active development and aims to implement all the available features on the GitHub website, and much more. Alternatively, download ..

Read more

visa This is an OAuth 2.0 package that makes it super easy to add third party authentication to flutter apps. It has support for FB, Google, LinkedIn, Discord, Twitch, Github, and Spotify, auth. It also provides support for adding new OAuth providers. You can read this medium article for a brief introduction. Demo Reference Getting Started Basic Usage Get a Provider Authenticate Use AuthData Rejoice! Debugging ..

Read more

Instory Beautiful flutter app for downloading Instagram stories  Demo video Dependencies used video_player http dio path_provider permission_handler For help getting started with Flutter, viewonline documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference. Download Instagram stories downloader app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps ..

Read more

TailorMade Managing a Fashion designer’s daily routine TailorMade is what actually started out as an experiment with Flutter, flutter_redux ReBLoC and Firebase Cloud Functions but instead turned out to be a valuable tool for managing a Fashion designer’s daily routine. It is clean, easy on the eyes and overall has a very smooth feel. It also handles offline use cases with ..

Read more

Cached network image A flutter library to show images from the internet and keep them in the cache directory. How to use The CachedNetworkImage can be used directly or through the ImageProvider. Both the CachedNetworkImage as CachedNetworkImageProvider have minimal support for web. It currently doesn’t include caching. With a placeholder: CachedNetworkImage( imageUrl: “http://via.placeholder.com/350×150”, placeholder: (context, ..

Read more

Wave Widget for displaying waves with custom color, duration, floating and blur effects. Getting Started WaveWidget( config: CustomConfig( gradients: [ [Colors.red, Color(0xEEF44336)], [Colors.red[800], Color(0x77E57373)], [Colors.orange, Color(0x66FF9800)], [Colors.yellow, Color(0x55FFEB3B)] ], durations: [35000, 19440, 10800, 6000], heightPercentages: [0.20, 0.23, 0.25, 0.30], blur: MaskFilter.blur(BlurStyle.solid, 10), gradientBegin: Alignment.bottomLeft, gradientEnd: Alignment.topRight, ), colors: [ Colors.white70, Colors.white54, Colors.white30, Colors.white24, ], durations: ..

Read more

Flutter Pokedex Pokedex app built with Flutter App preview Video demo Installation Add Flutter to your machine Open this project folder with Terminal/CMD and run flutter packages get Run flutter run to build and run the debug app on your emulator/phone Todos  Home  Home – Apply Sliver effect in home screen  Pokedex  Pokedex – FAB  Pokedex – Add FAB animation ..

Read more

Flutter Bitmap A minimalist Flutter package to perform fast bitmaps operations. The focus here is to provide a cool bitmap manipulation interface. The package standard format is RGBA32. Bitmap uses the Dart FFI to perform operations such as contrast, brightness, saturation, and exposure. For now, things like format encoding, EXIF and multi-frame images are not the concern of ..

Read more

Enigma Enigma – A minimalist, locked-down one-to-one chat app. Usage Flutter – Get Started Since this is a Firebase dependent project, create a Firebase Project and enable Firebase Phone Authentication (for authentication) Cloud Firestore (not Realtime Database) Firebase Storage (for storing images) Firebase In-App Messaging (for custom messages) After enabling the above features, download the google-services.json and ..

Read more

flutter_pure_mixpanel A pure Dart library for Mixpanel analytics. Running Tests This library has Flutter as a dependency for easier testability. The tests are true end to end tests, using a real Mixpanel account and API token that anyone is free to use. I decided against mocking the API for now to keep the codebase simple. Features Event tracking ..

Read more

Short Intor: gen_lang is a dart library for internationalization. Extracts messages to generate dart files required by Intl, inspired by Intl_translation and Flutter i18n gen_lang gen_lang is a dart library for internationalization. Extracts messages to generate dart files required by Intl. Now, three steps for internationalization Preparing Json files Run gen_lang Use it in coding Installation ..

Read more

A wrapper around Google Analytics for command-line, web, and Flutter apps. For web apps To use this library as a web app, import the usage_html.dart library and instantiate the AnalyticsHtml class. For Flutter apps Flutter applications can use the AnalyticsIO version of this library. They will need to specify the documents directory in the constructor in order to tell the library ..

Read more

flutter_walkthrough A new Flutter package for both android and iOS which helps developers in creating animated walkthrough of their app. Show some  and star the repo to support the project Screenshots Usage Example To use this package : add the dependency to your pubspec.yaml file. dependencies: flutter: sdk: flutter flutter_walkthrough: How to use class TestScreen extends StatelessWidget { ..

Read more

Show some  and star the repo to support the project A new Flutter project. Getting Started Flutter Project Add this to your package’s pubspec.yaml file:dependencies: map_view: “^0.0.12” Getting Started Generate your API Key Go to: https://console.developers.google.com/ Enable Google Maps Android API Enable Google Maps SDK for iOS Under Credentials, choose Create Credential. Note: For development, you can create an unrestricted API ..

Read more

Flutter QRCode Scanner APP Show some  and star the repo to support the project A new Flutter project. Features  Scan 2D barcodes  Scan QR codes  Control the flash while scanning  Permission handling  Support multiple barcode libraries Getting Started Flutter Project Add this to your package’s pubspec.yaml file:dependencies: barcode_scan: “^1.0.0” Android For Android, you must do the ..

Read more

Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter. It lets you define translations for your content in different languages and switch between them easily. Example Features Very easy to use Mobile, Web and Desktop support Pluralization and Duals support Static keys support with flutter_translate_gen Supports both languageCode (en) and languageCode_countryCode (en_US) locale formats Automatically save & restore the selected locale with a simple implementation Full support ..

Read more

Cash Balancer It is too hard to balance money across different assets and accounts. Spreadsheets are too hostile; banks are too complex. This app should help you understand your finances without the help of an expert. It works basically as a finance calculator for asset allocation: you put what you have, how much you want ..

Read more

LibreTrack Private, cross-platform package tracking app. Track postal items directly on your device using accounts of postal services. The app respects your privacy and freedom: you don’t use third-party online services. Use, see, change and share; with all.  Features Free and Open Source software (FOSS) Support for various platfroms and devices Support accounts of different carriers ..

Read more

Peer-to-peer payment integration to a messaging app using Flutter  This project shows how to integrate a peer-to-peer payment solution to your Stream Chat using Rapyd’s Wallet API with the help of Flutter. Project structure  The lib directory contains the Dart code of the Flutter app, it is distributed in the following directories: screens: contains all the Flutter app screens widgets: contains various widgets ..

Read more

Project demonstrates building a simple chat application using Flutter framework and Firebase cloud. App does not poll for new messages, instead streams are used to make it reactive. Tech stack Firebase authentication for user management. Firebase Firestore message storage. Screenshots Download Flutter Chat on Firebase source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with ..

Read more

Short Intro: Starter architectures for your next Flutter project in order to make it scalable and easy for maintenance and tests.  Flutter Starter Architecture (MVVM) My custom starter project for Flutter apps. I was looking for a simple way to build Flutter app in a scalable and clear way way to operate. So I’ve spent a little ..

Read more

QuizApp Generated by the Very Good CLI  Getting Started  This project contains 2 flavors: development production To run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands: # Development $ flutter run –flavor development –target lib/main_development.dart # Production $ flutter run –flavor production –target lib/main_production.dart *Quizapp works on iOS ..

Read more

flutter-app boilerplate This repo is a boilerplate to create flutter application easily. It is based on GetX. More info about GetX here. The app has been setup to work with retrofit, dio, json_annotation, intl_utils and shimmer Getting Started Install Flutter SDK. Require Flutter 2.0 Install plugins in Android Studio Dart Data Class Flutter Intl GetX Clone the repo. Run flutter pub get Run flutter pub run intl_utils:generate ..

Read more

supabase_flutter Short Intro: Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products. Flutter package for Supabase. What is Supabase Supabase is an open source Firebase alternative. We are a service to: listen to database changes query your tables, including filtering, pagination, and deeply nested relationships (like GraphQL) create, ..

Read more

Ripple pond effect This project contains Ripple pond effect widget. It makes wave when you click on it! There is still many things to improve in this widget so feel free to contribute. I just share my work, it is not production ready code, you can copy it and adjust for your needs. PondWidget You ..

Read more

Flutter Audio Player A new Flutter project. Here you will learn how to implement a music player into your flutter app. Features (Android & iOS)  Fetch local songs  Beautiful UI  CD Animation  Play (local files)  Stop  Pause  Seek  Duration  Play background  Shuffle  Favorite  Play Network File Getting Started If you don’t have Flutter SDK installed, ..

Read more

Weekend With Flutter This is my new challenge. Every weekend, I want to implement challenging UI & digital designs using Flutter. you can join me with #WeekendWithFlutter hashtag in twitter. Solved Challenges Ring Spinners I find this graphic in this tweet. This is how the result looks like. Source Result Download Ring Spinners source code on ..

Read more

ezyfox-server-flutter-client  flutter client for ezyfox server Architecture Offical documentation Prepare Download and install JDK 8 Download and install Android Studio Download and install Xcode Download and install Intellij and Flutter plugin Download and instal Flutter SDK How to test? 1. Clone source code 2. Import source code You need import ezyfox_server_flutter_client/example to your IDEs To IntelliJ IDE: for all To Xcode: for iOS ..

Read more

Koel Player  The mobile app for Koel, which provides a complete mobile app experience and doesn’t have the limitations of the mobile web version. Supports both iOS and Android. Download You can, of course, build the project and install the app on your own. Download Koel Player app source code on GitHub FlutterappworldProvides the list of the ..

Read more

flex_grid The FlexGrid control provides a powerful and quickly way to display data in a tabular format. It is including that frozened column/row,loading more, high performance and better experience in TabBarView/PageView. parameter description default frozenedColumnsCount The count of forzened columns 0 frozenedRowsCount The count of forzened rows 0 cellBuilder The builder to create cell required ..

Read more

Flutter Animations Gallery This project is a showcase of the most common Flutter animation APIs. Preview Also available as a Flutter web demo. Settings  Curves: a showcase of all built-in Flutter animation curves  Themes: primary color theme selection (red, indigo, green, brown)  Duration: slider to set the duration of various animations in the app Implicit Animations ..

Read more