Skip to content

Commit

Permalink
updated name
Browse files Browse the repository at this point in the history
  • Loading branch information
msal4 committed Mar 13, 2019
1 parent 7155406 commit 1404f8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
FlutterApplication and put your custom class here. -->
<application
android:name="io.flutter.app.FlutterApplication"
android:label="HalaSat TV"
android:label="Shashety TV"
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
Expand Down
4 changes: 2 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class AppState extends State<App> {
LoginPage.tag: (context) => LoginPage(),
},
debugShowCheckedModeBanner: false,
title: 'HalaSat TV',
title: 'Shashety TV',
theme: ThemeData(
accentColor: Colors.pink,
buttonColor: Colors.pink,
Expand Down Expand Up @@ -93,7 +93,7 @@ class AppState extends State<App> {
Tab(icon: Icon(Icons.message)),
],
),
title: Text('HalaSat TV'),
title: Text('Shashety TV'),
),
body: TabBarView(
children: [
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: halasat casting services.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 2.5.3+14
version: 2.5.4+15

environment:
sdk: '>=2.0.0-dev.68.0 <3.0.0'
Expand Down

0 comments on commit 1404f8a

Please sign in to comment.