Skip to content

Commit

Permalink
#34 change root folder name to flow_form
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanrashid52 committed Mar 29, 2020
1 parent cd2af07 commit 9a536d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion form_builder_sample/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
flutter:
sdk: flutter
flow_form:
path: ../../form_builder/
path: ../../flow_form/

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
4 changes: 2 additions & 2 deletions lib/form.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:flutter/material.dart';
import 'package:formbuilder/helpers/database.dart';
import 'package:formbuilder/redux/store.dart';
import 'package:flow_form/helpers/database.dart';
import 'package:flow_form/redux/store.dart';

class FlowForm {
String _flowPath;
Expand Down

0 comments on commit 9a536d4

Please sign in to comment.