A file explorer for the application's documents directory.
In a router:
import 'package:dataview/dataview.dart';
final routes = {
// ...
'/dataview': (BuildContext context) => new DataviewPage("/"),
};
In a link:
import 'package:dataview/dataview.dart';
// ...
RaisedButton(
onPressed: () {
Navigator.of(context).push(MaterialPageRoute(
builder: (context) {
return DataviewPage("/");
},
));
},
child: Text("View application data"))
Remove old code and improve package description
Initial release
example/README.md
A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Add this to your package's pubspec.yaml file:
dependencies:
dataview: ^0.1.1
You can install packages from the command line:
with Flutter:
$ flutter packages get
Alternatively, your editor might support flutter packages get
.
Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:dataview/dataview.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
0.1.1 | Feb 5, 2019 |
|
|
0.1.0 | Feb 5, 2019 |
|
|
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
24
|
Health:
Code health derived from static analysis.
[more]
|
100
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
100
|
Overall:
Weighted score of the above.
[more]
|
62
|
We analyzed this package on Feb 20, 2019, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
Detected platforms: Flutter
References Flutter, and has no conflicting libraries.
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=2.0.0-dev.68.0 <3.0.0 | ||
cupertino_icons | ^0.1.2 | 0.1.2 | |
filesize | ^1.0.0 | 1.0.0 | |
flutter | 0.0.0 | ||
flutter_slidable | ^0.4.9 | 0.4.9 | |
path_provider | ^0.5.0 | 0.5.0+1 | |
Transitive dependencies | |||
analyzer | 0.35.1 | ||
args | 1.5.1 | ||
async | 2.0.8 | ||
boolean_selector | 1.0.4 | ||
charcode | 1.1.2 | ||
collection | 1.14.11 | ||
convert | 2.1.1 | ||
crypto | 2.0.6 | ||
csslib | 0.14.6 | ||
front_end | 0.1.11 | ||
glob | 1.1.7 | ||
html | 0.13.3+3 | ||
http | 0.12.0+1 | ||
http_multi_server | 2.0.5 | ||
http_parser | 3.1.3 | ||
io | 0.3.3 | ||
js | 0.6.1+1 | ||
json_rpc_2 | 2.0.9 | ||
kernel | 0.3.11 | ||
logging | 0.11.3+2 | ||
matcher | 0.12.3+1 | 0.12.4 | |
meta | 1.1.6 | 1.1.7 | |
mime | 0.9.6+2 | ||
multi_server_socket | 1.0.2 | ||
node_preamble | 1.4.4 | ||
package_config | 1.0.5 | ||
package_resolver | 1.0.6 | ||
path | 1.6.2 | ||
pedantic | 1.5.0 | ||
plugin | 0.2.0+3 | ||
pool | 1.4.0 | ||
pub_semver | 1.4.2 | ||
shelf | 0.7.4 | ||
shelf_packages_handler | 1.0.4 | ||
shelf_static | 0.2.8 | ||
shelf_web_socket | 0.2.2+4 | ||
sky_engine | 0.0.99 | ||
source_map_stack_trace | 1.1.5 | ||
source_maps | 0.10.8 | ||
source_span | 1.5.4 | ||
stack_trace | 1.9.3 | ||
stream_channel | 1.6.8 | ||
string_scanner | 1.0.4 | ||
term_glyph | 1.1.0 | ||
test | 1.5.3 | ||
test_api | 0.2.2 | ||
test_core | 0.2.1+1 | ||
typed_data | 1.1.6 | ||
utf | 0.9.0+5 | ||
vector_math | 2.0.8 | ||
vm_service_client | 0.2.6 | ||
watcher | 0.9.7+10 | ||
web_socket_channel | 1.0.9 | ||
yaml | 2.1.15 | ||
Dev dependencies | |||
flutter_test |