Skip to content

Commit

Permalink
minor changes and updation for v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iampawan committed Jun 26, 2018
1 parent 6d127bc commit 112dac6
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@ Happy learning. :+1:

# Screenshots

<img height="480px" src="raw/fu1.png"> <img height="480px" src="raw/fu2.png"> <img height="480px" src="raw/fu3.png"> <img height="480px" src="raw/fu4.png"> <img height="480px" src="raw/fu5.png"> <img height="480px" src="raw/fu6.png"> <img height="480px" src="raw/fu7.png"> <img height="480px" src="raw/fu8.png">
<img height="480px" src="raw/fu1.png"> <img height="480px" src="raw/fu2.png"> <img height="480px" src="raw/fu3.png"> <img height="480px" src="raw/fu4.png"> <img height="480px" src="raw/fu5.png"> <img height="480px" src="raw/fu6.png"> <img height="480px" src="raw/fu7.png"> <img height="480px" src="raw/fu8.png"><img height="480px" src="raw/fu9.png"><img height="480px" src="raw/fu10.png"><img height="480px" src="raw/fu11.png">

## Available Templates:

| Templates Category | Currently Available |
| :----------------- | :----------------------------------------------: |
| Profile | View Profile |
| Profile | View Profile, Profile 2 |
| Shopping | Shopping List, Shopping Details, Product Details |
| Login | Login With OTP |
| Login | Login With OTP, Login 2 |
| Timeline | Feed, Tweets |
| Dashboard | Dashboard 1, Dashboard 2 |
| Settings | Device Settings |
| No Item | No Search Result |
| Payment | Credit Card |
| Payment | Credit Card, Payment Success |

## Building the project

Expand Down
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:flutter_uikit/myapp.dart';

void main() {
// SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]);
// MaterialPageRoute.debugEnableFadingRoutes = true;
MaterialPageRoute.debugEnableFadingRoutes = true;
Injector.configure(Flavor.MOCK);
runApp(MyApp());
}
4 changes: 2 additions & 2 deletions lib/ui/page/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ class HomePage extends StatelessWidget {
color: Colors.white,
shape: RoundedRectangleBorder(
borderRadius: new BorderRadius.only(
topLeft: new Radius.circular(20.0),
topRight: new Radius.circular(20.0))),
topLeft: new Radius.circular(15.0),
topRight: new Radius.circular(15.0))),
child: Column(
mainAxisSize: MainAxisSize.min,
children: <Widget>[
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/page/shopping/shopping_details_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ShoppingDetailsPage extends StatelessWidget {
productBloc: productBloc,
child: CommonScaffold(
backGroundColor: Colors.grey.shade100,
actionFirstIcon: Icons.shopping_cart,
actionFirstIcon: null,
appTitle: "Product Detail",
showFAB: true,
scaffoldKey: _scaffoldState,
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/widgets/about_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class MyAboutTile extends StatelessWidget {
),
],
applicationName: UIData.appName,
applicationVersion: "1.0.0",
applicationVersion: "1.0.1",
applicationLegalese: "Apache License 2.0",
);
}
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: A new Flutter project.
# 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: 1.0.0+1
version: 1.0.0+2

dependencies:
flutter:
Expand Down
Binary file added raw/fu10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added raw/fu11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added raw/fu9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 112dac6

Please sign in to comment.