Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nixrajput committed May 6, 2022
1 parent 7f5e347 commit ed934b1
Show file tree
Hide file tree
Showing 73 changed files with 758 additions and 1,023 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# video_calling_app

A new Flutter project.

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
A new video calling mobile application using Flutter, Agora SDK and GetX state management.
8 changes: 0 additions & 8 deletions android/app/proguard-rules.pro

This file was deleted.

2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
tools:ignore="ProtectedPermissions" />

<application
android:label="Video Calling App"
android:label="LiveBox"
android:name="${applicationName}"
android:icon="@mipmap/launcher_icon">
<activity
Expand Down
Binary file modified android/app/src/main/res/drawable-hdpi/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/drawable-mdpi/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/drawable-night-hdpi/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/drawable-night-mdpi/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/drawable-night-xhdpi/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/drawable-night-xxhdpi/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/drawable-night-xxxhdpi/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/drawable-xhdpi/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/drawable-xxhdpi/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/drawable-xxxhdpi/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-hdpi/launcher_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-mdpi/launcher_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xhdpi/launcher_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/app_name_trans.png
Binary file not shown.
Binary file added assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/icon_trans.png
Binary file not shown.
Binary file removed assets/logo_trans.png
Binary file not shown.
2 changes: 1 addition & 1 deletion flutter_launcher_icons.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/logo_trans.png"
image_path: "assets/icon.png"

# flutter pub run flutter_launcher_icons:main
10 changes: 3 additions & 7 deletions flutter_native_splash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ flutter_native_splash:

#background_image: 'assets/images/splash.png'
color: "#F5F5F5"
image: "assets/logo_trans.png"
image: "assets/icon.png"

#background_image_dark: "assets/dark-background.png"
color_dark: "#001B2B"
image_dark: "assets/logo_trans.png"
image_dark: "assets/icon.png"

fullscreen: true

# android_12:
# image: "assets/logo_trans.png"
# icon_background_color: "#F5F5F5"
fullscreen: true
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
2 changes: 1 addition & 1 deletion ios/Runner/Base.lproj/LaunchScreen.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</scene>
</scenes>
<resources>
<image name="LaunchImage" width="400" height="400"/>
<image name="LaunchImage" width="400" height="269"/>
<image name="LaunchBackground" width="1" height="1"/>
</resources>
</document>
52 changes: 0 additions & 52 deletions lib/common/count_widget.dart

This file was deleted.

2 changes: 1 addition & 1 deletion lib/common/custom_app_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class NxAppBar extends StatelessWidget {
InkWell(
onTap: RouteManagement.goToBack,
child: CircleAvatar(
backgroundColor: Theme.of(context).dividerColor,
backgroundColor: ColorValues.primaryColor,
radius: Dimens.fourteen,
child: Icon(
CupertinoIcons.left_chevron,
Expand Down
59 changes: 0 additions & 59 deletions lib/common/custom_list_tile.dart

This file was deleted.

38 changes: 0 additions & 38 deletions lib/common/elevated_card.dart

This file was deleted.

22 changes: 0 additions & 22 deletions lib/common/keep_alive_page.dart

This file was deleted.

133 changes: 0 additions & 133 deletions lib/common/loading_indicator.dart

This file was deleted.

Loading

0 comments on commit ed934b1

Please sign in to comment.