Showing 30 open source projects for "arduino source code"

View related business solutions
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
    Learn More
  • 1
    FlutterPP

    FlutterPP

    FlutterPP is designed to be your ultimate developer companion

    Welcome to FlutterPP, your developer companion for building Flutter apps with ease. FlutterPP (Flutter Plus Plus) is a low-code tool designed to significantly reduce development time by automating code generation for Flutter applications. This initial release, marks the beginning of an exciting journey towards making Flutter development more efficient and accessible. Flutter Plus Plus can automatically generate project files using BLoC OR GetX frameworks ( working on adding more! ). It...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Flutter Local Notifications plugin

    Flutter Local Notifications plugin

    A Flutter plugin for displaying local notifications on Android, iOS

    A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux. Code for the cross-platform facing plugin used to display local notifications within Flutter applications. Code for the common platform interface. These can be found in the corresponding directories within the same name. Most developers are likely here as they are looking to use the flutter_local_notifications plugin. There is a readme file within each directory with more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Rinf

    Rinf

    Rust for native business logic, Flutter for flexible and beautiful GUI

    Rust for native business logic, Flutter for flexible and beautiful GUI. Rinf is a production-ready framework for creating beautiful and performant cross-platform apps using Flutter and Rust with batteries fully included. Simply add this framework to your app project, and you're all set to write Flutter and Rust together. There are no webviews, web servers, hidden threads, or unnecessary memory copying that might cause performance overhead. This setup acts as a very thin wrapper around Dart...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Flutter Packages

    Flutter Packages

    A collection of useful packages maintained by the Flutter team

    This GitHub repository hosts first‑party Flutter and Dart packages maintained by the Flutter team. It serves as a hub for core functionality—covering everything from animations to camera support. Developers can explore, contribute, and use these packages via pub.dev. It’s a companion to the main Flutter repo, ensuring clean separation and specialized maintenance of shared components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • BoldTrail Real Estate CRM Icon
    BoldTrail Real Estate CRM

    A first-of-its-kind homeownership solution that puts YOU at the center of the coveted lifetime consumer relationship.

    BoldTrail, the #1 rated real estate platform, is built to power your entire brokerage with next-generation technology your agents will use and love. Showcase your unique brand with customizable websites for your company, offices, and every agent. Maximize lead capture with a modern, portal-like consumer search experience and intelligent behavior tracking. Hyper-local area pages, home valuation pages and options for rich lifestyle data keep customers searching with your brokerage as the local experts. The most robust lead gen tools on the market help your brokerage, teams & agents effectively drive new business - no matter their budget. Empower your agents to generate free leads instantly with our simple to use landing pages & IDX squeeze pages. Drive more leads with higher quality and lower cost through in-house tools built within the platform. Diversify lead sources with our automated social media posting, integrated Google and Facebook advertising, custom text codes and more.
    Learn More
  • 5
    Flutter Deer

    Flutter Deer

    Flutter practice project

    Flutter Deer is a comprehensive production-level Flutter architecture template. It integrates features like login, mvp/mvvm architecture, routing, state management, theming, modular pages (profile, settings, etc.), and tooling suitable for both mobile and desktop builds. It emphasizes clean code, testability, and scalability, and is widely used as a boilerplate for enterprise-grade Flutter apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Best Flutter UI Templates

    Best Flutter UI Templates

    completely free for everyone. Its build-in Flutter Dart

    This repository is a large collection of high-quality Flutter UI templates covering a wide variety of app categories. It includes templates for e-commerce, fitness, hotel booking, chat/messaging, finance, and more. Each template provides ready-made screens with polished visuals, iconography, and color schemes designed for production-level apps. The layouts are responsive and customizable, helping developers save time when prototyping or launching apps. The project is structured modularly so...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    RxDart

    RxDart

    The Reactive Extensions for Dart

    RxDart is a reactive programming toolkit that augments Dart’s native Streams with a rich set of Rx-style operators and subjects. It offers composition primitives like map, where, debounce, throttle, merge, combineLatest, and switchMap, enabling expressive pipelines for events and async data. Subjects provide multicast behaviors so multiple listeners can share a single data source while maintaining semantics like replaying the latest value. By emphasizing immutability and one-way data flow,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    FL Chart

    FL Chart

    FL Chart is a highly customizable Flutter chart library

    fl_chart is a charting library for Flutter that focuses on expressive, highly customizable data visualizations with smooth animations. It offers a broad set of chart types—line, bar, pie, scatter, and radar—each exposed through clear data/option models rather than imperative drawing. Interactive features like touch handling, tooltips, selection/highlighting, and panning help apps present insights rather than static images. The package pays special attention to aesthetics, with options for...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Flutter Vignettes

    Flutter Vignettes

    A collection of fun Flutter experiments, created by gskinner

    flutter_vignettes is a set of polished experimental projects that showcase creative uses of Flutter’s capabilities. Each vignette is a self-contained demo focusing on visuals, animations, or interactions, often pushing the boundaries of what Flutter’s rendering engine can achieve. Examples include custom UI widgets, fluid animations, and interactive design concepts. The project is intended to inspire developers and demonstrate Flutter’s potential for building expressive, high-quality...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Award-Winning Medical Office Software Designed for Your Specialty Icon
    Award-Winning Medical Office Software Designed for Your Specialty

    Succeed and scale your practice with cloud-based, data-backed, AI-powered healthcare software.

    RXNT is an ambulatory healthcare technology pioneer that empowers medical practices and healthcare organizations to succeed and scale through innovative, data-backed, AI-powered software.
    Learn More
  • 10
    GSY Flutter Demo

    GSY Flutter Demo

    Collection of independent Flutter example components

    This repository is a comprehensive showcase of Flutter capabilities through a large set of demos, patterns, and best practices. It includes examples for UI layouts, animations, navigation, networking, state management, and more. The project is often used as a learning playground for developers to see practical implementations of both simple widgets and complex app structures. It demonstrates integrations with APIs, database persistence, and plugin usage, making it a real-world reference app....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Flutter Architecture Samples

    Flutter Architecture Samples

    TodoMVC for Flutter

    Flutter Architecture Samples is a curated repository that implements the same app (typically a “todo” app) using various architectural / state management patterns (e.g. BLoC, Redux, Provider, MVC, etc.). Its goal is educational: to help developers compare architecture styles, understand trade-offs, and see best practices in action. You can use the samples in this project as a learning reference, as a roughly apples-to-apples comparison of different approaches, or as a starting point for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Flutter Examples

    Flutter Examples

    Simple basic isolated apps, for budding flutter devs

    flutter-examples is a repository of standalone example Flutter apps that demonstrate various features, integrations, and UI / functional behaviors in Flutter. It covers many use-cases (navigation, state, HTTP, dependency injection, Firebase, etc.) so that developers can clone, run, and inspect working code to learn how to implement those features. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge. Complete apps with multiple features. Examples...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FlutterFire

    FlutterFire

    A collection of Firebase plugins for Flutter apps

    FlutterFire is a collection of Flutter plugins that integrate Firebase services into Flutter applications. It provides modular plugins (e.g. firebase_auth, cloud_firestore, firebase_messaging, etc.) such that apps only include what they need. The central plugin is firebase_core, which initializes the Firebase app instance. Through FlutterFire, developers can use authentication, real-time database, Firestore, cloud functions, analytics, messaging, storage, and more from their Flutter code....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Flutter Hooks

    Flutter Hooks

    React hooks for Flutter

    flutter_hooks extends Flutter with a hooks system inspired by React Hooks, aiming to simplify stateful logic inside widgets. It allows developers to reuse and isolate stateful behaviors like animations, controllers, and subscriptions without writing boilerplate StatefulWidgets. Common hooks like useState, useEffect, and useMemoized provide clear ways to manage lifecycle and dependencies inside a widget’s build method. The library improves code readability by keeping logic close to the UI...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Riverpod

    Riverpod

    A reactive caching and data-binding framework

    Riverpod is a modern, framework-agnostic state management and dependency injection library for Dart and Flutter that emphasizes compile-time safety and explicit data flow. Instead of tying state to widget trees, it models state as providers that can be read anywhere, making logic more testable and decoupled from UI. It supports synchronous state, async data (futures/streams) with built-in loading/error handling, and advanced patterns like derived state and provider scopes. Riverpod’s design...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Quiver for Dart

    Quiver for Dart

    A set of utility libraries for Dart

    Quiver is a comprehensive collection of utility libraries for Dart that extends core functionality and simplifies common programming patterns. It provides reusable tools for asynchronous programming, data structures, caching, time manipulation, string utilities, and more. Originally inspired by Google’s internal libraries, Quiver helps developers write cleaner, more expressive, and testable Dart code. Its modular design allows importing only the needed packages, making it both flexible and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    GetX

    GetX

    Open screens/snackbars/dialogs/bottomSheets without context

    GetX is an extra-light and powerful solution for Flutter. It combines high-performance state management, intelligent dependency injection, and route management quickly and practically. GetX has 3 basic principles. This means that these are the priority for all resources in the library: PRODUCTIVITY, PERFORMANCE AND ORGANIZATION. GetX is focused on performance and minimum consumption of resources. GetX does not use Streams or ChangeNotifier. GetX uses an easy and pleasant syntax. No matter...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Flutter Catalog

    Flutter Catalog

    An app showcasing Flutter components, with side-by-side source code

    An opensource app showcasing Flutter components, with side-by-side source code view. lutter Catalog is now available in the browser!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Flutter Plugins

    Flutter Plugins

    Plugins for Flutter maintained by the Flutter team

    This repository (now archived) houses the first-party plugin implementations maintained by the Flutter team, enabling access to platform-specific APIs (e.g. camera, file access, web views, etc.) from Dart/Flutter code. It essentially provides the bridge between Flutter apps and native mobile capabilities: for each plugin, there is often a Dart interface and underlying platform code (Android, iOS, etc.). Over time, the content of this repo has been moved to a newer monorepo or reorganized...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    I/O Photo Booth

    I/O Photo Booth

    Google I/O 2021 Photo Booth built with Flutter and Firebase

    Google I/O 2021 Photo Booth built with Flutter and Firebase. A Photo Booth built with Flutter and Firebase for Google I/O 2021. We (the folks at Very Good Ventures) teamed up with Google to bring an interactive experience to this year’s Google I/O: a photo booth! You can take pictures with well-known Google mascots: Flutter’s Dash, Android Jetpack, Chrome’s Dino, and Firebase’s Sparky, and decorate photos with stickers, including party hats, pizza, funky glasses, and more. Finally, you can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Flutter Notebook

    Flutter Notebook

    Collection of demo projects for Flutter

    Flutter-Notebook is a curated collection of small demo projects for Flutter, designed to help developers learn and practice Flutter UI patterns and behaviors by example. The repository gathers many independent “mini apps” (each focused on one or a few features) so that learners can inspect, run, and understand individual Flutter behaviors in isolation. Demo of common UI behaviors (pull-to-refresh, left-swipe delete, JSON deserialization). Examples of state-preserving page...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Flutter Widgets

    Flutter Widgets

    Source code for various Flutter widgets that are developed by Google

    flutter.widgets (often referred to as the “Flutter Widgets” extras) is a grab bag of production-hardened widgets, utilities, and patterns that complement Flutter’s core framework. It showcases best practices for adaptive layouts, scrolling behavior, input handling, and platform nuances that occur in real apps—not just demos. Many components are small, focused building blocks you can compose, which keeps your widget tree readable while solving thorny UI edge cases. The package is also a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Fluro

    Fluro

    Fluro is a Flutter routing library that adds flexible routing options

    Fluro is a lightweight, flexible routing library for Flutter that brings expressive, URL-like navigation to mobile apps. It lets developers define route patterns with path parameters and optional query strings, making it simple to extract dynamic values from navigation paths. The library focuses on clear, centralized route configuration, reducing boilerplate compared to hand-rolled navigation code. It supports custom route transitions so screens can animate in ways that match an app’s brand...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Dart

    Dart

    Dart is a client-optimized language for fast apps on any platform

    ...A programming language that is easy to learn, with a familiar syntax. Make changes to your source code iteratively, using hot reload to instantly see the effect in the running app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    flutter_neumorphic

    flutter_neumorphic

    A complete, ready to use, Neumorphic ui kit for Flutter

    A complete, ready-to-use, Neumorphic ui kit for Flutter. The main Neumorphic Widget, a container that adds a white/dark gradient depending on a light source and depth. A Modern / Material (upgraded) card usually is a surface floating on top of our perceived background and casting a shadow onto it. The shadow both gives it depth and also in many cases defines the shape itself — as it’s quite often borderless. Neumorphic card however pretends to extrude from the background. It’s a raised shape...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next