Skip to content

Commit

Permalink
dart package publish
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Aug 18, 2018
1 parent 77f57f0 commit 70cf2e0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 83 deletions.
80 changes: 0 additions & 80 deletions API.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Widget build(BuildContext context) {

### API

For more information about how to use Photo View, check the [API Docs](/API.md)
For more information about how to use Photo View, check the [API Docs](https://pub.dartlang.org/documentation/photo_view/latest/photo_view/photo_view-library.html)

### Screenshots

Expand Down
2 changes: 1 addition & 1 deletion example/lib/screens/home_screen.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:example/screens/hero_example.dart';
import 'package:flutter/material.dart';
import './app_bar.dart';
import './full_screen_examples.dart';
import './hero_example.dart';
import './inline_examples.dart';

class HomeScreen extends StatelessWidget{
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: photo_view
description: A simple zoomable image widget for Flutter.
version: 0.0.5
version: 0.0.6
author: Renan C. Araújo <[email protected]>
homepage: https://github.com/renancaraujo/photo_view

Expand Down

0 comments on commit 70cf2e0

Please sign in to comment.