flutter_gen
dio


flutter_gen | dio | |
---|---|---|
5 | 8 | |
1,515 | 11,371 | |
1.0% | - | |
9.0 | 4.0 | |
3 days ago | about 2 years ago | |
Dart | Dart | |
MIT License | MIT License |
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.
flutter_gen
-
Enhancing Your Flutter Project with Typesafe Packages
Typesafe Assets: flutter_gen
-
TOP 5 Flutter Packages! That many apps should be used.
4)Flutter_gen:
-
Using FlutterGen code generator in Flutter
To load assets in your Flutter app, you have to reference the asset using path strings, which is not safe. The FlutterGen package helps remove all string-based APIs in your app by generating code for all your assets.
-
10 Flutter tips - season 2 - part 1/10
This tool is very useful. We all know that string based APIs are not the most secure. If you insert a single character incorrectly, the whole string will stop working. The problem is that you use sting apis very often in Flutter. Assets, fonts, colors... Flutter gen is there to solve this problem.
-
FlutterGen: Good-bye Typos!
If you have any questions regarding this package, in this link you can browse the documentation and you can also check its source code in its repo from GitHub.
dio
-
[Official] Dio is no longer being maintained.
With no release in the last 6 months, piling up of issues and launch of a new fork (diox), I felt something was going on with dio. Sadly, today I came across an official announcement (updated on the project repo 2 days back):
-
Dio caching experience
You might want to think twice about dio....we evaluated dio on a recent project and decided to avoid it after running into a blocker when setting a custom timeout (this bug: https://github.com/flutterchina/dio/issues/1454)
- Dio, maintaining session
- NO_RENEGOTIATION error when trying to do HTTPS
- Dio – A powerful HTTP client for Dart
-
GetX is dead, what to use next?
- and Dio for http requests
-
Thoughts on creating a library with Dart for browser and node
I also had some troubles choosing which Dart HTTP client to use. I've started with dio, but when I tried to read one of our bigger JSON responses (~1.5mb) my browser tab froze (there seems to be an old issue describing the same behavior). After that I've switched to the default dart's http package and it is working fine but it doesn't have builtin requests abort/cancellation.
- How to rerun function if it return x?
What are some alternatives?
freezed - Code generation for immutable classes that has a simple syntax/API without compromising on the features.
getx - Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
blurhash - A very compact representation of a placeholder for an image.
sentry-dart - Sentry SDK for Dart and Flutter
TemplaGen-Templates - PreDefined templates for TemplaGen vscode extension
esc_pos_printer - ESC/POS (thermal, receipt) printing for Flutter & Dart
bottom_bar_with_sheet - :rocket: Flutter custom BottomBar Navigation Widget
flutterfire - 🔥 A collection of Firebase plugins for Flutter apps.
mason_bricks - A collection of bricks that enable developers to be more productive when writing code.
graphql-flutter - A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
flutter_gen_demo - Using flutter_gen Demo for LogRocket Article
diox - A powerful HTTP package for Dart/Flutter, which supports Global settings, Interceptors, FormData, Aborting and canceling a request, Files uploading and downloading, Requests timeout, Custom adapters, etc.

