Skip to content

Commit

Permalink
fisnished iamshaunjp#8
Browse files Browse the repository at this point in the history
  • Loading branch information
masanag committed Apr 28, 2020
1 parent 5e8d414 commit 5240a7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
1 change: 1 addition & 0 deletions myapp/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
org.gradle.jvmargs=-Xmx1536M

android.enableR8=true
11 changes: 1 addition & 10 deletions myapp/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,7 @@ class Home extends StatelessWidget {
backgroundColor: Colors.red,
),
body: Center(
child: Text(
'Hello, ninjas!',
style: TextStyle(
fontSize: 20.0,
fontWeight: FontWeight.bold,
letterSpacing: 2.0,
color: Colors.grey[600],
fontFamily: 'IndieFlower',
),
),
child: Image.asset('assets/snowboarding_04.jpg'),
),
floatingActionButton: FloatingActionButton(
onPressed: () {},
Expand Down
5 changes: 2 additions & 3 deletions myapp/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ flutter:
uses-material-design: true

# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- assets/

# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
Expand Down

0 comments on commit 5240a7a

Please sign in to comment.