Skip to content

Commit

Permalink
Added Internet Permission
Browse files Browse the repository at this point in the history
Added internet permission to support google fonts package
  • Loading branch information
JobinBiju committed Jan 15, 2021
1 parent ab7274b commit 47efff0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
In most cases you can leave this as-is, but you if you want to provide
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:name="io.flutter.app.FlutterApplication"
android:label="Taskly"
Expand Down
1 change: 0 additions & 1 deletion lib/app/modules/home/views/dashboard_view.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:flutter/material.dart';
import 'package:flutter_svg/svg.dart';
import 'package:get/get.dart';
import 'package:taskly/app/global_widgets/decorated_Container.dart';
import 'package:taskly/app/global_widgets/user_avatar.dart';
Expand Down

0 comments on commit 47efff0

Please sign in to comment.