gg_is_flutter 1.0.7 copy "gg_is_flutter: ^1.0.7" to clipboard
gg_is_flutter: ^1.0.7 copied to clipboard

Provides a function that detects if a directory contains a flutter project.

example/gg_is_flutter_example.dart

#!/usr/bin/env dart
// @license
// Copyright (c) 2019 - 2024 Dr. Gabriel Gatzsche. All Rights Reserved.
//
// Use of this source code is governed by terms that can be
// found in the LICENSE file in the root of this package.

import 'package:gg_is_flutter/gg_is_flutter.dart';

Future<void> main() async {
  print(isFlutter); // true or false
}
1
likes
160
points
511
downloads

Publisher

verified publisherinlavigo.com

Weekly Downloads

Provides a function that detects if a directory contains a flutter project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

gg_project_root, path

More

Packages that depend on gg_is_flutter