Showing 13 open source projects for "git:/git.code.sf.net/p/docfetcher/code"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 1
    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
  • 2
    Flutter Architecture Samples

    Flutter Architecture Samples

    TodoMVC for Flutter

    ...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 creating your own apps. The focus of this project is on demonstrating how to structure your code, design your architecture, and the eventual impact of adopting these patterns on testing and maintaining your app. You can use the techniques demonstrated here in many different ways to build apps. Your own particular priorities will impact how you implement the concepts in these projects, so you should not consider these samples to be canonical examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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: 0 This Week
    Last Update:
    See Project
  • 4
    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 of integration with Firebase (analytics, crashlytics). Flutter V2. has officially introduced web support on its stable branch. Today, I'm excited to present a Flutter-based Admin panel, often referred to as a dashboard UI. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 5
    FlutterFire

    FlutterFire

    A collection of Firebase plugins for Flutter apps

    ...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. The project includes tooling (e.g. the FlutterFire CLI) to assist in configuring Firebase projects and managing plugin versions. The goal is to make Firebase a seamless, first-class backend option for cross-platform Flutter apps, handling platform differences (iOS, Android, web) under the hood.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Flutter Hooks

    Flutter Hooks

    React hooks for Flutter

    ...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 definitions and avoiding repetitive patterns. By encapsulating behavior in hooks, developers can create reusable building blocks across multiple widgets. It integrates seamlessly with existing Flutter tools and promotes cleaner, functional-style widget code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Riverpod

    Riverpod

    A reactive caching and data-binding framework

    ...Riverpod’s design reduces rebuilds by letting widgets depend on fine-grained slices of state, which leads to predictable performance in complex apps. The ecosystem includes code generation and utilities that help catch invalid provider usage at compile time rather than at runtime. Overall, it encourages a clear separation of concerns and scales cleanly from small prototypes to large, multi-module applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Quiver for Dart

    Quiver for Dart

    A set of utility libraries for Dart

    ...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 lightweight. Quiver also includes testing utilities that make it easier to simulate asynchronous behavior, time, and equality checks in unit tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Flutter Plugins

    Flutter Plugins

    Plugins for Flutter maintained by the Flutter team

    ...Because the repository is archived, it is now read-only; future development of plugin code occurs elsewhere in the official Flutter organization.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10
    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: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    Fluro

    Fluro

    Fluro is a Flutter routing library that adds flexible routing options

    ...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 and motion language. Error handling hooks help capture unknown routes, and developers can funnel users to fallback pages or gracefully redirect. Because it sits close to Flutter’s own navigation mechanisms, it integrates cleanly and remains easy to adopt incrementally. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • Previous
  • You're on page 1
  • Next