Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->
<application
android:name="io.flutter.app.FlutterApplication"
android:name="${applicationName}"
android:label="flutter_insta_clone"
android:icon="@mipmap/ic_launcher">
<meta-data android:name="flutterEmbedding" android:value="2" />
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: flutter_insta_clone
description: A new Flutter project.

environment:
sdk: '>=2.10.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
Expand Down