Skip to content

Commit

Permalink
Update Responsive Framework v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rayliverified committed Apr 26, 2020
1 parent 3730180 commit 7afac59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import 'package:flutter/material.dart';
import 'package:minimal/pages/pages.dart';
import 'package:minimal/routes.dart';
import 'package:responsive_framework/responsive_framework.dart';
import 'package:responsive_framework/utils/bouncing_scroll_behavior.dart';

void main() {
runApp(MyApp());
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: minimal
description: A minimalistic Flutter website template for blogs and portfolios.
version: 1.0.1
version: 1.0.2

environment:
sdk: ">=2.7.0 <3.0.0"

dependencies:
flutter:
sdk: flutter
responsive_framework: ^0.0.4
responsive_framework: ^0.0.5
google_fonts: ^1.0.0
animations: ^1.0.0+5

dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.7.4
flutter_launcher_icons: ^0.7.5

flutter_icons:
android: true
Expand Down

0 comments on commit 7afac59

Please sign in to comment.