pub-dev VS dart_framework

Compare pub-dev vs dart_framework and see what are their differences.

dart_framework

Aggregates a set of dart framework repositories as submodules (by squarealfa)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
pub-dev dart_framework
357 3
762 24
1.2% -
9.7 8.9
7 days ago about 2 years ago
Dart Dart
BSD 3-clause "New" or "Revised" License Mozilla Public License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pub-dev

Posts with mentions or reviews of pub-dev. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-10.

dart_framework

Posts with mentions or reviews of dart_framework. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-16.
  • [serious] why isn’t Dart more popular?
    4 projects | /r/dartlang | 16 Oct 2021
    If you are referring to the https://pub.dev/packages/firebase_auth_admin package, then yes, I implemented it. Thanks! :-) However, I don't think one could directly ffi-gen the Go SDK. What I did was create a GO package that exposes some of the SDK features as a dynamic library (with C headers and all), so that I could use from FFI then. Here's the package: https://github.com/squarealfa/dart_framework/blob/main/firebase-auth-admin/go/auth.go. Probably it could use some of improvement, as this was my first exposure to Go. Here and there I decided to keep things a little simple, although possibly at the cost of some performance. For example, for the verifyToken function, instead of trying to marshal the SDK's returned Token structure, I decided it would be simpler to serialize the received structure into Json and return a string to Dart.
  • proto_annotations and proto_generator packages just published
    1 project | /r/FlutterDev | 21 Mar 2021
    The packages are proto_annotations and proto_generator. You can find an example of their usage at https://github.com/squarealfa/dart_framework/tree/main/proto_mapper/proto_mapper_example, which you can use as a starting point.

What are some alternatives?

When comparing pub-dev and dart_framework you can also consider the following projects:

serverpod - Serverpod is a next-generation app and web server, explicitly built for the Flutter and Dart ecosystem.

Flutter-HTML-Editor - A lightweight HTML-Richtext editor for Flutter

awesome-kotlin - A curated list of awesome Kotlin related stuff Inspired by awesome-java.

flutter-examples - This repository contains the Syncfusion Flutter UI widgets examples and the guide to use them.

get_it - Get It - Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App. Maintainer: @escamoteur

Free-RASP-Community - SDK providing app protection and threat monitoring for mobile devices, available for Flutter, Cordova, Android and iOS.

rudderstack-docs - Documentation repository for RudderStack - the Customer Data Platform for Developers.

flutter-widgets - Syncfusion Flutter widgets libraries include high quality UI widgets and file-format packages to help you create rich, high-quality applications for iOS, Android, and web from a single code base.

grpc-web - gRPC for Web Clients

flutter-maplibre-gl - A flutter package for showing customizable vector/raster maps with MapLibre (forked from tobrun/flutter-mapbox-gl)

reactotron - A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.

shelf - Web server middleware for Dart