Skip to content

Commit 2ea7b27

Browse files
committed
refactored lib
1 parent 54f2201 commit 2ea7b27

40 files changed

+1164
-312
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## 1.0.0
22

3-
- Initial version, created by Stagehand
3+
- Initial version

LICENSE

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Copyright 2020 Joseph Gibah
2+
3+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
4+
conditions are met:
5+
6+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
7+
8+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer
9+
in the documentation and/or other materials provided with the distribution.
10+
11+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived
12+
from this software without specific prior written permission.
13+
14+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
15+
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
16+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
17+
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
18+
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
19+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
20+
POSSIBILITY OF SUCH DAMAGE.

example/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,5 @@ fabric.properties
188188

189189
# Android studio 3.1+ serialized cache file
190190
.idea/caches/build_file_checksums.ser
191+
!/api/petstore_api/pubspec.yaml
192+
api/

example/api/petstore_api/.gitignore

Lines changed: 0 additions & 32 deletions
This file was deleted.

example/api/petstore_api/.openapi-generator-ignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

example/api/petstore_api/.travis.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

example/api/petstore_api/README.md

Lines changed: 0 additions & 130 deletions
This file was deleted.

example/api/petstore_api/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

example/api/petstore_api/git_push.sh

Lines changed: 0 additions & 58 deletions
This file was deleted.

example/lib/main.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import 'package:flutter/material.dart';
2-
32
import 'package:petstore_api/api.dart';
4-
import 'package:petstore_api/api/pet_api.dart';
53
import 'package:petstore_api/api/store_api.dart';
6-
import 'package:provider/provider.dart';
74

85
void main() => runApp(MyApp());
96

0 commit comments

Comments
 (0)