gg_is_flutter 2.2.0 copy "gg_is_flutter: ^2.2.0" to clipboard
gg_is_flutter: ^2.2.0 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) ggsuite
//
// 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
5.14k
downloads

Documentation

API reference

Publisher

verified publisherinlavigo.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

gg_project_root, path

More

Packages that depend on gg_is_flutter