Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jonatas
2020-09-28 15:47:11 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
803cf6cfa660eb9e9d16de8ba92b3c0f0f455053
803cf6cf
1 parent
ce1ff19e
update mockito on getTests
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
22 deletions
getx/LICENSE copy
packages/get_test/lib/get_test.dart
getx/LICENSE copy
deleted
100644 → 0
View file @
ce1ff19
MIT License
Copyright (c) 2019 Jonny Borges
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
\ No newline at end of file
packages/get_test/lib/get_test.dart
View file @
803cf6c
...
...
@@ -3,7 +3,7 @@ import 'package:flutter/scheduler.dart';
import
'package:flutter_test/flutter_test.dart'
;
import
'package:get_navigation/get_navigation.dart'
;
import
'package:get_state_manager/get_state_manager.dart'
;
import
'
package:image_test_
utils/image_test_utils.dart'
;
import
'utils/image_test_utils.dart'
;
class
_Wrapper
extends
StatelessWidget
{
final
Widget
child
;
...
...
Please
register
or
login
to post a comment