flutter_dynamic_forms
http-mock-adapter
flutter_dynamic_forms | http-mock-adapter | |
---|---|---|
1 | 2 | |
205 | 68 | |
0.0% | - | |
0.0 | 6.0 | |
over 2 years ago | almost 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_dynamic_forms
-
Server driven UI Requirement in Flutter
Let's check this mighty project from my colegue https://github.com/OndrejKunc/flutter_dynamic_forms
http-mock-adapter
-
How to actually do TDD in Flutter
In this example, the app uses Firebase Auth. Because this is an external dependency, we're going to use a test double which mimics the behaviour of the real FirebaseAuth implementation. If you were using a different authentication system which worked over HTTP requests, you could use something like http_mock_adapter to fake your API responses.
-
Simulating HTTP request/response workflow for effective testing in Dart/Flutter via http-mock-adapter
We hope that you give http-mock-adapter a shot! If you find it useful, please 👍 the package, spread the word, and reach out to us at the issues' section if you encounter a bug or think of an awesome feature to improve the package!
What are some alternatives?
json_serializable.dart - Generates utilities to aid in serializing to/from JSON.
flutter_convenient_test - Write and debug tests easily, with full action history, time travel, screenshots, rapid re-execution, video records, interactivity, isolation and more
fpdart - Functional programming in Dart and Flutter. All the main functional programming types and patterns fully documented, tested, and with examples.
flutter_sliding_tutorial - User onboarding library with smooth animation of objects and background colors
emerald - Simple JSON serializer/deserializer for Dart (only JIT, not Flutter).
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.