Skip to content
This repository was archived by the owner on Jan 28, 2024. It is now read-only.

Remove/fix references to dartlang.org #1

Merged
merged 1 commit into from
May 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
# See https://www.dartlang.org/guides/libraries/private-files
# See https://dart.dev/guides/libraries/private-files

# Files and directories created by pub
.dart_tool/
.packages
build/
# If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock

# Directory created by dartdoc
# If you don't generate documentation locally you can remove this line.
doc/api/

# Avoid committing generated Javascript files:
*.dart.js
*.info.json # Produced by the --dump-info flag.
*.js # When generated by dart2js. Don't specify *.js if your
# project includes source files written in JavaScript.
*.js_
*.js.deps
*.js.map
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: ffigen
version: 0.0.1
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/ffigen
description: Experimental generator for FFI bindings.

environment:
sdk: '>=2.7.0 <3.0.0'

dependencies:
#dependencies:

dev_dependencies:
pedantic: ^1.9.0
Expand Down