Skip to content

Commit 00a209c

Browse files
committed
done pick card page
1 parent c10dba7 commit 00a209c

File tree

130 files changed

+4142
-413
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+4142
-413
lines changed

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 Dao Hong Vinh
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+177-10

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434

3535
defaultConfig {
3636
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
37-
applicationId "com.example.flutter_tarot_card"
37+
applicationId "com.example.flutter_getx_template"
3838
minSdkVersion 16
3939
targetSdkVersion 30
4040
versionCode flutterVersionCode.toInteger()

android/app/src/debug/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.example.flutter_tarot_card">
2+
package="com.example.flutter_getx_template">
33
<!-- Flutter needs it to communicate with the running application
44
to allow setting breakpoints, to provide hot reload, etc.
55
-->

android/app/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.example.flutter_tarot_card">
2+
package="com.example.flutter_getx_template">
33
<application
4-
android:label="flutter_tarot_card"
4+
android:label="flutter_getx_template"
55
android:icon="@mipmap/ic_launcher">
66
<activity
77
android:name=".MainActivity"

android/app/src/main/kotlin/com/example/flutter_tarot_card/MainActivity.kt android/app/src/main/kotlin/com/example/flutter_getx_template/MainActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.example.flutter_tarot_card
1+
package com.example.flutter_getx_template
22

33
import io.flutter.embedding.android.FlutterActivity
44

android/app/src/profile/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.example.flutter_tarot_card">
2+
package="com.example.flutter_getx_template">
33
<!-- Flutter needs it to communicate with the running application
44
to allow setting breakpoints, to provide hot reload, etc.
55
-->

assets/fonts/Lato-Bold.ttf

71.6 KB
Binary file not shown.

assets/fonts/Lato-Regular.ttf

73.4 KB
Binary file not shown.

assets/fonts/Lobster-Regular.ttf

387 KB
Binary file not shown.

assets/fonts/Raleway-Bold.ttf

159 KB
Binary file not shown.

assets/fonts/Raleway-Regular.ttf

160 KB
Binary file not shown.

assets/lottie/lottie_card.json

+1
Large diffs are not rendered by default.

assets/lottie/lottie_splash.json

+1
Large diffs are not rendered by default.

images/c01.jpg

87.9 KB

images/c02.jpg

98.4 KB

images/c03.jpg

107 KB

images/c04.jpg

109 KB

images/c05.jpg

78.9 KB

images/c06.jpg

109 KB

images/c07.jpg

103 KB

images/c08.jpg

93.3 KB

images/c09.jpg

94 KB

images/c10.jpg

97.1 KB

images/c11.jpg

87.1 KB

images/c12.jpg

87.1 KB

images/c13.jpg

108 KB

images/c14.jpg

99.8 KB

images/m00.jpg

94.2 KB

images/m01.jpg

95.5 KB

images/m02.jpg

103 KB

images/m03.jpg

115 KB

images/m04.jpg

115 KB

images/m05.jpg

111 KB

images/m06.jpg

113 KB

images/m07.jpg

104 KB

images/m08.jpg

84.7 KB

images/m09.jpg

77.6 KB

images/m10.jpg

108 KB

images/m11.jpg

112 KB

images/m12.jpg

77.4 KB

images/m13.jpg

108 KB

images/m14.jpg

115 KB

images/m15.jpg

94.7 KB

images/m16.jpg

94.8 KB

images/m17.jpg

105 KB

images/m18.jpg

102 KB

images/m19.jpg

119 KB

images/m20.jpg

112 KB

images/m21.jpg

109 KB

images/p01.jpg

77.1 KB

images/p02.jpg

73.8 KB

images/p03.jpg

106 KB

images/p04.jpg

72.6 KB

images/p05.jpg

114 KB

images/p06.jpg

91.3 KB

images/p07.jpg

96.9 KB

images/p08.jpg

79 KB

images/p09.jpg

102 KB

images/p10.jpg

119 KB

images/p11.jpg

73.5 KB

images/p12.jpg

79.4 KB

images/p13.jpg

124 KB

images/p14.jpg

104 KB

images/s01.jpg

72.2 KB

images/s02.jpg

87.8 KB

images/s03.jpg

72 KB

images/s04.jpg

85.3 KB

images/s05.jpg

99.6 KB

images/s06.jpg

89.3 KB

images/s07.jpg

74.9 KB

images/s08.jpg

97.3 KB

images/s09.jpg

93 KB

images/s10.jpg

87.9 KB

images/s11.jpg

95.3 KB

images/s12.jpg

99.2 KB

images/s13.jpg

88.4 KB

images/s14.jpg

99.6 KB

images/w01.jpg

75.8 KB

images/w02.jpg

82.1 KB

images/w03.jpg

92 KB

images/w04.jpg

89.6 KB

images/w05.jpg

100 KB

images/w06.jpg

103 KB

images/w07.jpg

101 KB

images/w08.jpg

92.3 KB

images/w09.jpg

111 KB

images/w10.jpg

105 KB

images/w11.jpg

88.7 KB

images/w12.jpg

102 KB

images/w13.jpg

111 KB

images/w14.jpg

110 KB

integration_test/app_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import 'package:flutter/material.dart';
99
import 'package:flutter_test/flutter_test.dart';
1010
import 'package:integration_test/integration_test.dart';
1111

12-
import 'package:flutter_tarot_card/main.dart' as app;
12+
import 'package:flutter_getx_template/main.dart' as app;
1313

1414
void main() => run(_testMain);
1515

ios/Flutter/Debug.xcconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
12
#include "Generated.xcconfig"

ios/Flutter/Release.xcconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
12
#include "Generated.xcconfig"

ios/Podfile

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Uncomment this line to define a global platform for your project
2+
# platform :ios, '9.0'
3+
4+
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5+
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
6+
7+
project 'Runner', {
8+
'Debug' => :debug,
9+
'Profile' => :release,
10+
'Release' => :release,
11+
}
12+
13+
def flutter_root
14+
generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)
15+
unless File.exist?(generated_xcode_build_settings_path)
16+
raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first"
17+
end
18+
19+
File.foreach(generated_xcode_build_settings_path) do |line|
20+
matches = line.match(/FLUTTER_ROOT\=(.*)/)
21+
return matches[1].strip if matches
22+
end
23+
raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get"
24+
end
25+
26+
require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)
27+
28+
flutter_ios_podfile_setup
29+
30+
target 'Runner' do
31+
use_frameworks!
32+
use_modular_headers!
33+
34+
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
35+
end
36+
37+
post_install do |installer|
38+
installer.pods_project.targets.each do |target|
39+
flutter_additional_ios_build_settings(target)
40+
end
41+
end

ios/Podfile.lock

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
PODS:
2+
- Flutter (1.0.0)
3+
- integration_test (0.0.1):
4+
- Flutter
5+
- path_provider (0.0.1):
6+
- Flutter
7+
8+
DEPENDENCIES:
9+
- Flutter (from `Flutter`)
10+
- integration_test (from `.symlinks/plugins/integration_test/ios`)
11+
- path_provider (from `.symlinks/plugins/path_provider/ios`)
12+
13+
EXTERNAL SOURCES:
14+
Flutter:
15+
:path: Flutter
16+
integration_test:
17+
:path: ".symlinks/plugins/integration_test/ios"
18+
path_provider:
19+
:path: ".symlinks/plugins/path_provider/ios"
20+
21+
SPEC CHECKSUMS:
22+
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
23+
integration_test: 5ed24a436eb7ec17b6a13046e9bf7ca4a404e59e
24+
path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c
25+
26+
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
27+
28+
COCOAPODS: 1.10.1

0 commit comments

Comments
 (0)