Skip to content

Commit

Permalink
Merge pull request #3 from fluttercandies/chore/remove-flutter
Browse files Browse the repository at this point in the history
🔥 Remove Flutter
  • Loading branch information
ua741 authored Nov 20, 2024
2 parents f1ec3d3 + 97cd336 commit db7ceff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 49 deletions.
55 changes: 7 additions & 48 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,57 +1,16 @@
name: motion_photos
description: A Flutter package for detecting and extracting motionphotos from a image file.
description: A Flutter package for detecting and extracting Motion Photo from a image file.
version: 0.0.6
homepage: https://ente.io
repository: https://github.com/ente-io/motion_photos

environment:
sdk: '>=2.19.2 <3.0.0'
flutter: ">=1.17.0"
sdk: '>=2.12.0 <4.0.0'

dependencies:
flutter:
sdk: flutter
xml: ^6.2.2
path_provider: ^2.0.13

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0


# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter packages.
flutter:

# To add assets to your package, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
#
# For details regarding assets in packages, see
# https://flutter.dev/assets-and-images/#from-packages
#
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware
xml: ^6.2.2

# To add custom fonts to your package, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts in packages, see
# https://flutter.dev/custom-fonts/#from-packages
dev_dependencies:
lints: any
test: ^1.17.0
2 changes: 1 addition & 1 deletion test/motion_photos_test.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:flutter_test/flutter_test.dart';
import 'package:test/test.dart';
import 'package:motion_photos/motion_photos.dart';
import 'package:motion_photos/src/boyermoore_search.dart';
import 'package:motion_photos/src/constants.dart';
Expand Down

0 comments on commit db7ceff

Please sign in to comment.