How to create a custom plugin in Flutter with Pigeon

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • app_usage_pigeon

    Flutter plugin example using Pigeon.

    I won't share snippets of the UI code and widgets, but you can take look at these here. Using the plugin in any app is simple; we initialize an instance of AppUsage and call its methods we need them.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • json_serializable.dart

    Generates utilities to aid in serializing to/from JSON.

    We could work around having to introduce parsing logic by using a package such as json_serializable to parse data to and from JSON to save ourselves some time. However, you'd need to make sure the native platforms are returning the data in the exact format you are expecting, and vice versa. Otherwise the parsing will fail.

  • pub-dev

    The pub.dev website

    But there are cases when the functionality the native platform has to offer is not yet available in a public package on pub.dev. In these cases, it's up to us! We need to write some Dart code on the Flutter side to call the platform, as well as the native platform code to call the functionality we need (and that's once per platform your app supports!).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The state of cross-platform app development

    1 project | /r/androiddev | 15 Jan 2023
  • 🚀 Building a Fullstack App with dart_frog and Flutter in a Monorepo - Part 3

    2 projects | dev.to | 1 Jan 2023
  • what a react native developer needs to know when getting started with Flutter.

    2 projects | /r/FlutterDev | 15 Jun 2022
  • Data layer in Flutter V2 | Use the Repository Pattern to keep a local copy of your API data

    2 projects | dev.to | 16 Apr 2022
  • Tried to implements clean architecture but getting error List<dynamic> is not a subtype of Map<String, dynamic>

    1 project | /r/FlutterDev | 24 Jan 2022