jaredsburrows / flutter-gif-search

Flutter Gif Search

Home Page:https://jaredsburrows.github.io/flutter-gif-search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gif Search using Flutter

License Build Twitter Follow

Gif List Grid Example using Flutter!

Updates

Flutter

rm -f ios/Podfile.lock
rm -f pubspec.lock
flutter upgrade
flutter pub get
flutter pub upgrade

Build All

flutter build apk --debug
flutter build ios --debug --no-codesign
flutter build web

Build the App

Android

flutter build apk

iOS

flutter build ios

Install the App

flutter install

Run the App

flutter run

Testing

flutter test

Local Debug Run

rm -f pubspec.lock && \
flutter clean && \
flutter upgrade && \
flutter pub get && \
flutter pub upgrade --major-versions && \

dart run build_runner build --delete-conflicting-outputs && \

osv-scanner -r . && \

dart format . && \
dart fix --dry-run && \
dart fix --apply && \

flutter analyze && \

flutter test --platform=chrome --test-randomize-ordering-seed=random && \

flutter build web && \
flutter build ios --debug --no-codesign && \
flutter build apk --debug

License

Copyright (C) 2019 Jared Burrows

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Flutter Gif Search

https://jaredsburrows.github.io/flutter-gif-search

License:Apache License 2.0


Languages

Language:Dart 91.6%Language:HTML 8.4%