Showing 14 open source projects for "php-simple-html-dom-parser"

View related business solutions
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    FVM

    FVM

    Flutter Version Management: A simple CLI to manage Flutter SDK version

    FVM streamlines Flutter version management. It allows per project SDK versions, ensuring consistent app builds and easier testing of new releases, thereby boosting the efficiency of your Flutter project tasks.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    WhatTodo

    WhatTodo

    A Simple Todo app design in Flutter to keep track of your task

    A Simple Todo app design in Flutter to keep track of your task on daily basis. Its built on BLoC Pattern. You can add a project, labels, and due date to your task also you can sort your task on the basis of project, label, and dates. This diagram showcase the dependencies to create a feature-specific BLoCs.The HomeBloc is independent and used as a communication channel between its child widgets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Flutter InAppWebView Plugin

    Flutter InAppWebView Plugin

    A Flutter plugin that allows you to add an inline webview

    A Flutter plugin that allows you to add an inline WebView, to use a headless WebView, and to open an in-app browser window. Adding the InAppWebView widget into your app is very simple. It’s just a widget like any other Flutter widget. Use InAppBrowser or ChromeSafariBrowser to open an in-app browser! ChromeSafariBrowser is based on Chrome Custom Tabs on Android and on SFSafariViewController on iOS. Create a Class that extends the InAppBrowser/ChromeSafariBrowser Class in order to override the callbacks to manage the browser events. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    FL Chart

    FL Chart

    FL Chart is a highly customizable Flutter chart library

    ...Because it’s built on Flutter’s rendering primitives, it scales crisply on any device and adapts well to layout constraints. Its API is designed so teams can start simple and progressively layer in formatting, interactions, and performance tweaks as dashboards grow in complexity.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 5
    Responsive Framework

    Responsive Framework

    Easily make Flutter apps responsive. Automatically adapt UI

    ...Under the traditional Bootstrap approach, building responsive UI is time-consuming, frustrating and repetitive. Furthermore, getting everything pixel-perfect is nearly impossible and simple edits take hours. AutoScale shrinks and expands your layout proportionally, preserving the exact look of your UI. This eliminates the need to manually adapt layouts to mobile, tablet, and desktop. Flutter's default behavior is resize which Responsive Framework respects. AutoScale is off by default and can be enabled at breakpoints by setting autoScale to true. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GSY Flutter Demo

    GSY Flutter Demo

    Collection of independent Flutter example components

    ...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. The codebase is modular, so learners can explore sections independently without needing to understand the entire app at once. Overall, it is a well-regarded resource for both beginners and experienced Flutter developers seeking examples of scalable app structures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Fluent UI

    Fluent UI

    Implements Microsoft's WinUI3 in Flutter

    ...Because it’s built in Flutter, developers can target Windows while keeping the door open to other platforms using similar component structures. The library is organized to be both drop-in for simple screens and extensible for custom controls or branded variations. With fluent_ui, teams can produce Windows-polished interfaces without rebuilding basic components from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Flutter Rust Bridge

    Flutter Rust Bridge

    Rust binding generator, feature-rich, but seamless and simple

    flutter_rust_bridge is a toolchain that generates ergonomic bindings between Rust and Dart/Flutter so you can write performance-critical logic in Rust while building UI in Flutter. It abstracts away the low-level FFI details, letting developers define Rust functions and data structures that are safely callable from Dart. The project supports passing complex types, handling async operations and streams, and integrating with Flutter across mobile and desktop targets. By leaning on Rust’s...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • Striven | All In One Business Management Software Icon
    Striven | All In One Business Management Software

    Striven is an all-in-one business management software suite with everything your organization needs for success.

    Striven is the all-in-one business management software that lowers your costs, improves your operations, and makes work easier. Make your company’s data coherent, connected, and relevant.
    Learn More
  • 10
    Provider

    Provider

    InheritedWidgets, but simple

    provider is a lightweight state management approach for Flutter that wraps InheritedWidget to expose data down the widget tree in a clean, idiomatic way. It popularized simple patterns like ChangeNotifierProvider and Consumer to rebuild only the widgets that need updates. The library offers convenient providers for synchronous values, streams, and futures, plus utilities like MultiProvider and ProxyProvider to compose dependencies. Its appeal is minimal boilerplate, readability, and ease of onboarding for teams new to Flutter. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Flutter Translate

    Flutter Translate

    Flutter Translate is a fully featured localization library for Flutter

    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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 and motion language. Error handling hooks help capture unknown routes, and developers can funnel users to fallback pages or gracefully redirect. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Fish Redux

    Fish Redux

    An assembled flutter application framework

    Fish Redux is a high-level, componentized application framework for Flutter based on the Redux paradigm. It emphasizes modular “assembly” of application features — you build small “components” with state, actions, views, and connectors, and then assemble them into larger screens or flows. It supports functional programming style, predictable state containers, pluggable component systems, and non-destructive performance (i.e. minimizing unnecessary rebuilds). Fish Redux was developed within...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    flutter_swiper

    flutter_swiper

    The best swiper for flutter, with multiple layouts, infinite loop

    ...The widget is designed for image sliders, onboarding screens, and product showcases, making it a common choice for e-commerce or presentation apps. Developers can extend it with custom builders to create unique effects such as stacked or 3D-like swipes. Its API is simple, allowing developers to integrate swipers with just a few lines of code while maintaining flexibility for advanced customizations. As one of the earlier Flutter swiper libraries, it became widely used for its reliability and ease of integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next