update(angel3): re-branding angel3 mock_request
This commit is contained in:
parent
03282a834d
commit
5a66ff8d54
16 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
import 'package:platform_mock_request/platform_mock_request.dart';
|
import 'package:platform_mocking/platform_mocking.dart';
|
||||||
|
|
||||||
Future<void> main() async {
|
Future<void> main() async {
|
||||||
var rq =
|
var rq =
|
|
@ -1,4 +1,4 @@
|
||||||
name: platform_mock_request
|
name: platform_mocking
|
||||||
version: 9.0.0
|
version: 9.0.0
|
||||||
description: Manufacture dart:io HttpRequests, HttpResponses, HttpHeaders, etc.
|
description: Manufacture dart:io HttpRequests, HttpResponses, HttpHeaders, etc.
|
||||||
homepage: https://angel3-framework.web.app/
|
homepage: https://angel3-framework.web.app/
|
Loading…
Reference in a new issue