Skip to content

Commit

Permalink
payment successfull
Browse files Browse the repository at this point in the history
  • Loading branch information
yolcura1@gmail.com authored and yolcura1@gmail.com committed Apr 12, 2020
1 parent 367909f commit dcbe4f3
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 40 deletions.
Binary file added .gradle/5.6.4/fileChanges/last-build.bin
Binary file not shown.
Binary file added .gradle/5.6.4/fileHashes/fileHashes.lock
Binary file not shown.
Empty file added .gradle/5.6.4/gc.properties
Empty file.
Binary file added .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 2 additions & 0 deletions .gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Wed Apr 08 11:20:17 EET 2020
gradle.version=5.6.4
Empty file added .gradle/vcs-1/gc.properties
Empty file.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
# Flutter Firebase - The Full Course

Build a QuizApp from scratch with Flutter 1.5 & Firebase.
Build a Define9 from scratch with Flutter 1.5 & Firebase.

## Learn it

Enroll in the [Course](https://fireship.io/courses/flutter-firebase/)

## Try it

- [Get it on The App Store](https://itunes.apple.com/us/app/fireship/id1462592372?mt=8)
- [Get it on Google Play](https://play.google.com/store/apps/details?id=io.fireship.quizapp)

## Run it

```
git clone
cd quizapp
cd define9
flutter run
```
Expand Down
29 changes: 1 addition & 28 deletions android/app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,5 @@

<uses-permission android:name="android.permission.INTERNET" />

<application
android:name="io.flutter.app.FlutterApplication"
android:label="define9"
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize">
<!-- This keeps the window background of the activity showing
until Flutter renders its first frame. It can be removed if
there is no splash screen (such as the default splash screen
defined in @style/LaunchTheme). -->
<meta-data
android:name="io.flutter.app.android.SplashScreenUntilFirstFrame"
android:value="true" />
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<activity
android:name="com.android.billingclient.api.ProxyBillingActivity"
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
</application>

</manifest>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*___Generated_by_IDEA___*/

package com.example.quizapp;
package com.neodeus.define9;

/* This stub is only used by the IDE. It is NOT the Manifest class actually packed into the APK */
public final class Manifest {
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/debug/gen/com/example/quizapp/R.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*___Generated_by_IDEA___*/

package com.example.quizapp;
package com.neodeus.define9;

/* This stub is only used by the IDE. It is NOT the R class actually packed into the APK */
public final class R {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.quizapp;
package com.neodeus.define9;

import android.os.Bundle;
import io.flutter.app.FlutterActivity;
Expand Down
6 changes: 3 additions & 3 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.quizapp;
PRODUCT_BUNDLE_IDENTIFIER = com.neodeus.define9;
PRODUCT_NAME = "$(TARGET_NAME)";
VERSIONING_SYSTEM = "apple-generic";
};
Expand Down Expand Up @@ -448,7 +448,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.quizapp;
PRODUCT_BUNDLE_IDENTIFIER = com.neodeus.define9;
PRODUCT_NAME = "$(TARGET_NAME)";
VERSIONING_SYSTEM = "apple-generic";
};
Expand All @@ -471,7 +471,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.quizapp;
PRODUCT_BUNDLE_IDENTIFIER = com.neodeus.define9;
PRODUCT_NAME = "$(TARGET_NAME)";
VERSIONING_SYSTEM = "apple-generic";
};
Expand Down
2 changes: 1 addition & 1 deletion ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>quizapp</string>
<string>define9</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
Expand Down
2 changes: 1 addition & 1 deletion test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';

import 'package:quizapp/main.dart';
import 'package:define9/main.dart';

void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
Expand Down

0 comments on commit dcbe4f3

Please sign in to comment.