Top 17 Miscellaneous Built With Flutter

1.Flutter Undo

An undo redo library for Dart/Flutter. Forked from here and updated for Flutter. Demo can be viewed here.

"Flutter Undo"

2.Flutter Link Preview

This is a URL preview plugin that previews the content of a URL

Special feature

  • Use multi-processing to parse web pages, avoid blocking the main process
  • Support for content caching and expiration mechanisms to return results faster
  • Better fault tolerance, multiple ways to find icons, titles, descriptions, image
  • Better support gbk code, no messy code
  • Optimized for large files with better crawl performance
  • Support for second hop authentication with cookies
  • Support gif, video and other content capture
  • Supports custom builder

"Flutter Link Preview"

3.Flutter Intent

A simple flutter plugin to deal with Android Intents - your one stop solution for Android Intents, written with ❤️.

"Flutter Intent"

4.flutter Spider

A small dart library to generate Assets dart code from assets folder. It generates dart class with static const variables in it which can be used to reference the assets safely anywhere in the flutter app.

"flutter Spider"

5.Flutter Ddd

Notes app sample in Dart / Flutter with DDD.

This is an outcome of my attempt to understand Domain-Driven Design and consider how I can introduce it to app development in Flutter. The attempt began when I wondered what directory structure would be better and started to try to figure it out.

DDD may be too much for a small app like this, resulting in unnecessarily bloated code, but should help you more in development of larger apps.

"Flutter Ddd"

6.Flutter Physics Concepts

Learn Physics Concept in more visual ways. Wave Theory, Ray Optics are difficult to understand in plain theory. Hence learn all of them in more animating visual ways.

"Flutter Physics Concepts"

7.Conference Tracker Management

Conference Tracker Management app written in Flutter .this is a Flutter project for tracking conferences and generating a schedule from input. The conference has multiple tracks each of which has a morning and afternoon session. Each session contains multiple talks. Morning sessions begin at 9am and must finish by 12 noon, for lunch. Afternoon sessions begin at 1pm and must finish in time for the networking event. The networking event can start no earlier than 4:00 and no later than 5:00. No talk title has numbers in it. All talk lengths are either in minutes (not hours) or lightning (5 minutes).

"Conference Tracker Management"

8.Flutter Random Users Details

A new Flutter Random Users Details using randomuser.me api.

"Flutter Random Users Details"

9.Flutter Wordpress

This library uses WordPress REST API V2 to provide a way for your application to interact with your WordPress website.

"Flutter Wordpress"

10.Flutter Tex

A Flutter Package to render fully offline so many types of equations and expressions based on LaTeX and TeX, most commonly used are as followings:

  • Mathematics / Maths Equations and expressions (Algebra, Calculus, Geometry, Geometry etc…)

  • Physics Equations and expressions

  • Signal Processing Equations and expressions

  • Chemistry Equations and expressions

  • Statistics / Stats Equations and expressions

  • It also includes full HTML with JavaScript support.

Rendering of equations depends on mini-mathjax a simplified version of MathJax and Katex JavaScript libraries.

This package mainly depends on webview_flutter_plus.

"Flutter Tex"

11.Flutter Screenshots

A screenshot image with overlaid status bar placed in a device frame.

For an example of images generated with Screenshots on a live app in both stores see:

"Flutter Screenshots"

12.Flutter Offline

A tidy utility to handle offline/online connectivity like a Boss. It provides support for both iOS and Android platforms (offcourse).

"Flutter Offline"

13.Flutter Scatter

A widget that displays a collection of dispersed and non-overlapping children

"Flutter Scatter"

14.System Setting

A Flutter plugin for jumping to system settings.

For Android, this plugin currently support jumping to WiFi, Bluetooth and App Notification setting. Other setting path will be added soon.

For iOS, this plugin only opens the app setting screen Settings application, as using url schemes to open inner setting path is a violation of Apple’s regulations. Using url scheme to open settings can also leads to possible App Store rejection.

If you can find any workaround or enhancement, pull requests are always welcome.

"System Setting"

15.Razorpay Flutter

A flutter plugin for razorpay integration for both android and ios.

If you use this library in your app, please let me know and I’ll add it to the list.

"Razorpay Flutter"

16.flutter Tinano

Tinano is a local persistence library for flutter apps based on sqflite . While sqflite is an awesome library to persist data, having to write all the parsing code yourself is tedious and can become error-prone quickly. With Tinano, you specify the queries and the data structures they return, and it will automatically take care of all that manual and boring stuff, giving you a clean and type-safe way to manage your app’s data.

"flutter Tinano"

17.Flutter Cache Manager

A CacheManager to download and cache files in the cache directory of the app. Various settings on how long to keep a file can be changed.

It uses the cache-control http header to efficiently retrieve files.

The more basic usage is explained here. See the complete docs for more info.

"Flutter Cache Manager"

#flutter #dart #mobile-apps

Top 17 Miscellaneous Built With Flutter
2.80 GEEK