diff --git a/lib/main.dart b/lib/main.dart index d1d5f3e..9cfd7b3 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -1,8 +1,8 @@ -import 'package:another/core/push_nofitications.dart'; +import 'package:ggsipu_notice/core/push_nofitications.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_neumorphic/flutter_neumorphic.dart'; -import 'package:another/screens/home.dart'; +import 'package:ggsipu_notice/screens/home.dart'; void main() => runApp(MyApp()); diff --git a/lib/screens/home.dart b/lib/screens/home.dart index 72ef1f9..475d45a 100644 --- a/lib/screens/home.dart +++ b/lib/screens/home.dart @@ -1,12 +1,12 @@ -import 'package:another/keys.dart'; +import 'package:ggsipu_notice/keys.dart'; import 'package:firebase_admob/firebase_admob.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_neumorphic/flutter_neumorphic.dart'; import 'package:firebase_database/firebase_database.dart'; -import 'package:another/ui/about.dart'; -import 'package:another/ui/noticetile.dart'; -import 'package:another/ui/themeswitch.dart'; +import 'package:ggsipu_notice/ui/about.dart'; +import 'package:ggsipu_notice/ui/noticetile.dart'; +import 'package:ggsipu_notice/ui/themeswitch.dart'; import 'package:http/http.dart' as http; import 'dart:async'; diff --git a/lib/ui/about.dart b/lib/ui/about.dart index 872100e..8b34504 100644 --- a/lib/ui/about.dart +++ b/lib/ui/about.dart @@ -43,7 +43,7 @@ class AboutDialog extends StatelessWidget { @override Widget build(BuildContext context) { return CupertinoAlertDialog( - title: new Text("GGSIPU Notices v1.0.2"), + title: new Text("GGSIPU Notices v1.0.3"), content: Column( mainAxisAlignment: MainAxisAlignment.spaceEvenly, children: [ diff --git a/pubspec.yaml b/pubspec.yaml index fa15934..b1e3a2d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,4 +1,4 @@ -name: another +name: ggsipu_notice description: A new Flutter project. # The following defines the version and build number for your application. @@ -11,7 +11,7 @@ description: A new Flutter project. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.2+2 +version: 1.0.3+3 environment: sdk: ">=2.1.0 <3.0.0"